summaryrefslogtreecommitdiffstats
path: root/solenv
Commit message (Collapse)AuthorAgeFilesLines
* Use the old way to build libcmis and cmis ucp ATMFridrich Štrba2011-10-051-5/+0
|
* fix gb_PARTIALBUILD usageBjoern Michaelsen2011-10-052-2/+2
|
* OOO_SUBSEQUENT_TESTS is goneBjoern Michaelsen2011-10-051-5/+0
|
* split records for awks little brain (also improve readability)Bjoern Michaelsen2011-10-051-2/+7
|
* add showdeliverables to 'make help'Bjoern Michaelsen2011-10-051-6/+7
|
* default to gb_Deliver_CLEARONDELIVER == as multiuserenv are rare nowBjoern Michaelsen2011-10-051-1/+1
|
* only register deliverables for showdeliverablesBjoern Michaelsen2011-10-051-5/+3
| | | | | * this seriously improves startup improvement for gbuild (for example from 9.3s to 5.2s for an noop offapi build)
* goodbye deliver logBjoern Michaelsen2011-10-051-30/+1
|
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-0/+40
|
* Some fixes for linkoo and install-gdb-printers.Stephan Bergmann2011-10-042-7/+11
| | | | | | | - Adapted linkoo's link_gdb_py to libs moved from basis to brand layer. - Fixed install-gdb-printers's handling of Mac OS X ".dylib" suffix. - No need to call install-gdb-printers from top-level make dev-install; linkoo's link_gdb_py already does that.
* make RdbTarget depend on its makefileBjoern Michaelsen2011-10-041-0/+4
|
* And C4245Tor Lillqvist2011-10-042-1/+3
|
* Ditto for C4242Tor Lillqvist2011-10-042-1/+3
|
* Don't bother with MSVC's C4244 warnings, we have too many of themTor Lillqvist2011-10-042-1/+3
|
* Do Objective-C -specific foo only when compiling Objective-CTor Lillqvist2011-10-041-0/+2
|
* introduce gb_Helper_OUTDIRLIBDIRBjoern Michaelsen2011-10-047-10/+19
|
* regenerate listCaolán McNamara2011-10-041-1/+1
|
* Hack to get pyuno scripts to the right location on Windows.Jan Holesovsky2011-10-031-0/+4
|
* Fix build against the MacOSX 10.6 SDK but with 10.4 as the highest used APITor Lillqvist2011-10-031-0/+7
|
* add -eCaolán McNamara2011-10-031-1/+1
|
* I don't think _DLL_ has any meaning eitherTor Lillqvist2011-10-031-5/+0
|
* Bin Hamburg "build server" and BSCLIENT stuffTor Lillqvist2011-10-036-181/+4
|
* No need for -DSHAREDLIB, not tested in any source fileTor Lillqvist2011-10-031-1/+1
|
* No need for -DPRODUCT_FULL, not tested anywhereTor Lillqvist2011-10-031-1/+0
|
* No need for -DCUI or -DGUITor Lillqvist2011-10-032-7/+0
|
* set --build and --host for cross-compilationDavid Tardon2011-10-031-1/+1
|
* fix build of CMIS UCPDavid Tardon2011-10-031-1/+1
|
* do not escape calls if not neededDavid Tardon2011-10-031-2/+2
|
* we do not really need two rm calls hereDavid Tardon2011-10-031-2/+2
|
* add newlines to avoid possible problems with joined linesDavid Tardon2011-10-031-0/+6
|
* fix some typos..., thanks matusRene Engelhard2011-10-031-1/+1
|
* add --with-system-libcmisRene Engelhard2011-10-021-1/+4
|
* ExternalLib.mk: avoid pushd when cd is enoughMiklos Vajna2011-10-021-2/+2
| | | | | Reported-by: Julien Nabet <serval2412@yahoo.fr> Acked-by: Norbert Thiebaud <nthiebaud@gmail.com>
* make clean failed for ExternalLib.mk due to missing ';'Norbert Thiebaud2011-10-021-1/+1
|
* respect PKG_CONFIG_PATHPeter Foley2011-10-011-1/+1
|
* make libcmis build aginst internal cppunitPeter Foley2011-10-011-1/+1
|
* get libcmis building, To-Do hack rpath to our desired fooORIGINfoo oneCaolán McNamara2011-10-011-0/+2
|
* adjust Jar.mk so we could add arbitrary files to the .jar fileMatúš Kukan2011-10-011-5/+19
|
* adjust Zip.mk so we can copy files from other places to workdir and pack themMatúš Kukan2011-10-011-0/+7
|
* add extension support to gbuild for creating .oxt filesMatúš Kukan2011-10-013-0/+90
|
* comment typosCaolán McNamara2011-10-011-1/+1
|
* CMIS: added libcmis module and created empty cmis UCP shellCédric Bosdonnat2011-10-011-0/+1
|
* Add support for bundling the -system .dll's into the MinGW builds.Jan Holesovsky2011-09-301-0/+1
|
* preliminary work on a ExternalLib extension support for gbuildNorbert Thiebaud2011-09-304-0/+118
|
* fix an apparent cut-and-paste typo in CustomeTargetNorbert Thiebaud2011-09-301-1/+1
|
* -fthreadsafe-statics uses a single lock on Mac OS X and thus leads to deadlock.Stephan Bergmann2011-09-304-0/+15
|
* clean-up ghost traces of unicowNorbert Thiebaud2011-09-302-2/+0
|
* Fix copy/paste errorTor Lillqvist2011-09-301-1/+1
|
* Merge branch 'master' of /home/bjoern/.jenkins/jobs/repo-mirror/workspace/coreBjoern Michaelsen2011-09-3024-182/+97
|\
| * Make translation tools cross-build awareThorsten Behrens2011-09-301-3/+3
| | | | | | | | Build-time tools should use build-time inpath...