summaryrefslogtreecommitdiff
path: root/solenv/gbuild
AgeCommit message (Expand)AuthorFilesLines
2017-11-18MSC: Embed Natvis to PDBs, to use in /DEBUGEXE debugsMike Kaganski1-0/+1
2017-11-14Another workaround for "xargs: environment is too large for exec" errorsStephan Bergmann1-1/+1
2017-11-11use -encoding UTF8 in JavaClassSet.mkRene Engelhard1-2/+2
2017-11-11set JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8 in JavaClassSet.mkRene Engelhard1-1/+2
2017-11-07Why was this left out of unittest-failed-MACOSX.shStephan Bergmann1-0/+4
2017-11-06QT5 rename from KF5Jan-Marek Glogowski1-1/+1
2017-11-06KF5 seperate Qt5 detection from KF5Jan-Marek Glogowski1-0/+1
2017-11-03-I$(dir $(3)) in gb_CObject__command_pattern is no longer neededStephan Bergmann1-2/+0
2017-11-01-I$(dir $(3)) in gb_CObject__command_pattern is no longer neededStephan Bergmann1-1/+0
2017-11-01gbuild: ExternalProject: improve NMAKE handlingMichael Stahl2-3/+10
2017-10-28Work around "xargs: environment is too large for exec" errors on WindowsStephan Bergmann1-1/+1
2017-10-25res files and .ui translations are goneDavid Tardon1-13/+0
2017-10-19Let's have this additional info also for WIN buildsTamás Zolnai1-0/+4
2017-10-13When the unit test fails, mention how to run just that exact test.Jan Holesovsky1-0/+5
2017-10-11There appears to be no need for -I. in SOLARINCStephan Bergmann3-4/+4
2017-10-06gbuild: more verbose forwarding of LinkTarget functionsMichael Stahl5-249/+251
2017-10-06iOS, third party library updatejan Iversen1-2/+2
2017-10-04simplify updating of config.* in bundled projectsDavid Tardon3-0/+3336
2017-10-02solenv: support gb_UITest_DEBUGRUN for ui testsMiklos Vajna1-1/+8
2017-09-30Fix typosAndrea Gelmini1-1/+1
2017-09-30solenv: move DeclareDPIAware.manifest to gbuild directoryMichael Stahl2-1/+8
2017-09-30Support loplugin in clang-clStephan Bergmann2-4/+28
2017-09-30Add compatibility information to binary manifests on WindowsMike Kaganski2-2/+17
2017-09-30allow linking mergedlib on win by removing duplicate libs from commandlineChristian Lohmaier1-3/+5
2017-09-20Don't expand $(call gb_Executable_get_target,python) too earlyStephan Bergmann1-1/+1
2017-09-20gbuild: remove obsolete commentMichael Stahl1-6/+0
2017-09-19iOS, remove support for 32bit (arm).jan Iversen2-44/+0
2017-09-15consistent naming of externals: jpeg-turbo->libjpeg-turboMichael Stahl1-1/+1
2017-09-14remove interim update module for gettext supportCaolán McNamara1-6/+7
2017-09-13Enable -Wunreachable-codeStephan Bergmann1-0/+2
2017-09-12android: tune symbols for lldb & we actually target 14 as minSDKChristian Lohmaier1-1/+3
2017-09-10iOS, make common iOS GCC file.jan Iversen5-964/+264
2017-09-09iOS, update gbuild platformjan Iversen4-0/+786
2017-08-24Explicitly specify -finput-charset=UTF-8 for GCC/ClangStephan Bergmann1-0/+2
2017-08-22unotest: really run every CppunitTest with its own user profileMichael Stahl1-1/+2
2017-08-16Fix typo in buildingAndrea Gelmini1-1/+1
2017-07-26gbuild: strip away unexpected CR char at the end of Windows filenamesMiklos Vajna1-0/+7
2017-07-25tell msvc our source code is written using utf-8Caolán McNamara1-0/+2
2017-07-24gbuild: AllLangMoTarget: stop reinventing the python wheelMichael Stahl1-10/+5
2017-07-21call python script with whatever is set as the python to useCaolán McNamara1-2/+10
2017-07-21use old translations for interim periodCaolán McNamara1-6/+6
2017-07-21replace localestr with a script for the supported translation targetsCaolán McNamara1-6/+3
2017-07-21temporarily survive missing translationsCaolán McNamara1-1/+1
2017-07-21de-hrc various thingsCaolán McNamara3-40/+0
2017-07-21migrate to boost::gettextCaolán McNamara14-521/+122
2017-07-18More avoidance of invoking gdb with LD_LIBRARY_PATH setStephan Bergmann2-2/+2
2017-07-03Fix typosAndrea Gelmini1-1/+1
2017-06-28Try to get meaningful gdb backtraces for failed UITest core files after allStephan Bergmann1-2/+6
2017-06-22--enable-optimized should be orthogonal to --enable-debug/--enable-dbgutilStephan Bergmann1-2/+2
2017-06-19only unit-test one loplugin at a timeNoel Grandin2-1/+3