summaryrefslogtreecommitdiff
path: root/solenv
AgeCommit message (Expand)Author
2012-12-19serialize all unit tests runs with icecream_run.Michael Meeks
2012-12-19-DENABLE_GRAPHITE -> config_graphite.hLuboš Luňák
2012-12-18Replace GUIBASE checks with equivalent OS checksTor Lillqvist
2012-12-18fix conditionals detectionLuboš Luňák
2012-12-18indentLuboš Luňák
2012-12-18API CHANGE: Remove obsolete regcomp from UREStephan Bergmann
2012-12-18update update_pch.shLuboš Luňák
2012-12-17add script to regenerate pch filesPeter Foley
2012-12-17Remove --with-stlport from LO 4.0Stephan Bergmann
2012-12-17argh... remove accidentally committed concat-depsMichael Stahl
2012-12-17Revert "hide rc.exe splash screen"Michael Stahl
2012-12-16add missing dep: gb_Package_use_custom_targetMatúš Kukan
2012-12-15hide rc.exe splash screenPeter Foley
2012-12-15src.downloaded is goneMatúš Kukan
2012-12-15fix typoMatúš Kukan
2012-12-15fdo#58145 dmake rule for ulf localization was not converted to use po filesAndras Timar
2012-12-14add support for loading comboboxtext item strings from .uiCaolán McNamara
2012-12-14let's have plain 'make' without '-r' even fasterMatúš Kukan
2012-12-14Make KeyID (qtz) work againAndras Timar
2012-12-13do not disable msvc warning 4005Luboš Luňák
2012-12-13substitute BUILDDIR in gb_Helper_abbreviate_dirs tooLuboš Luňák
2012-12-12Remove xml2cmp leftoversStephan Bergmann
2012-12-11adjust clang plugins for srcdir != builddirLuboš Luňák
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