summaryrefslogtreecommitdiff
path: root/solenv
AgeCommit message (Expand)AuthorFilesLines
2012-12-12Remove xml2cmp leftoversStephan Bergmann1-32/+0
2012-12-11adjust clang plugins for srcdir != builddirLuboš Luňák1-2/+2
2012-12-11BUILD_DIR -> BUILDDIR, to be consistent with the other *DIRLuboš Luňák2-2/+2
2012-12-11Prepare for read-only source buildNorbert Thiebaud3-3/+3
2012-12-11include PCHOBJS in target's objectlistLuboš Luňák3-3/+14
2012-12-11make PCH depend on LinkTarget/headersLuboš Luňák1-3/+3
2012-12-10Create executables that can be run on Windows XPTor Lillqvist1-1/+1
2012-12-10little help for userfriendly gbuild make targetsLuboš Luňák1-0/+3
2012-12-10userfriendly make targets for build and cleanLuboš Luňák31-0/+42
2012-12-10make all cxxobjects depend on the PCH timestampLuboš Luňák1-3/+6
2012-12-10fix debug/nodebug for PCHLuboš Luňák1-1/+1
2012-12-10fix visibility with PCHLuboš Luňák2-0/+12
2012-12-10fix PCH dependenciesLuboš Luňák1-4/+7
2012-12-10warnings as errors for msvc pch warnings that really shouldn't happenLuboš Luňák2-2/+10
2012-12-10remove unneeded PCH stuffLuboš Luňák1-3/+0
2012-12-10use PCH with generated cxx sources tooLuboš Luňák1-0/+2
2012-12-10use noexceptions .pch only when actually neededLuboš Luňák2-4/+14
2012-12-10no need to make whole linktarget depend on .pchLuboš Luňák1-2/+0
2012-12-10rebuild all dependent .cxx files that use a PCH that gets regeneratedLuboš Luňák3-0/+16
2012-12-10fix clang .d generation with PCHLuboš Luňák1-10/+22
2012-12-10fix PrecompiledHeader vs NoexPrecompiledHeader mismatchLuboš Luňák1-2/+2
2012-12-10rename to gb_Library_set_precompiled_headerLuboš Luňák6-4/+13
2012-12-10PCH support for Clang compilerLuboš Luňák2-0/+40
2012-12-10it's not actually necessary to manually include the header for MSVC PCHLuboš Luňák1-0/+2
2012-12-10update .d generation when creating MSVC .pchLuboš Luňák1-2/+2
2012-12-10include debug/optimizing flags when building PCHLuboš Luňák1-4/+7
2012-12-10bring back precompiled headers supportLuboš Luňák12-4/+228
2012-12-10Try -std=c++11 if -std=gnu++0x does not workStephan Bergmann3-3/+3
2012-12-10Avoid "deleted function definitions are a C++11 extension" in a better wayTor Lillqvist1-1/+2
2012-12-07use config_xxx.h files instead of -DHAVE_XXX on the command lineLuboš Luňák5-25/+4
2012-12-06rm intermediate files that are input of helpindexer and should not be packagedAndras Timar1-0/+1
2012-12-06re-base on ALv2 code. Includes:Michael Meeks5-26/+82
2012-12-05serialize valgrind using icerunLuboš Luňák1-1/+1
2012-12-05and valgrind leak errors or other info is probably not useful in unittestsLuboš Luňák1-1/+1
2012-12-05make unittests abort build if valgrind finds any error in themLuboš Luňák1-1/+1
2012-12-05Bye bye ODMATor Lillqvist1-5/+0
2012-12-04bump minor.mk to 410Caolán McNamara1-3/+3
2012-12-04bump product version to 4.1.0.0.alpha0+, build id to 0Petr Mladek2-4/+4
2012-12-04revert the huge performance regression in gbuild intoduced with 0a45deba2be4a...Bjoern Michaelsen1-0/+9
2012-12-04adding calc add-in for option pricingtino1-0/+1
2012-12-03make sure fast string operator+ is used only by LO codeLuboš Luňák1-2/+3
2012-12-03Use -W4 instead of -Wall, and don't disable warnings that are off by defaultTor Lillqvist2-92/+4
2012-12-03Add -wd4986 here, tooTor Lillqvist1-1/+1
2012-12-03More -wd fixupsTor Lillqvist1-5/+6
2012-12-02gbuild: call gb_ExternalExecutable_collect_registrations...Michael Stahl1-1/+3
2012-12-02ditch unused makefileDavid Tardon3-82/+0
2012-12-02move setting up of ext. executables out of gbuild.mkDavid Tardon7-64/+156
2012-12-02Don't disable warnings that supprted MSVC versions don't generateTor Lillqvist1-25/+0
2012-12-02Document the warnings we disableTor Lillqvist1-2/+136
2012-12-02Argh, I meant Visual Studio 2010Tor Lillqvist1-2/+2