summaryrefslogtreecommitdiff
path: root/solenv/gbuild
AgeCommit message (Expand)AuthorFilesLines
2016-09-12Disable GCC 6 -Wnull-dereference again for nowStephan Bergmann1-2/+0
2016-09-05gbuild: remove hardlink deliverThorsten Behrens2-17/+1
2016-08-30Fix placement of EXTRA_ENV_VARSStephan Bergmann1-1/+2
2016-08-30Hack for shaky VCL test under ASanStephan Bergmann1-1/+2
2016-08-18screenshots: add new global make targetArmin Le Grand5-8/+49
2016-08-18screenshots: unset VCL_HIDE_WINDOWSKatarina Behrens1-1/+10
2016-08-17enable password export tests under macosxCaolán McNamara1-0/+2
2016-08-17"make debug=t" enables debuginfo againStephan Bergmann1-0/+2
2016-08-15Drop leftover EXTRA_CFLAGS and EXTRA_CDEFSTor Lillqvist2-4/+2
2016-08-05(initial) sparc64 portJames Clarke1-0/+15
2016-08-02Remove some presumably unnecessary leftovers from ancient timesTor Lillqvist3-7/+0
2016-07-21gbuild: always set CCACHE_CPP2=1 when COM_IS_CLANGMichael Stahl2-2/+5
2016-07-21gbuild: set CCACHE_CPP2 automatically with --enable-compiler-pluginMichael Stahl1-1/+1
2016-07-11Fix --enable-mergelibs build.Jan Holesovsky1-0/+1
2016-07-11Make --enable-symbols orthogonal to --enable-debug/-dbgutilStephan Bergmann1-2/+2
2016-07-11Get rid of odd ENABLE_SYMBOLS=FALSEStephan Bergmann1-4/+2
2016-07-11Break gb_DEBUGINFO_FLAGS out of gb_DEBUG_CFLAGSStephan Bergmann5-6/+6
2016-07-11Centralize setting gb_DEBUGINFO_FLAGS for gb_SYMBOL in LinkTarget.mkStephan Bergmann7-37/+2
2016-07-10uitest: running uitests under gdb makefile partMarkus Mohrhard1-6/+14
2016-06-28gbuild: recognize newfangled screen TERM=screen.xterm-256colorMichael Stahl1-0/+1
2016-06-24uitest: seems like the python_shell is not a necessary dependencyMarkus Mohrhard1-1/+1
2016-06-24uitest: the correct python executable for windows is in instdirMarkus Mohrhard1-1/+1
2016-06-22uitest: start the switch to python's unittestMarkus Mohrhard1-8/+7
2016-06-20switch to EHs on windowsMarkus Mohrhard1-1/+1
2016-06-18uitest: build system part for new uitestsMarkus Mohrhard6-8/+165
2016-06-15tdf#98955 hardware_concurrency not ideal for thread poolsAshod Nakashian1-0/+3
2016-06-10CygWin is also known terminalVasily Melenchuk1-1/+1
2016-06-07pass image lists using a response fileDavid Tardon2-0/+22
2016-06-03try to avoid 'by-design' solar-mutex deadlock during ciNorbert Thiebaud1-0/+3
2016-05-27shortcut the signal handler during batch testNorbert Thiebaud1-0/+3
2016-05-25crash report lib should be part of mergelibMarkus Mohrhard1-0/+1
2016-05-20remove more linking noise from VisualStudio buildNoel Grandin1-1/+2
2016-05-11Enable Clang -Wimplicit-fallthroughStephan Bergmann2-0/+5
2016-05-05Fix linking of 64 bit artifacts in 32 bit Windows build with VS2015Tomofumi Yagi1-1/+1
2016-05-03Handle wchar_t as native C++11 type on windowsDavid Ostrovsky1-2/+0
2016-04-28Revert "add additional modules to merged lib"Oliver Specht1-3/+0
2016-04-29add additional modules to merged libOliver Specht1-0/+3
2016-04-26Enable Clang plugin warnings in Bison source codeStephan Bergmann3-5/+10
2016-04-18Enable further GCC 6 warningsStephan Bergmann1-0/+14
2016-04-16add VALGRIND_GDB also for normal unit testsMarkus Mohrhard1-0/+3
2016-04-16fix crash in perfcheckMarkus Mohrhard1-0/+3
2016-04-15disable MSVC warning C4091Michael Stahl1-0/+4
2016-03-09Fix unrecognized -Wv:18 option for clang-cl on MSVC 14.0David Ostrovsky1-2/+10
2016-03-07drop handling of templates in SrsTargetDavid Tardon3-148/+0
2016-03-05vs2015 spam C4267 even in 32 bits mode, silence it for now.Norbert Thiebaud1-2/+2
2016-03-04clang-cl: Enable more warnings etc. (like in the Clang/GCC case)Stephan Bergmann2-2/+20
2016-02-27MSVC 14.0: Fix building 64bit libraries in 32bit modeDavid Ostrovsky1-1/+2
2016-02-21windows: silence new warning for nowNorbert Thiebaud1-1/+2
2016-02-21Force pdb write synchronization on all MS compilersDavid Ostrovsky1-8/+3
2016-02-18gbuild: AutoInstall: rewrite scp2 file generation in PythonMichael Stahl2-70/+105