summaryrefslogtreecommitdiff
path: root/solenv
AgeCommit message (Expand)AuthorFilesLines
2012-12-19serialize all unit tests runs with icecream_run.Michael Meeks1-2/+2
2012-12-19-DENABLE_GRAPHITE -> config_graphite.hLuboš Luňák1-1/+0
2012-12-18Replace GUIBASE checks with equivalent OS checksTor Lillqvist1-1/+1
2012-12-18fix conditionals detectionLuboš Luňák1-2/+4
2012-12-18indentLuboš Luňák1-53/+53
2012-12-18API CHANGE: Remove obsolete regcomp from UREStephan Bergmann2-6/+0
2012-12-18update update_pch.shLuboš Luňák1-13/+44
2012-12-17add script to regenerate pch filesPeter Foley1-0/+92
2012-12-17Remove --with-stlport from LO 4.0Stephan Bergmann8-22/+1
2012-12-17argh... remove accidentally committed concat-depsMichael Stahl1-0/+0
2012-12-17Revert "hide rc.exe splash screen"Michael Stahl2-1/+2
2012-12-16add missing dep: gb_Package_use_custom_targetMatúš Kukan2-1/+7
2012-12-15hide rc.exe splash screenPeter Foley1-1/+1
2012-12-15src.downloaded is goneMatúš Kukan1-1/+1
2012-12-15fix typoMatúš Kukan1-1/+1
2012-12-15fdo#58145 dmake rule for ulf localization was not converted to use po filesAndras Timar1-1/+1
2012-12-14add support for loading comboboxtext item strings from .uiCaolán McNamara1-2/+13
2012-12-14let's have plain 'make' without '-r' even fasterMatúš Kukan1-1/+2
2012-12-14Make KeyID (qtz) work againAndras Timar2-14/+3
2012-12-13do not disable msvc warning 4005Luboš Luňák1-4/+3
2012-12-13substitute BUILDDIR in gb_Helper_abbreviate_dirs tooLuboš Luňák1-0/+10
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