summaryrefslogtreecommitdiff
path: root/solenv/gbuild/platform
AgeCommit message (Expand)AuthorFilesLines
2014-12-19Blind attempt to fix PCHStephan Bergmann2-0/+2
2014-12-18Introduce gb_*_set_external_codeStephan Bergmann2-0/+6
2014-12-15gbuild: More automagic for libmergedMatúš Kukan4-0/+8
2014-12-10_USING_V110_SDK71_ is not related to DirectX, restoreChristian Lohmaier1-0/+1
2014-12-10canvas: remove Windows SDK #ifdefs - all supported MSVC/SDK have DirectXMichael Stahl1-1/+0
2014-12-10define _USING_V110_SDK71_ when building with VS2013 against 7.1A SDKChristian Lohmaier1-1/+1
2014-12-02attempt to default enable stack-protector-strongCaolán McNamara1-0/+5
2014-11-28Fold URE: Linux ure/lib/* -> program/Stephan Bergmann2-12/+12
2014-11-28Fold URE: Linux ure/bin/* -> program/Stephan Bergmann2-2/+2
2014-11-27Fix iOS build, need gb_Library_get_sdk_link_dirTor Lillqvist1-0/+1
2014-11-26On Mac, the lib/libuno_*.dylib symlinks are not in the SDKStephan Bergmann6-1/+11
2014-11-12gbuild: move setting of gb_CPUDEFS to CPU-specific fileMichael Stahl2-4/+2
2014-11-12gbuild: let's read our elves through a variable for consistencyMichael Stahl1-1/+1
2014-11-12in general, SOLARIS should use /usr/bin/ld.Richard PALO1-21/+23
2014-11-10force --std=gnu89 for clang (and gcc), properlyLuboš Luňák1-0/+4
2014-10-11drop -Wno-long-double compiler flagDouglas Mencken1-4/+0
2014-10-10MACOSX_INTEL_GCC is deadStephan Bergmann1-16/+0
2014-10-10Drop unnecessary gb_COMPILERDEFAULTOPTFLAGSStephan Bergmann32-38/+19
2014-10-09fix 'line too long' link error on Windows with merged-libsNoel Grandin1-2/+1
2014-10-06gbuild: enable -Wnon-virtual-dtor for all GCC platformsMichael Stahl6-14/+1
2014-10-06gbuild: -Wnon-virtual-dtor and strict aliasing workaround for GCC < 4.6Michael Stahl2-41/+2
2014-10-01Drop -Wno-deprecated-declarations workaroundStephan Bergmann2-22/+0
2014-09-25Fix PythonTest on windowsPeter Foley1-1/+1
2014-09-23PPC Mac support can go away now (again)Tor Lillqvist1-17/+0
2014-09-18Don't use gnu++03 alias of gnu++98 for ODK buildsJan-Marek Glogowski1-2/+1
2014-09-17Bye bye VS2010Tor Lillqvist1-13/+2
2014-09-15More forced-C++03 -Werror tweakingStephan Bergmann1-2/+4
2014-09-15Filter out non-interesting -Wvariadic-macros / -Werror=non-virtual-dtorMiklos Vajna1-1/+1
2014-09-15check that ODK headers compile with C++03Luboš Luňák2-0/+11
2014-09-15build ODK headers check without LIBO_INTERNAL_ONLYLuboš Luňák1-0/+2
2014-09-15gbuild command for disabling usage of compiler plugins for a targetLuboš Luňák2-4/+4
2014-09-13mac: clean-up obsolete conditional code based on old SDKNorbert Thiebaud1-13/+0
2014-09-11(Rudimentary) C++11 support is a hard requirement nowStephan Bergmann4-20/+6
2014-08-30Start of support for Android on AArch64Tor Lillqvist1-0/+19
2014-08-29Linux AArch64 portStephan Bergmann1-0/+14
2014-08-14fdo#82430: configure: MSVC build: avoid using SSE2 instructionsMichael Stahl1-2/+4
2014-08-14TypoTor Lillqvist1-1/+1
2014-08-14If we disable C4189 we should also disable C4100Tor Lillqvist1-0/+4
2014-08-14MSVC: disable C4189 again in optimizing buildsThomas Arnhold1-0/+4
2014-08-13gbuild: MSVC: disable warning C4373 againMichael Stahl1-0/+7
2014-08-13msvc: enable some warnings, as they are usefulThomas Arnhold1-14/+0
2014-08-11OSX: drop -malign-natural flag for non-clang compilersDouglas Mencken1-3/+1
2014-08-08Generalize -fsanitize=address checksStephan Bergmann1-4/+6
2014-08-07Under -fsanitize=undefined, always link with C++ compilerStephan Bergmann1-1/+5
2014-07-28Improvements for Windows build with only VS2013 installedTor Lillqvist1-1/+1
2014-07-23OSX: change CXXFLAGS_CXX11 to be used not only with clangDouglas Mencken1-1/+2
2014-07-11gbuild: always prepend our stuff to PATH on WindowsMichael Stahl1-2/+2
2014-07-08auto-detect the presence of a native gmake on windowsNorbert Thiebaud2-1/+14
2014-07-08configure, gbuild: remove Cygwin paths from make environmentMichael Stahl2-3/+3
2014-07-07chmod -xTor Lillqvist2-0/+0