summaryrefslogtreecommitdiffstats
path: root/solenv
Commit message (Collapse)AuthorAgeFilesLines
* remove unused starview.hidAndras Timar2013-03-291-322/+0
| | | | Change-Id: I6b308c514eb214571aabb65cef2a10803c9f5b51
* add tl dependent libs to Library_mergedPeter Foley2013-03-281-0/+7
| | | | Change-Id: Idd99db9c6afce3b7713f6262927a0972d16ae418
* add pyuno and pythonloader to Library_mergedPeter Foley2013-03-281-0/+2
| | | | Change-Id: Ib2bde93f7f99873c4c2f4d3857bb1ed5e3e7fd8a
* add javaloader, java_uno, juh, and jvmaccess to Library_mergedPeter Foley2013-03-281-0/+4
| | | | Change-Id: I9841860d7c7d34310b99ee339d7835e909702d4f
* add lingucomponent libs to Library_mergedPeter Foley2013-03-281-23/+15
| | | | Change-Id: Ib34f589b377991b9e2d043d43ecf0360031ddae3
* add javavm and jvmfwk to Library_mergedPeter Foley2013-03-282-0/+5
| | | | Change-Id: Ia59027e4eb9909b6afeab6dc6c7f76a6b60cd1c6
* add helplinker to Library_mergedPeter Foley2013-03-281-0/+1
| | | | Change-Id: I33073859403edf11576fd88db6a68279f9055139
* add basebmp and unotest to Library_mergedPeter Foley2013-03-281-0/+2
| | | | Change-Id: I13dadec895bc67a903956c6a4e6bdbfa9a1b8d84
* add rpt, rptui, and rptxml to Library_mergedPeter Foley2013-03-281-0/+3
| | | | Change-Id: I8c20d81043602229a3fd936af6e7cdc337c40951
* add odbc and odbcbase to Library_mergedPeter Foley2013-03-281-0/+2
| | | | Change-Id: I9f00d1bcd3b2d285c21eb9f7a4338a1b97d1eca0
* add fwl, scui, sdui, swui to Library_mergedPeter Foley2013-03-281-0/+4
| | | | Change-Id: I2aaa67fef4350d60497b891bc93b43a698c12660
* add calc, dbase, file, and flat to Library_mergedPeter Foley2013-03-281-0/+4
| | | | Change-Id: Ib6b03cda815ba0450930cec970bfe7eb4d98ac44
* add desktop_detector, subsequenttest, test, and vclplug_svp to Library_mergedPeter Foley2013-03-281-0/+4
| | | | Change-Id: Ic2201436d1e4fe01670e2086e7dd1c6c525c9e91
* collapse merged libs in module-deps.plPeter Foley2013-03-281-0/+3
| | | | Change-Id: Id22ff49b1c1910e608c1968eee7bf9be97d46750
* disabled --sort=foldcaseEike Rathke2013-03-281-1/+1
| | | | | | | | | | | --sort=foldcase has the effect that all binary searches must be done case insensitive, i.e. in Vim either 'set ignorecase' is needed to find a tag at all (and then you may get more than you asked for) unless a regular expression is given, or 'set notagbsearch' to switch off binary search. Other tools requiring binary search may not work at all if they don't use the ctags readtags library or similar. Change-Id: Ifce4b4fa5635617023e0be61ca6df0dd4d6b942a
* make sure output dir existsDavid Tardon2013-03-281-0/+1
| | | | Change-Id: I437c54719a514fdc020b3a6bf37d2f288102fdea
* Using ":" as separator conflicts with Windows C:/... pathsStephan Bergmann2013-03-271-2/+2
| | | | Change-Id: Id6a3f865aab817180c3500b38d77b40d48a98bc9
* touch --no-dereference is supported on mac but as the short-option -hNorbert Thiebaud2013-03-271-1/+1
| | | | | | | Change-Id: I63fa0c24317f683b8eb2bc0b7a1b3ab1ea455866 Reviewed-on: https://gerrit.libreoffice.org/3050 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
* Use <config_features.h> instead of -DDISABLE_EXTENSIONSTor Lillqvist2013-03-271-1/+0
| | | | Change-Id: I4fe5cd27b77d44b9b33af0ae3c3754e3b85c2ca3
* -Werror,-Wunused-macrosStephan Bergmann2013-03-271-20/+18
| | | | Change-Id: I3c43fcfe7216a833f1dbe298098b72de52f0f155
* Use <config_features.h> instead of -DLIBO_FEATURE_*Tor Lillqvist2013-03-272-7/+0
| | | | Change-Id: Idc198beb6d759dbe3bad6ea58d896c1555b4cc0f
* Enable -Wunused-macrosStephan Bergmann2013-03-271-0/+2
| | | | Change-Id: Ic37205ac7750ba0cad2f60309ae56b9c7a14d711
* -Wunused-macrosStephan Bergmann2013-03-271-2/+0
| | | | Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed
* Revert "Revert "make partial_build work in separate builddir""Stephan Bergmann2013-03-261-1/+6
| | | | | | | | | This reverts commit 13034c8e4487919bea2eb8c1ba12b56b1a8a356d. The original presumably works fine for a separate builddir(?), but it erroneously(?) replaced "lastword MAKEFILE_LIST" with "firstword MAKEFILE_LIST" so "cd <module> && make" failed to find config_host.mk; fixed that part now. Change-Id: Icde8315425dd230544125901de4f3a605b239155
* gbuild: HelpTarget: use zip --filesync --must-matchMichael Stahl2013-03-261-2/+2
| | | | Change-Id: Id4e6633effcaf97aa61692ce1713f509031acada
* gbuild: HelpTarget: delete index files before creating themMichael Stahl2013-03-261-10/+9
| | | | | | | | ... because they are not overwritten, just new ones are created with different names, which is why i've got a 20 meg en-US.zip here with about 30 _?.cfs files, all alike. Change-Id: Ib4d055e1bcfd097dfbbef727a4bcfe2c63d57342
* gbuild: HelpTarget: handle incremental build with removed filesMichael Stahl2013-03-261-0/+7
| | | | | | ... by depending on the Makefile. Change-Id: I598f794a829599b0cf6b7f1f856ee645942dd7aa
* Revert "make partial_build work in separate builddir"Kohei Yoshida2013-03-261-6/+1
| | | | | | This reverts commit 207e370a167b7856346c1bff0c735cd2688e2e6e. This breaks the module build i.e. cd <module> && make.
* fix postgresql buildPeter Foley2013-03-261-5/+5
| | | | Change-Id: I379029dbf600769e415582aa7162f320e707c3da
* Check feature test macros instead of ANDROID and/or IOSTor Lillqvist2013-03-262-0/+7
| | | | | | | | | | | | | | | Pass -DLIBO_FEATURE_FOO to compiler for some elements in BUILD_TYPE. BUILD_TYPE has at least two kinds of elements: Those that indicate building a bundled copy of some 3rd-party library, and those that indicate some specific feature of the LibreOffice platform or build-time configuration choice. This is for the latter kind. Change many of the checks for Android and/or iOS in the source code to check LIBO_FEATURE_DESKTOP, LIBO_FEATURE_HELP or DISABLE_EXTENSIONS instead, in cases where that is what is meant, not Android or iOS specifically. Change-Id: I2cd3f3bb99e953c7754dcea76a426f8f9d61e4db
* No (more/apparent) need for LIBO_WERRORStephan Bergmann2013-03-262-4/+4
| | | | Change-Id: I8483047631f512513cae017fdbb2dee77ce0f52f
* make linkoo work in separate builddirPeter Foley2013-03-261-1/+1
| | | | Change-Id: I1c9ca490716fc0dc5951bd032d54a102541087c7
* make partial_build work in separate builddirPeter Foley2013-03-261-1/+6
| | | | Change-Id: Ib5290a3e76170946ce3a8aac113b01d1ec54fac5
* avoid getcwd redefined warningPeter Foley2013-03-261-3/+3
| | | | Change-Id: Idd788dad8c2b5e2689a17b571104d0fe04accfd1
* add frm to Library_mergedPeter Foley2013-03-261-0/+1
| | | | Change-Id: I72fff5fe1fd26e618ffe89111471d95cd4d30852
* speed-up module-deps.plPeter Foley2013-03-261-1/+1
| | | | Change-Id: Idf703b1b5e26e32a0e8276c6f2eba51cd80f1b0b
* Remove unneeded project and projectroot parametersZolnai Tamás2013-03-254-5/+1
| | | | | | | Plus avoid use of Export::sLanguages member outside of the class. Change-Id: I33702816fdb4980d690cfe8fcd8cc3fbd0df1dd8
* Disable -Werror for all generated source filesStephan Bergmann2013-03-251-1/+2
| | | | | | | | ...the amount of hackery to silence the warnings inherent in the boilerplate of such code is out of all proportion to the benefits of catching genuine problems in LO's injected client code (esp. so with upcoming -Wunused-macros). Change-Id: I7dce5263a244b9f49a59f526d94f8575a1a8c3ab
* make bridges work with clang on x64 linuxPeter Foley2013-03-241-0/+1
| | | | Change-Id: Idf5c7586e375f0321c765d165f9698403b7a7daf
* add chartcore to Library_mergedPeter Foley2013-03-241-0/+1
| | | | Change-Id: I27c27556e25e2233eea0406e20afe0531ed638e7
* add localedata to Library_mergedPeter Foley2013-03-241-0/+4
| | | | Change-Id: If7896fc49c38f41b370d569a90b02148dcbcbfd6
* add cui to Library_mergedPeter Foley2013-03-241-0/+1
| | | | Change-Id: I485426c0a0792e17bae5ef125d69f52827b469b2
* add writerfilter to Library_mergedPeter Foley2013-03-241-0/+1
| | | | Change-Id: I1b5c4450bd83bfb8b04e7129bd512a5f897f5bf9
* add scfilt to Library_mergedPeter Foley2013-03-241-0/+1
| | | | Change-Id: Icebffb82b35ae383b97b0ef4b3419b1fe74ce858
* fix liborcus on windowsPeter Foley2013-03-241-2/+3
| | | | Change-Id: I852b4e159f818854fd2ac5bdcd14343b2a628134
* remove executable bitsPeter Foley2013-03-232-0/+0
| | | | Change-Id: I77293df49ccb6d86085351a1b9ee1f0e19d52fdf
* make gcc-wrapper work with ccachePeter Foley2013-03-234-6/+13
| | | | Change-Id: I4db04d8ce04c928b67d86172fcbe33adacbd85d8
* add dba dbu and dbtools to Library_mergedPeter Foley2013-03-232-6/+8
| | | | Change-Id: I2a686cc18e0e965124e886901d852daf2d607b9b
* add wpftdraw to Library_mergedPeter Foley2013-03-211-1/+3
| | | | Change-Id: I40471e76a338430e010ad53f64aa6328f3c81b44
* fix mkdocs.shPeter Foley2013-03-212-165/+742
| | | | Change-Id: Ia77605732bb5112a69289997db5d1c4a4b694594