summaryrefslogtreecommitdiff
path: root/solenv/gbuild
AgeCommit message (Expand)Author
2014-06-17-Wstrict-prototypesStephan Bergmann
2014-06-12Fix vclplug_* dependencies for gb_CppunitTest_use_vclStephan Bergmann
2014-06-09gbuild: UnpackedTarball: use Win32 paths for make targetsMichael Stahl
2014-06-09gbuild, gengal: Win32 make command line limit strikes again ...Michael Stahl
2014-06-09gbuild: Rdb: another workaround for Win32 make command line limitMichael Stahl
2014-06-09gbuild: UIConfig: response file to work around Win32 command line limitMichael Stahl
2014-06-09gbuild: AutoInstall: work around command line limit with Win32 makeMichael Stahl
2014-06-09gbuild: tweak var2file so it handles some shell metacharactersMichael Stahl
2014-06-09gbuild, cli_ure: Win32 make issues with back and forward slashesMichael Stahl
2014-06-09gbuild: remove config_libraries.h and gb_Helper_generate_config_librariesMichael Stahl
2014-06-09gbuild: partial_build.mk: avoid a problem with Win32 makeMichael Stahl
2014-06-09gbuild: avoid leaving invalid .d files behind if build interruptedMichael Stahl
2014-06-09Revert "add missing dep on dir"David Tardon
2014-06-08add missing dep on dirDavid Tardon
2014-06-04DeInitVCL at end of testsStephan Bergmann
2014-06-04Include gdb backtrace in PythonTest done.long (just as for CppunitTest)Stephan Bergmann
2014-05-30rebuild ext. project if makefile changesDavid Tardon
2014-05-26Do not override VALGRIND_OPTS=--leak-check=fullStephan Bergmann
2014-05-24Win32: fix cppunit test strangeness.Michael Meeks
2014-05-23gb_AWK variable not available here...Christian Lohmaier
2014-05-22use $(gb_AWK) instead of awkChristian Lohmaier
2014-05-19AutoInstall defs must be regenerated if config changesDavid Tardon
2014-05-18Sort alphabeticallyMaxim Monastirsky
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante
2014-05-12Linux Clang -fsanitize=address does not like -z defsStephan Bergmann
2014-05-01Introduce centralized detection for storage-based filesMaxim Monastirsky
2014-04-29make signing depend on slowchecks being doneChristian Lohmaier
2014-04-28prefer makefile-gmake-modeTakeshi Abe
2014-04-27vclopengl is buildable on all platforms nowZolnai Tamás
2014-04-26missing `)'David Tardon
2014-04-26mixing build path and host exec. name doesn't workDavid Tardon
2014-04-23make it possible to do 'make -C sw/' even with builddir!=srcdirLuboš Luňák
2014-04-22Let --with-locales prune also built-in collator dataTor Lillqvist
2014-04-18don't bother with _for_build hereDavid Tardon
2014-04-18add missing depDavid Tardon
2014-04-18do what i meant, not what i wroteDavid Tardon
2014-04-18restore deps on bins from bundled projects used during buildDavid Tardon
2014-04-18fix deps for PythonTestDavid Tardon
2014-04-18order-only dep is enoughDavid Tardon
2014-04-18add missing functionDavid Tardon
2014-04-18PythonTest must depend on bundled python stuffDavid Tardon
2014-04-18Let's try to use -Oz after allTor Lillqvist
2014-04-18Intermediate commit of hacking on --disable-database-connectivityTor Lillqvist
2014-04-17Using -Oz causes crash, revert to OsTor Lillqvist
2014-04-15I doubt we need these switchesTor Lillqvist
2014-04-15Move misleading commentTor Lillqvist
2014-04-15The -D__IPHONE_OS_VERSION_MIN_REQUIRED=40300 is surely left here by accidentTor Lillqvist
2014-04-15For uniformity with unxgcc.mk, don't bother with -fno-inline when gb_SYMBOLSTor Lillqvist
2014-04-15Let's try using -OzTor Lillqvist
2014-04-14Use -Os instead of -O3Ptyl Dragon