summaryrefslogtreecommitdiff
path: root/solenv/gbuild
AgeCommit message (Expand)AuthorFilesLines
2013-01-30Apparent copy/paste typoStephan Bergmann1-1/+1
2013-01-21Remove -Wsign-promoStephan Bergmann2-2/+0
2013-01-16T_xxxFLAGS_APPEND fixupsLuboš Luňák1-3/+9
2013-01-14append library specific compile flags at the endMatúš Kukan3-16/+16
2013-01-11Set version number in AC_INIT() in configure.ac onlyTor Lillqvist1-1/+1
2013-01-11QUARTZ is equivalent to MACOSXTor Lillqvist1-1/+0
2013-01-10optimize for build targets in one placeMatúš Kukan3-28/+25
2013-01-10remove effectively unused gb_PARTIALBUILDMatúš Kukan3-48/+0
2013-01-10dev-install target is used from toplevel MakefileMatúš Kukan1-20/+3
2013-01-10Add configure switch that allows hardlink deliverTomas Chvatal1-0/+4
2013-01-10add rule for generating fresh pot (po template) filesMatúš Kukan1-2/+15
2013-01-09remove workdir tooDavid Tardon1-1/+1
2013-01-09create dummy translation files to avoid delivery failuresDavid Tardon1-13/+7
2013-01-07deliver qtz translations for .ui filesDavid Tardon1-3/+5
2013-01-07mkdir before touchingTor Lillqvist1-1/+1
2013-01-06Let's save a bit of disk spaceTor Lillqvist1-1/+5
2013-01-06Use same options as Xcode doesTor Lillqvist1-1/+1
2013-01-03Use -Wl,-dead-stripTor Lillqvist1-0/+3
2013-01-03Factor out gb_ObjCxxObject__command and gb_ObjCObject__commandTor Lillqvist3-76/+38
2013-01-03Do build executables for iOSTor Lillqvist1-3/+5
2013-01-03do not set LD_LIBRARY_PATH twice for unittests at allLuboš Luňák1-6/+0
2013-01-03gbuild: replace all use of PRODUCT with ENABLE_DBGUTILMichael Stahl1-1/+1
2013-01-02only package .ui translations that can be producedDavid Tardon1-5/+29
2013-01-02fix 'DEBUGCPPUNIT=TRUE make subsequenttest'Noel Grandin1-1/+7
2013-01-01always set library pathDavid Tardon5-13/+7
2012-12-31fix gb_Helper_executeDavid Tardon1-1/+1
2012-12-31I did not want to push that...David Tardon12-66/+72
2012-12-31always set library pathDavid Tardon1-7/+1
2012-12-31move gb_Executable_get_command back into Executable.mkDavid Tardon12-72/+72
2012-12-31Add b_Helper_set_ld_path back in more placesTor Lillqvist3-4/+4
2012-12-31We need b_Helper_set_ld_path here I thinkTor Lillqvist1-1/+1
2012-12-31fix stupid typoDavid Tardon1-1/+1
2012-12-31gb_Executable_get_runtime_dependencies should be empty when cross-compilingTor Lillqvist1-0/+5
2012-12-31Avoid Emacs warning "suspicious line"Tor Lillqvist1-1/+1
2012-12-31Remove misleading indentationTor Lillqvist1-1/+1
2012-12-30these functions must be defined earlyDavid Tardon2-25/+25
2012-12-30use runtime deps in gbuild classesDavid Tardon11-93/+76
2012-12-30allow setting runtime deps of executables in one placeDavid Tardon4-1/+58
2012-12-29fix internal python deps on MacOSXDavid Tardon1-0/+1
2012-12-29rethink external executable setupDavid Tardon5-47/+128
2012-12-28Delete some lang variableZolnai Tamás6-20/+15
2012-12-27fix UnpackedTarget strip_components snaffuNorbert Thiebaud1-1/+1
2012-12-27fix delivery of qtz "translations"David Tardon1-0/+14
2012-12-27simplify UI packagingDavid Tardon1-7/+4
2012-12-27create all translations for a .ui file in one uiex callDavid Tardon2-96/+40
2012-12-27let uiex produce more translations in one runDavid Tardon1-1/+1
2012-12-27convert icu to gbuild and add to tail_buildPeter Foley1-1/+1
2012-12-27Check for __GNUC__ instead of GCC in sourcesTor Lillqvist1-1/+0
2012-12-27Check for _MSC_VER instead of MSC in sourcesTor Lillqvist1-1/+0
2012-12-26CosmeticsTor Lillqvist1-2/+5