summaryrefslogtreecommitdiff
path: root/solenv/gbuild/platform
AgeCommit message (Expand)AuthorFilesLines
2016-04-18Enable further GCC 6 warningsStephan Bergmann1-0/+14
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-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-01-27Add optional debugrun soffice.bin arguments...Jan-Marek Glogowski1-1/+2
2016-01-21detailed warnings for invalid pch filesPeter Foley1-2/+2
2016-01-21Make ccache work properly with GCC PCHPeter Foley1-0/+7
2016-01-19Revert "LTO fixes for android"Tor Lillqvist1-6/+0
2016-01-18LTO fixes for androidPeter Foley1-0/+6
2016-01-18Wrappers for LTOPeter Foley2-2/+3
2016-01-13gbuild: let's hope this MSVC2012 specific hack is unnecessary nowMichael Stahl1-20/+0
2016-01-10Fix typosAndrea Gelmini1-1/+1
2016-01-07configure: hard-code /usr/bin/{sort,find} for CygwinMichael Stahl2-2/+2
2015-12-02clang-cl needs -Wno-missing-bracesStephan Bergmann1-0/+6
2015-11-30move disabling of LNK4217Noel Grandin2-5/+6
2015-11-30remove LNK4217 warning spam from Windows buildNoel Grandin1-0/+5
2015-11-27macosx: typo: it is unittest-failed-MACOSX.sh not .mkNorbert Thiebaud1-2/+2
2015-11-20wrap to allow for tests with longer names without inconvenient linebreaksBjoern Michaelsen1-3/+6
2015-11-20set gb_PythonTest_DEPS in .../platform/macosx.mk for realBjoern Michaelsen1-0/+1
2015-11-17make CPPUNITTRACE=TRUE a shortcut for debuging on WNTBjoern Michaelsen3-0/+11
2015-11-17refactor unittest help messageBjoern Michaelsen5-0/+94
2015-11-12Make "make debugrun" use lldb on MacStephan Bergmann1-4/+2
2015-11-12Generalize COM_GCC_IS_CLANG -> COM_IS_CLANGStephan Bergmann4-7/+7
2015-11-10Avoid -Werror=pedantic when building CppunitTest_libreofficekit_checkapiStephan Bergmann1-1/+1
2015-11-02Let --enable-symbols only control emitting debuginfo, not optimization on MacStephan Bergmann1-4/+4
2015-11-02Pass emit-debuginfo flags into special bridge compilations, if applicableStephan Bergmann5-11/+13
2015-10-22gbuild: incremental builds with --enable-pch are unsoundMichael Stahl2-3/+3
2015-10-05Emscripten: First steps of porting to EmscriptenSamuel Mehrbrodt1-0/+18
2015-09-18Use a C99 flexible array memberStephan Bergmann1-0/+3
2015-09-14gbuild: add a comment why C4589 is disabledMichael Stahl1-0/+3
2015-09-13Disable Warning 4589David Ostrovsky1-0/+2
2015-09-03setup_native: Add vcruntime and libucrt on MSVC 14.0David Ostrovsky1-2/+2
2015-09-02Don't redefine snprintf as VS 2015 supports ISO standardDavid Ostrovsky1-0/+7
2015-09-01core: fix build with system boost 1.59David Ostrovsky2-0/+4
2015-08-28use nonet for xsltprocCaolán McNamara1-1/+1
2015-07-30Bump boost to 1.59David Ostrovsky1-0/+1
2015-07-10solenv: platform: Add support for GODSON64.Heiher1-0/+16
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-06-15make debugrun under WindowsJuergen Funk1-1/+16
2015-06-12mysqlcppconn library ends up in an extension, not in layer NONEStephan Bergmann7-0/+15
2015-05-28More aggressive system malloc memory checking for linux unit tests.Michael Meeks1-0/+1
2015-05-11Revert "Silence Clang -Werror,-Wreturn-type-c-linkage"Stephan Bergmann1-8/+0
2015-05-11Silence Clang -Werror,-Wreturn-type-c-linkageStephan Bergmann1-0/+8
2015-05-11-Wshadow appears to work now on Mac OS XStephan Bergmann1-2/+2
2015-04-21Enable -Woverload-virtual for Mac OS X, tooStephan Bergmann1-0/+1
2015-04-02Model o3tl::enumarray after std::array to allow aggregate initializationStephan Bergmann1-0/+1