summaryrefslogtreecommitdiff
path: root/solenv/gbuild/platform
AgeCommit message (Expand)Author
2016-08-02Seems that Clang in Xcode 7.3.1 produces broken code with -O2 in some casesTor Lillqvist
2016-07-20Fix typosAndrea Gelmini
2016-02-29MSVC 14.0: Fix building 64bit libraries in 32bit modeDavid Ostrovsky
2016-02-22windows: silence new warning for nowNorbert Thiebaud
2016-02-22Force pdb write synchronization on all MS compilersDavid Ostrovsky
2016-02-22move disabling of LNK4217Noel Grandin
2016-01-07configure: hard-code /usr/bin/{sort,find} for CygwinMichael Stahl
2015-11-30macosx: 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
2015-11-17refactor unittest help messageBjoern Michaelsen
2015-11-12Make "make debugrun" use lldb on MacStephan Bergmann
2015-11-12Generalize COM_GCC_IS_CLANG -> COM_IS_CLANGStephan Bergmann
2015-11-10Avoid -Werror=pedantic when building CppunitTest_libreofficekit_checkapiStephan Bergmann
2015-11-02Let --enable-symbols only control emitting debuginfo, not optimization on MacStephan Bergmann
2015-11-02Pass emit-debuginfo flags into special bridge compilations, if applicableStephan Bergmann
2015-10-22gbuild: incremental builds with --enable-pch are unsoundMichael Stahl
2015-10-05Emscripten: First steps of porting to EmscriptenSamuel Mehrbrodt
2015-09-18Use a C99 flexible array memberStephan Bergmann
2015-09-14gbuild: add a comment why C4589 is disabledMichael Stahl
2015-09-13Disable Warning 4589David Ostrovsky
2015-09-03setup_native: Add vcruntime and libucrt on MSVC 14.0David Ostrovsky
2015-09-02Don't redefine snprintf as VS 2015 supports ISO standardDavid Ostrovsky
2015-09-01core: fix build with system boost 1.59David Ostrovsky
2015-08-28use nonet for xsltprocCaolán McNamara
2015-07-30Bump boost to 1.59David Ostrovsky
2015-07-10solenv: platform: Add support for GODSON64.Heiher
2015-07-08Fix typosAndrea Gelmini
2015-06-15make debugrun under WindowsJuergen Funk
2015-06-12mysqlcppconn library ends up in an extension, not in layer NONEStephan Bergmann
2015-05-28More aggressive system malloc memory checking for linux unit tests.Michael Meeks
2015-05-11Revert "Silence Clang -Werror,-Wreturn-type-c-linkage"Stephan Bergmann
2015-05-11Silence Clang -Werror,-Wreturn-type-c-linkageStephan Bergmann
2015-05-11-Wshadow appears to work now on Mac OS XStephan Bergmann
2015-04-21Enable -Woverload-virtual for Mac OS X, tooStephan Bergmann
2015-04-02Model o3tl::enumarray after std::array to allow aggregate initializationStephan Bergmann
2015-03-05gbuild: stop disabling MSVC warning C4996 on --enable-dbgutil buildsMichael Stahl
2015-03-05gbuild: on WNT, target Windows XP with 7.1 SDK, and Vista with 8.x SDKMichael Stahl
2015-03-05gbuild: set _WIN32_WINNT globally instead of WINVERMichael Stahl
2015-03-05shell: remove unnecessary explicit -D_WIN32_IEMichael Stahl
2015-02-27For Clang -fsanitize=vptr use -fvisibility-ms-compat, not -fvisibility=hiddenStephan Bergmann
2015-02-27Pass -fvisibility-inlines-hidden into external modulesStephan Bergmann
2015-02-26Reintegrate portion of a patch originally submitted byRichard PALO
2015-02-19Sun ld doesn't support -O1 optimize flagRichard PALO
2015-02-18Also mention -fstack-protector-strong when linkingStephan Bergmann
2015-02-10Attempt at fixing Mac OS X code signingStephan Bergmann
2015-01-09gbuild: try to fix windows non-debug buildsMichael Stahl
2015-01-06Fix --enable-pch option on msvc 64bit compilerDavid Ostrovsky
2014-12-19Blind attempt to fix PCHStephan Bergmann