summaryrefslogtreecommitdiff
path: root/solenv
AgeCommit message (Expand)Author
2012-12-11BUILD_DIR -> BUILDDIR, to be consistent with the other *DIRLuboš Luňák
2012-12-11Prepare for read-only source buildNorbert Thiebaud
2012-12-11include PCHOBJS in target's objectlistLuboš Luňák
2012-12-11make PCH depend on LinkTarget/headersLuboš Luňák
2012-12-10Create executables that can be run on Windows XPTor Lillqvist
2012-12-10little help for userfriendly gbuild make targetsLuboš Luňák
2012-12-10userfriendly make targets for build and cleanLuboš Luňák
2012-12-10make all cxxobjects depend on the PCH timestampLuboš Luňák
2012-12-10fix debug/nodebug for PCHLuboš Luňák
2012-12-10fix visibility with PCHLuboš Luňák
2012-12-10fix PCH dependenciesLuboš Luňák
2012-12-10warnings as errors for msvc pch warnings that really shouldn't happenLuboš Luňák
2012-12-10remove unneeded PCH stuffLuboš Luňák
2012-12-10use PCH with generated cxx sources tooLuboš Luňák
2012-12-10use noexceptions .pch only when actually neededLuboš Luňák
2012-12-10no need to make whole linktarget depend on .pchLuboš Luňák
2012-12-10rebuild all dependent .cxx files that use a PCH that gets regeneratedLuboš Luňák
2012-12-10fix clang .d generation with PCHLuboš Luňák
2012-12-10fix PrecompiledHeader vs NoexPrecompiledHeader mismatchLuboš Luňák
2012-12-10rename to gb_Library_set_precompiled_headerLuboš Luňák
2012-12-10PCH support for Clang compilerLuboš Luňák
2012-12-10it's not actually necessary to manually include the header for MSVC PCHLuboš Luňák
2012-12-10update .d generation when creating MSVC .pchLuboš Luňák
2012-12-10include debug/optimizing flags when building PCHLuboš Luňák
2012-12-10bring back precompiled headers supportLuboš Luňák
2012-12-10Try -std=c++11 if -std=gnu++0x does not workStephan Bergmann
2012-12-10Avoid "deleted function definitions are a C++11 extension" in a better wayTor Lillqvist
2012-12-07use config_xxx.h files instead of -DHAVE_XXX on the command lineLuboš Luňák
2012-12-06rm intermediate files that are input of helpindexer and should not be packagedAndras Timar
2012-12-06re-base on ALv2 code. Includes:Michael Meeks
2012-12-05serialize valgrind using icerunLuboš Luňák
2012-12-05and valgrind leak errors or other info is probably not useful in unittestsLuboš Luňák
2012-12-05make unittests abort build if valgrind finds any error in themLuboš Luňák
2012-12-05Bye bye ODMATor Lillqvist
2012-12-04bump minor.mk to 410Caolán McNamara
2012-12-04bump product version to 4.1.0.0.alpha0+, build id to 0Petr Mladek
2012-12-04revert the huge performance regression in gbuild intoduced with 0a45deba2be4a...Bjoern Michaelsen
2012-12-04adding calc add-in for option pricingtino
2012-12-03make sure fast string operator+ is used only by LO codeLuboš Luňák
2012-12-03Use -W4 instead of -Wall, and don't disable warnings that are off by defaultTor Lillqvist
2012-12-03Add -wd4986 here, tooTor Lillqvist
2012-12-03More -wd fixupsTor Lillqvist
2012-12-02gbuild: call gb_ExternalExecutable_collect_registrations...Michael Stahl
2012-12-02ditch unused makefileDavid Tardon
2012-12-02move setting up of ext. executables out of gbuild.mkDavid Tardon
2012-12-02Don't disable warnings that supprted MSVC versions don't generateTor Lillqvist
2012-12-02Document the warnings we disableTor Lillqvist
2012-12-02Argh, I meant Visual Studio 2010Tor Lillqvist
2012-12-02Disable MSVC warning C4986Tor Lillqvist
2012-12-02No lang no qtzZolnai Tamás