summaryrefslogtreecommitdiffstats
path: root/solenv/gbuild
Commit message (Expand)AuthorAgeFilesLines
* fix internal python deps on MacOSXDavid Tardon2012-12-291-0/+1
* rethink external executable setupDavid Tardon2012-12-295-47/+128
* Delete some lang variableZolnai Tamás2012-12-286-20/+15
* fix UnpackedTarget strip_components snaffuNorbert Thiebaud2012-12-271-1/+1
* fix delivery of qtz "translations"David Tardon2012-12-271-0/+14
* simplify UI packagingDavid Tardon2012-12-271-7/+4
* create all translations for a .ui file in one uiex callDavid Tardon2012-12-272-96/+40
* let uiex produce more translations in one runDavid Tardon2012-12-271-1/+1
* convert icu to gbuild and add to tail_buildPeter Foley2012-12-271-1/+1
* Check for __GNUC__ instead of GCC in sourcesTor Lillqvist2012-12-271-1/+0
* Check for _MSC_VER instead of MSC in sourcesTor Lillqvist2012-12-271-1/+0
* CosmeticsTor Lillqvist2012-12-261-2/+5
* Subsystem 5.01 is invalid for 64-bit code, says the linkerTor Lillqvist2012-12-261-1/+1
* do not bother trying to keep PCH and non-PCH dependencies correct togetherLubos Lunak2012-12-262-2/+6
* INCLUDE_STL does not existLubos Lunak2012-12-261-2/+2
* disable ccache too when running clang as rewritterLubos Lunak2012-12-261-2/+2
* 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