summaryrefslogtreecommitdiff
path: root/solenv/gbuild/platform
AgeCommit message (Expand)Author
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
2016-02-21windows: silence new warning for nowNorbert Thiebaud
2016-02-21Force pdb write synchronization on all MS compilersDavid Ostrovsky
2016-01-27Add optional debugrun soffice.bin arguments...Jan-Marek Glogowski
2016-01-21detailed warnings for invalid pch filesPeter Foley
2016-01-21Make ccache work properly with GCC PCHPeter Foley
2016-01-19Revert "LTO fixes for android"Tor Lillqvist
2016-01-18LTO fixes for androidPeter Foley
2016-01-18Wrappers for LTOPeter Foley
2016-01-13gbuild: let's hope this MSVC2012 specific hack is unnecessary nowMichael Stahl
2016-01-10Fix typosAndrea Gelmini
2016-01-07configure: hard-code /usr/bin/{sort,find} for CygwinMichael Stahl
2015-12-02clang-cl needs -Wno-missing-bracesStephan Bergmann
2015-11-30move disabling of LNK4217Noel Grandin
2015-11-30remove LNK4217 warning spam from Windows buildNoel Grandin
2015-11-27macosx: typo: it is unittest-failed-MACOSX.sh not .mkNorbert Thiebaud
2015-11-20wrap to allow for tests with longer names without inconvenient linebreaksBjoern Michaelsen
2015-11-20set gb_PythonTest_DEPS in .../platform/macosx.mk for realBjoern Michaelsen
2015-11-17make CPPUNITTRACE=TRUE a shortcut for debuging on WNTBjoern Michaelsen