summaryrefslogtreecommitdiff
path: root/solenv/gbuild/platform
AgeCommit message (Expand)Author
2017-02-21When building with clang-cl on Windows, build CLR code with MSVCStephan Bergmann
2017-02-21Kill bitrot Emscripten experimentKhaled Hosny
2017-02-10Remove MinGW supportStephan Bergmann
2017-02-08gbuild, python3: stop defining SOLARIS, and remove SOLARIS patchMichael Stahl
2017-01-27Make plugin rewriting work on Windows tooStephan Bergmann
2017-01-25Default -ferror-limit=20 doesn't make sense for CompilerTestStephan Bergmann
2016-12-20bodge linking for disable-dynamic-loading caseCaolán McNamara
2016-12-20sanitze->sanitizeCaolán McNamara
2016-12-20bootstrap building with --disable-dynloading on standard linuxCaolán McNamara
2016-12-19initial support to build with --disable-dynloading on standard linuxCaolán McNamara
2016-12-17More blind fix attempt for MSVCStephan Bergmann
2016-12-17More blind fix attempt for MSVCStephan Bergmann
2016-12-05for oss-fuzz check LDFLAGS for -fsanitize tooCaolán McNamara
2016-12-02Remove space at end of comment lineStephan Bergmann
2016-12-02Remove unnecessary -wdXXXXStephan Bergmann
2016-12-01gbuild: replace -O0 with -Og for GCC --enable-debug/dbgutil buildsMichael Stahl
2016-11-15New compilerplugins/clang unit testsStephan Bergmann
2016-10-26gbuild: missing emacs mode-linesMichael Stahl
2016-10-07tdf#100302: gbuild: always use $(LFS_CFLAGS)Michael Stahl
2016-09-22gbuild: remove gb_CFLAGS/gb_CXXFLAGS += -fno-omit-frame-pointerMichael Stahl
2016-09-22gbuild: remove gb_CXXFLAGS += -mminimal-toc on PPC64Michael Stahl
2016-09-22gbuild: gb_COMPILERDEFAULTOPTFLAGS doesn't existMichael Stahl
2016-09-22Fix sh quoting of ; and \ (the latter in the cygpath -w output)Stephan Bergmann
2016-09-22Make workdir/UnpackedTarball/langtag/data/.libs/lt-reg2xml find its libsStephan Bergmann
2016-09-20Remove HAVE_GCC_VISIBILITY_BROKEN, never trueStephan Bergmann
2016-09-20[API CHANGE] Remove HAVE_GCC_VISIBILITY_FEATURE, always trueStephan Bergmann
2016-09-16Either -O2 is broken in Apple Clang, or some of our code is brokenTor Lillqvist
2016-09-12Disable GCC 6 -Wnull-dereference again for nowStephan Bergmann
2016-08-15Drop leftover EXTRA_CFLAGS and EXTRA_CDEFSTor Lillqvist
2016-08-05(initial) sparc64 portJames Clarke
2016-08-02Remove some presumably unnecessary leftovers from ancient timesTor Lillqvist
2016-07-21gbuild: always set CCACHE_CPP2=1 when COM_IS_CLANGMichael Stahl
2016-07-21gbuild: set CCACHE_CPP2 automatically with --enable-compiler-pluginMichael Stahl
2016-07-11Break gb_DEBUGINFO_FLAGS out of gb_DEBUG_CFLAGSStephan Bergmann
2016-07-11Centralize setting gb_DEBUGINFO_FLAGS for gb_SYMBOL in LinkTarget.mkStephan Bergmann
2016-06-24uitest: the correct python executable for windows is in instdirMarkus Mohrhard
2016-06-20switch to EHs on windowsMarkus Mohrhard
2016-06-03try to avoid 'by-design' solar-mutex deadlock during ciNorbert Thiebaud
2016-05-27shortcut the signal handler during batch testNorbert Thiebaud
2016-05-20remove more linking noise from VisualStudio buildNoel Grandin
2016-05-11Enable Clang -Wimplicit-fallthroughStephan Bergmann
2016-05-05Fix linking of 64 bit artifacts in 32 bit Windows build with VS2015Tomofumi Yagi
2016-05-03Handle wchar_t as native C++11 type on windowsDavid Ostrovsky
2016-04-26Enable Clang plugin warnings in Bison source codeStephan Bergmann
2016-04-18Enable further GCC 6 warningsStephan Bergmann
2016-04-15disable MSVC warning C4091Michael Stahl
2016-03-09Fix unrecognized -Wv:18 option for clang-cl on MSVC 14.0David Ostrovsky
2016-03-05vs2015 spam C4267 even in 32 bits mode, silence it for now.Norbert Thiebaud
2016-03-04clang-cl: Enable more warnings etc. (like in the Clang/GCC case)Stephan Bergmann
2016-02-27MSVC 14.0: Fix building 64bit libraries in 32bit modeDavid Ostrovsky