summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2016-02-02Add build toolchain to upload LibreOffice API to Maven CentralDavid Ostrovsky1-0/+2
Set up the toolchain to create sources and javadocs artifacts in addition to JARs created during the build. Use Buck build tool for that: [1]. This is a fork of Google's build tool Blaze, created by Xooglers at Facebook. This build tool (like Blaze itself) uses Python to write build files. Add needed tools and build files to install LibreOffice API artifacts to local Maven repository or deploy them to Maven Central. To build all needed artifacts LibreOffice must be built regularly with GNU make first. To build the rest of the API (sources and javadocs): $> buck build api To replace version number with upcoming release version: $> solenv/bin/version.py 5.1.0 To install the API to local Maven repository: $> buck build api_install To deploy the API to Maven Central: $> buck build api_deploy Detailed documentation is added to document the prerequisites and the workflow to upload LibreOffice API to Maven Central. * [1] https://buckbuild.com Change-Id: Ibdd552a01110836703bc069abe829b9921491cac Reviewed-on: https://gerrit.libreoffice.org/20343 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> (cherry picked from commit 1fd41f43eb73c373cb94d32d82c5fb7a7e243367) Reviewed-on: https://gerrit.libreoffice.org/20814 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit 95fe7d0a68c230df13c80dd8759f86d635c48101)
2015-10-15migrate android build to gradleChristian Lohmaier1-1/+0
move preparation tasks (creating assets/processing files) from the makefile into the gradle script This allows much easier integration into android-studio (just open android/source with android studio after running make to compile the native library) (cherry picked from commit ee8257a1c70eadb7330b0ee99ec3b86fe4084bdf) Change-Id: I9a9d6832797c24a7e195a1c7954cd6d20f5a8496
2015-10-15lokdocview: adapt Android pathMiklos Vajna1-1/+1
Change-Id: I786fd580b3d08fa076eeb2bf90bd23b09c9f8182 (cherry picked from commit 562d8f57f0d684879ae62fb10dcf9dcea2bd213b)
2015-05-19An attempt to fix xcode-ide-integrationYurii Kolesnykov1-3/+15
Added more Xcode specific files to .gitignore. Made some properties common in gbuil-to-ide to avoid code duplication/bugs. Xcode projects are broken for now. Change-Id: I9530435ffe54158ae68ddae0581ac68f968af235 Reviewed-on: https://gerrit.libreoffice.org/15694 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-05-09.gitignore: Add stupid KDE .directory filesAdolfo Jayme Barrientos1-0/+1
Change-Id: I22c5ee3e7ef7cd2b3b40953d114e01dd3d36e0cb
2015-04-01Also ignore idutils DB file.Thorsten Behrens1-0/+3
Change-Id: I8e50e66b0834547d10748594eac2be0b5e65e163
2015-03-25gbuild: allow to react on change in configured langsDavid Tardon1-0/+4
Change-Id: I15492fcc687a21b740dc2d97a47485e2e760055f
2015-03-22.gitignore: Spelling.Adolfo Jayme Barrientos1-1/+1
Change-Id: I6d54f0aa3978996427551b429f88a74e81b90037
2015-01-21Also ignore Visual Studio 2013 filesVort1-0/+1
Change-Id: I21bba16d70f9f8c43b60b2bd2a5005a888d0c11d Reviewed-on: https://gerrit.libreoffice.org/14073 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2014-11-11add 'make etags' to generate etagsTakeshi Abe1-0/+3
Change-Id: Id87f71b6d31720173f0c5ec2a4fc395065223b79 Reviewed-on: https://gerrit.libreoffice.org/12300 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-10-07Proper AC_CONFIG_FILE treatmentStephan Bergmann1-0/+1
Change-Id: Ic029d0d174a00af783fd276852231523aae59866
2014-09-18Had /ure/source/unorc twice in hereTor Lillqvist1-1/+0
Change-Id: Ia54dd005d7d3fb71eac646e1e24bc7c6b43410f5
2014-09-17The URE unorc is now set up in instsetoo_native/CustomTarget_setup.mkTor Lillqvist1-1/+0
So no need to expand it at configure time in ure/source/unorc, and no need to handle the related builddir!=srcdir complications. Change-Id: Ifa34d25fab9ad2da13ed039bf6c5921b0fb58703
2014-08-18.gitignore /.gdb_historyJan-Marek Glogowski1-0/+1
Change-Id: I254c0104010cc1a1c12bbf1af048966de66924e6 Reviewed-on: https://gerrit.libreoffice.org/10973 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-08-12git-ignore ure/source/unorcLionel Elie Mamane1-0/+1
Change-Id: If6526bfa6cbbb74c32325cf03e2845957fec7be6
2014-08-11Add ure/source/unorcTor Lillqvist1-0/+1
Change-Id: I9439a00d2186696a4891e5eefad066d50917f9c7
2014-05-01Git: ignore autogen, doxygen and gdb config filesJan-Marek Glogowski1-0/+8
Adds some additional files to .gitignore. Change-Id: Ia5af298a91919fe00392282c0e5bb88fa2811a52 Reviewed-on: https://gerrit.libreoffice.org/8437 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-24Add file extensions from MSVS to gitignore fileAnderson Roberto1-0/+8
Change-Id: Icb976111a3442eff2cd3ba0b015eef7067fe7006 Reviewed-on: https://gerrit.libreoffice.org/7582 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-06.gitignore: add test-install/Michael Stahl1-2/+3
Change-Id: I41c617e27f34f730a3905fca67d841bdf237b5fe
2013-12-05Ignore also instdir_for_build and workdir_for_buildTor Lillqvist1-0/+2
Change-Id: I2e6a26cd1e54ad28ec27f2205262413db039a136
2013-11-21Save downloaded tarballs under external/tarballs/Norbert Thiebaud1-2/+2
The choice of src/ as a place to save those tarballs was unfortunate, since it is used everywhere else for own source code. After moving all external modules to external/, it makes sense to put the tarballs there too and, while at it, use a more appropriate name. If src exist as a directory, we move it to external/tarballs and leave a link behind for backward compat for people switching from after to before the change in the git repo. Change-Id: I045c4470945f5fadf7760855833ef58e6594ec80 Reviewed-on: https://gerrit.libreoffice.org/6597 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-11-19related fdo#70414 gbuild to ide: kdevelopBjoern Michaelsen1-0/+2
This provides kdevelop integration and generates one project file for each old-style module (top level dir). This project file has: - has four build configurations: - build the module of the project or build all of LibreOffice - for each of the above a debug and a nondebug build - has seven launch targets: - running the unitchecks, the slowchecks and subsequentchecks - for each of the above once for the module and once for all - running LibreOffice interactively - has custom include paths and thus provides full autocompletion Change-Id: I6dd51133147d019fc403e3bd814bc6103df94cac Reviewed-on: https://gerrit.libreoffice.org/6694 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-10-31solver doesn't solve anything...Michael Stahl1-2/+1
... it is an abbreviation of "Solar Version". Since nobody can remember that: remove OUTDIR OUTDIR_FOR_BUILD SOLARVER SOLARVERSION solarpath and any mention thereof. Change-Id: Idb3031c4f25a76ac05b22ec67e3ca3e1e8e512ad Reviewed-on: https://gerrit.libreoffice.org/6515 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-10-26.gitignore: ignore "tags"Michael Stahl1-6/+4
Change-Id: I79dc9c9bb2ad299adb6b06b66410d12a9b77c3cd
2013-08-31move XCode specific gitignore to top level so that all XCode projects are cleanSiqi LIU1-0/+7
2013-08-31remove all DS_Store 'that have crept in'Siqi LIU1-2/+0
2013-08-31add DS_Store to gitignoreSiqi LIU1-0/+1
2013-08-31gitignore userstate for xcodeSiqi LIU1-1/+2
2013-08-07remove userstate from the repoSiqi LIU1-1/+1
Change-Id: I60c7d5c74f919bc165e1c2629f7b05aad2442eb7
2013-07-15remove userstate from reposiqi1-1/+1
2013-04-09set up python unit test infrastructureDavid Ostrovsky1-0/+1
Extract boostraping code from convwatch.py to unotest.py. Use python builtin unittest module as unit test framework. Specify the unit test modules in make file. Another option would be to use discover mode of unittest module. Add __pycache__ to global .gitignore to keep the source directory clean. Another option would be to deliver the unit tests to workdir prior to test execution. Currently only system python3 is supported. Change-Id: I2692817673f786e950e1176a17c7675f989755b6 Reviewed-on: https://gerrit.libreoffice.org/3214 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
2013-04-06add instdir to .gitignoreDavid Tardon1-0/+1
Change-Id: I73ce022d064c7ccfeb71f5560f112aac3d777bf7
2013-04-03autogen.lastrun -> autogen.inputStephan Bergmann1-2/+1
Change-Id: If205ae9eb25882a107fd1cadfab9ec3516d520db
2013-03-01.gitignore for the whole config_build/ directoryLuboš Luňák1-1/+1
2013-02-28dmake is dead and burriedStephan Bergmann1-27/+0
Change-Id: I5662db1cfe3506b3a8d4444248f872345cca4343
2013-02-04...and add new lo.xcent to .gitignoreStephan Bergmann1-0/+1
Change-Id: Ic4d098694b1dc6149aa690fa2bb106a8162ca6ab
2013-01-31Use separate config_*.h files for BUILD and HOST when cross-compilingTor Lillqvist1-0/+1
We have only been lucky so far that there hasn't been any compilation errors caused by using the HOST platform config_*.h files also for the BUILD platform. But as more and more information found out during configury is stored in config_*.h files, sooner or later it will be a problem. Move config/* to config_host/*. When not cross-compiling, the config_*.h files in config_host expanded from config_*.h.in are all there is. When cross-compiling, the generated config_*.h files for the BUILD platform are put into a config_build folder. Then use config_build when building the cross_toolset and config_host otherwise. Change-Id: I3c28cc83866bffd696b45d00dfb68e00bc2ae538
2013-01-03.gitignore: re-add VIM swap filesMichael Stahl1-0/+1
Change-Id: I08ab04005720e0de826d6a0cd33211e3a70d5965
2012-12-25convert external to gbuildPeter Foley1-7/+0
Change-Id: I7127db6aad9e97a0f3e758aa83b22ac8465d3f43
2012-12-21clean-up .gitignoreNorbert Thiebaud1-67/+64
the general goal is 1/ to avoid the bloat of pet conviniences rules that can be managed using other git provided means 2/ to work toward the goal of a read-only-source-tree build Change-Id: I5ff9836e135507dcc53b37fd1098aa7876612bfc
2012-12-19No more .memdump files left behind by xstlproc in postprocessStephan Bergmann1-3/+0
...since e37eb6345dcc09620889a9b8622ea0b7b57da0e0 "postprocess: convert to gbuild" Change-Id: Ia7f29efebb2872e096d36ab04f5d13bc2d437d71
2012-12-15src.downloaded is goneMatúš Kukan1-1/+0
Change-Id: I09a6ad82bbb54ce8329e8b2f6152e9f5a1880a68
2012-12-11Prepare for read-only source buildNorbert Thiebaud1-2/+1
This patch allows to do mkdir <build_dir> cd <build_dir> <src_root>/autogen.sh make Only the remaining dmake modules are poluting the <src_root>... which will get eventually convererd to gmake... Change-Id: Iefd64732fa12e096d554cff4eee6b777deb92338 Reviewed-on: https://gerrit.libreoffice.org/1273 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-12-06Do not accumulate warnings across configure runsStephan Bergmann1-1/+0
...and remove temporary file again. Change-Id: I199b054d8e7b87d1c9268abbe628393d480e42f7
2012-11-27move ooo.lst and download parts to Makefile.fetchMatúš Kukan1-1/+0
Change-Id: I2d27341566d383002446c23bdf60c7aa0cabf37d
2012-11-20repo-list is gone since 664012b313f3c3cd5666fc6f943fc8152e503e23Matúš Kukan1-1/+0
Change-Id: I2178f60a75a0436c66f825fe001e23f6aefb0e97
2012-11-11Kill set_oenv remnants (by just renaming the required timestamp file)Matteo Casalin1-1/+1
Change-Id: I779128111a4f69235a4c8cc6510018fc61d1b24b Reviewed-on: https://gerrit.libreoffice.org/1026 Tested-by: Tor Lillqvist <tml@iki.fi> Reviewed-by: Tor Lillqvist <tml@iki.fi>
2012-11-05Revert "Add the concat-deps executable"Tor Lillqvist1-3/+0
It is already elsewhere, I was mislead by a leftover old one. This reverts commit 75f7241fb74fed8d523cbdc3f0629611bd5f61e1.
2012-11-05Add the concat-deps executableTor Lillqvist1-0/+3
Change-Id: Ic782353cbe77c2d30e8afac4807fe2c6fd882733
2012-11-05No need to mention "/solver", I thinkTor Lillqvist1-1/+0
We already mention /*/unxlng???, /*/unxlng???.pro etc which should cover the normal $OUTDIR. We do now have one git-managed file in solver, README. Not mentioning /solver means git status will notice other files or subdirectories accidentally or misguidedly added in solver. Change-Id: Ie70b9ff32ac9c7282cef8d28ff04f3a22e4a78f6