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