summaryrefslogtreecommitdiff
path: root/solenv/gbuild/platform
AgeCommit message (Expand)AuthorFilesLines
2012-04-19extension libs should have no RPATHDavid Tardon2-7/+13
2012-04-19add OXT to gb_LinkTarget__RPATHS tooDavid Tardon3-0/+3
2012-04-19add layer and library group for extensionsDavid Tardon6-0/+12
2012-04-13gbuild: improve handling of pathsMatúš Kukan2-12/+3
2012-04-09this was accidentally removedMatúš Kukan1-0/+1
2012-04-09do not overwrite definition included from com_GCC_defs.mkMatúš Kukan2-12/+0
2012-04-09WNT_INTEL_GCC: gb_LinkTarget_EXCEPTIONFLAGS are included from com_GCC_defsMatúš Kukan1-5/+0
2012-04-09gbuild: move gb_AsmObject__command to com_GCC_classMatúš Kukan4-65/+18
2012-04-09gbuild: simplify and unify gb_Helper_*native*Matúš Kukan4-44/+3
2012-04-09gbuild: move YaccTarget__command to com_GCC_classMatúš Kukan2-29/+30
2012-04-08add function for converting path to URLDavid Tardon4-0/+20
2012-04-07no trailing \ on last line, so that endif is taken as a directiveLuboš Luňák1-1/+1
2012-04-06enable -fno-enforce-eh-specs only for non-dbgutil buildsLuboš Luňák2-0/+4
2012-04-03gbuild: ObjC command invocation more consistentMichael Stahl1-5/+5
2012-03-31gbuild: add comments, fix order to be more readableMatúš Kukan1-3/+5
2012-03-25fix mingw build, properly set LO_LIB_DIRMatúš Kukan2-3/+3
2012-03-25fix windows build, properly set LO_LIB_DIRMatúš Kukan2-0/+2
2012-03-22MinGW: work around newly ambiguous boost::bind calls with GCC 4.6Stephan Bergmann1-1/+12
2012-03-22MinGW apparently needs to be forced into __cdeclStephan Bergmann1-0/+1
2012-03-22MinGW: other DLLs must not pick sal's special __mainStephan Bergmann1-0/+3
2012-03-21WaE: option "-fno-default-inline" is valid for C++/ObjC++ but not for CTor Lillqvist2-2/+4
2012-03-21Use -fno-inline in gb_DEBUG_CFLAGSTor Lillqvist1-0/+2
2012-03-21gb_COMPILERDEFAULTOPTFLAGS is set in com_GCC_defs.mkTor Lillqvist1-2/+0
2012-03-16gbuild: switch solaris.mk to GCCJonathan Adams1-155/+180
2012-03-16WNT_INTEL_MSC.mk: use tabs for consistencyMichael Stahl1-9/+9
2012-03-15clang doesn't have a problem with -Wnon-virtual-dtorLuboš Luňák1-0/+4
2012-03-15disable msvc warning 4265 (non-virtual dtor)Lubos Lunak1-0/+1
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann1-7/+14
2012-03-13make OString work even with old gcc that has SFINAE brokenLuboš Luňák2-0/+11
2012-03-13Document reason for -Wno-non-virtual-dtorStephan Bergmann4-0/+12
2012-03-10gbuild: remove some more realpathsMatúš Kukan1-5/+5
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan1-2/+2
2012-03-10clang does not know -ggdb2Luboš Luňák2-6/+20
2012-03-08fix uno bootstrapping for .NET ( and perhaps c++ ) fdo#46832Noel Power1-1/+3
2012-03-08Use the same CFLAGS on DragonFly and NetBSD.François Tigeot2-2/+2
2012-03-08Remove unused files.François Tigeot2-78/+0
2012-03-06add helper function to convert path to native formatDavid Tardon4-0/+20
2012-03-05Revert "Workaround for weird gbuild looping problem with Clang for iOS"Tor Lillqvist1-3/+2
2012-03-05Workaround for weird gbuild looping problem with Clang for iOSTor Lillqvist1-2/+3
2012-03-02Check for Clang in configury and store and use resultTor Lillqvist2-2/+2
2012-03-02Cygwin uses internal Python which does not understand Cygwin pathsAndras Timar1-1/+1
2012-03-01Filter out options that Clang doesn't haveTor Lillqvist2-7/+17
2012-02-24gbuild: get rid of REPODIRMatúš Kukan3-15/+1
2012-02-24use -std=gnu++0x rather than -std=c++0xLuboš Luňák2-2/+2
2012-02-22We don't want to build real executables for iOS using gbuildTor Lillqvist1-2/+2
2012-02-22put version number in all versioned URE libs' names on MinGWDavid Tardon1-4/+4
2012-02-21Rethink cppunittest "plugins" for iOS, more to comeTor Lillqvist1-14/+2
2012-02-17allow to suppress -Werror per link targetDavid Tardon7-15/+26
2012-02-17merge feature/gbuild_javaDavid Tardon2-0/+6
2012-02-14Skip merged librariesTor Lillqvist1-2/+3