summaryrefslogtreecommitdiffstats
path: root/solenv/gbuild
Commit message (Expand)AuthorAgeFilesLines
* Use CXXFLAGS_CXX11 here, tooTor Lillqvist2012-12-231-9/+2
* gbuild: AsmObject: support user defined AFLAGSMichael Stahl2012-12-214-3/+5
* Fix in-build uno ini deps for cross-compilingStephan Bergmann2012-12-211-0/+3
* serialize all unit tests runs with icecream_run.Michael Meeks2012-12-191-2/+2
* -DENABLE_GRAPHITE -> config_graphite.hLuboš Luňák2012-12-191-1/+0
* Remove --with-stlport from LO 4.0Stephan Bergmann2012-12-175-14/+0
* Revert "hide rc.exe splash screen"Michael Stahl2012-12-171-1/+2
* add missing dep: gb_Package_use_custom_targetMatúš Kukan2012-12-161-0/+6
* hide rc.exe splash screenPeter Foley2012-12-151-1/+1
* src.downloaded is goneMatúš Kukan2012-12-151-1/+1
* fix typoMatúš Kukan2012-12-151-1/+1
* let's have plain 'make' without '-r' even fasterMatúš Kukan2012-12-141-1/+2
* do not disable msvc warning 4005Luboš Luňák2012-12-131-4/+3
* substitute BUILDDIR in gb_Helper_abbreviate_dirs tooLuboš Luňák2012-12-131-0/+10
* adjust clang plugins for srcdir != builddirLuboš Luňák2012-12-111-2/+2
* BUILD_DIR -> BUILDDIR, to be consistent with the other *DIRLuboš Luňák2012-12-112-2/+2
* Prepare for read-only source buildNorbert Thiebaud2012-12-112-2/+2
* include PCHOBJS in target's objectlistLuboš Luňák2012-12-113-3/+14
* make PCH depend on LinkTarget/headersLuboš Luňák2012-12-111-3/+3
* Create executables that can be run on Windows XPTor Lillqvist2012-12-101-1/+1
* little help for userfriendly gbuild make targetsLuboš Luňák2012-12-101-0/+3
* userfriendly make targets for build and cleanLuboš Luňák2012-12-1031-0/+42
* make all cxxobjects depend on the PCH timestampLuboš Luňák2012-12-101-3/+6
* fix debug/nodebug for PCHLuboš Luňák2012-12-101-1/+1
* fix visibility with PCHLuboš Luňák2012-12-102-0/+12
* fix PCH dependenciesLuboš Luňák2012-12-101-4/+7
* warnings as errors for msvc pch warnings that really shouldn't happenLuboš Luňák2012-12-102-2/+10
* remove unneeded PCH stuffLuboš Luňák2012-12-101-3/+0
* use PCH with generated cxx sources tooLuboš Luňák2012-12-101-0/+2
* use noexceptions .pch only when actually neededLuboš Luňák2012-12-102-4/+14
* no need to make whole linktarget depend on .pchLuboš Luňák2012-12-101-2/+0
* rebuild all dependent .cxx files that use a PCH that gets regeneratedLuboš Luňák2012-12-103-0/+16
* fix clang .d generation with PCHLuboš Luňák2012-12-101-10/+22
* fix PrecompiledHeader vs NoexPrecompiledHeader mismatchLuboš Luňák2012-12-101-2/+2
* rename to gb_Library_set_precompiled_headerLuboš Luňák2012-12-106-4/+13
* PCH support for Clang compilerLuboš Luňák2012-12-102-0/+40
* it's not actually necessary to manually include the header for MSVC PCHLuboš Luňák2012-12-101-0/+2
* update .d generation when creating MSVC .pchLuboš Luňák2012-12-101-2/+2
* include debug/optimizing flags when building PCHLuboš Luňák2012-12-101-4/+7
* bring back precompiled headers supportLuboš Luňák2012-12-1012-4/+228
* Try -std=c++11 if -std=gnu++0x does not workStephan Bergmann2012-12-102-2/+2
* Avoid "deleted function definitions are a C++11 extension" in a better wayTor Lillqvist2012-12-101-1/+2
* use config_xxx.h files instead of -DHAVE_XXX on the command lineLuboš Luňák2012-12-075-25/+4
* rm intermediate files that are input of helpindexer and should not be packagedAndras Timar2012-12-061-0/+1
* serialize valgrind using icerunLuboš Luňák2012-12-051-1/+1
* and valgrind leak errors or other info is probably not useful in unittestsLuboš Luňák2012-12-051-1/+1
* make unittests abort build if valgrind finds any error in themLuboš Luňák2012-12-051-1/+1
* revert the huge performance regression in gbuild intoduced with 0a45deba2be4a...Bjoern Michaelsen2012-12-041-0/+9
* adding calc add-in for option pricingtino2012-12-041-0/+1
* make sure fast string operator+ is used only by LO codeLuboš Luňák2012-12-031-2/+3