summaryrefslogtreecommitdiff
path: root/solenv
AgeCommit message (Expand)AuthorFilesLines
2012-09-25apparently cpp.lcc does not have .exe ext. on windowsDavid Tardon1-1/+3
2012-09-25add missing dep on cpp.lccDavid Tardon1-4/+8
2012-09-25fix scp2 build producing garbageDavid Tardon1-2/+3
2012-09-25Be more consistentTor Lillqvist2-4/+4
2012-09-24LinkTarget: d'oh, forgot to escape $Michael Stahl1-1/+1
2012-09-24add gb_StaticLibrary_use_static_librariesMichael Stahl2-1/+3
2012-09-24Check DISABLE_DYNLOADING, not just iOSTor Lillqvist2-11/+11
2012-09-24Check DISABLE_DYNLOADING, not just iOSTor Lillqvist1-2/+2
2012-09-24it seems climaker needs UREDavid Tardon1-1/+7
2012-09-23fdo#54276 speed up packaging on Windows significantlyAndras Timar1-3/+8
2012-09-23merge_mergemodules_into_msi_database: ditch unused function argumentsAndras Timar2-2/+2
2012-09-23fix typoDavid Tardon1-1/+1
2012-09-23do not add deps on SDFs if not building with langsDavid Tardon1-1/+7
2012-09-23change the rest of deps on target-spec. varDavid Tardon6-8/+12
2012-09-23fix build of dictionaries with l10n enabledDavid Tardon1-4/+6
2012-09-22gbuild: forgot to include assembler objects in mac linksNorbert Thiebaud1-0/+2
2012-09-22guard against updating nonexistent fileDavid Tardon1-0/+2
2012-09-22Package is replaceable by ExternalPackageDavid Tardon1-13/+11
2012-09-22add gbuild class ExternalPackageDavid Tardon6-6/+214
2012-09-22force unpack in the next run if patching failedDavid Tardon1-19/+25
2012-09-22SOVERSION is used by LinkTarget, so set it thereDavid Tardon2-6/+13
2012-09-22fix URE depsDavid Tardon3-2/+8
2012-09-22honour --enable-lto on windows tooMatúš Kukan1-0/+8
2012-09-22fix configuration depsDavid Tardon2-2/+2
2012-09-22gbuild: add missing dependency on regmergeMatúš Kukan1-0/+1
2012-09-22fix Library/LinkTarget build on mingwDavid Tardon1-5/+5
2012-09-22ensure IDL files of used UnoApis are in placeDavid Tardon5-1/+20
2012-09-22fix dep for configuration schemasDavid Tardon2-3/+9
2012-09-22add missing deps on toolsDavid Tardon2-12/+15
2012-09-22depend on tools as necessaryDavid Tardon1-5/+8
2012-09-22force cli_ure to buildMatúš Kukan2-2/+1
2012-09-22get cli_ure closer to successful buildMatúš Kukan3-3/+9
2012-09-22gbuildize cli_ureDavid Tardon1-2/+1
2012-09-22fix make syntaxNorbert Thiebaud1-5/+3
2012-09-22add support for CLI to gbuildDavid Tardon12-0/+740
2012-09-22separate include dirs by commaDavid Tardon1-1/+1
2012-09-22neon: convert to gbuildMatúš Kukan1-10/+0
2012-09-22allow Library to disable hidden visibilityMatúš Kukan7-54/+22
2012-09-21Cut/paste typosStephan Bergmann3-5/+5
2012-09-21Honour preset LD_LIBRARY_PATH etc. in gbuild, tooStephan Bergmann7-9/+9
2012-09-20reduce complexity of installer maker scriptAndras Timar3-152/+0
2012-09-20reduce complexity of installer maker scriptAndras Timar5-206/+3
2012-09-20copy-paste errorAndras Timar1-1/+1
2012-09-20Make "make debugrun" less fancy but more usefulStephan Bergmann1-2/+1
2012-09-20Move -isysroot from gb_CFLAGS/gb_CXXFLAGS to CC/CXXTor Lillqvist2-3/+1
2012-09-20Add typedefs not in the 10.4 SDKTor Lillqvist1-0/+6
2012-09-19do not copy these xml files into solverMatúš Kukan1-6/+0
2012-09-19do not copy .ilst files into solverMatúš Kukan2-9/+2
2012-09-19there is no ScpTarget dep target usedMatúš Kukan2-28/+0
2012-09-19gbuild: avoid unnecessary Packages while processing scp2 filesMatúš Kukan10-80/+12