summaryrefslogtreecommitdiff
path: root/solenv
AgeCommit message (Expand)Author
2018-07-23use VS 2015 to target XP with the 7.1A SDKChristian Lohmaier
2018-07-23tdf#112928: don't use "magic statics" for 5.4 (fails on WinXP)Mike Kaganski
2018-07-05gcc7: disable -Wdeprecated for dynamic excpt specsThorsten Behrens
2018-02-20tdf#115554: Create tar archives using 'fakeroot'Michael Weghorn
2018-02-20tdf#115554: Use 'fakeroot' to build Debian packagesMichael Weghorn
2017-08-09Fix scheduler GDB pretty printerJan-Marek Glogowski
2017-08-09Run Idle tasks immediatlyJan-Marek Glogowski
2017-08-09Introduce a scheduler stackJan-Marek Glogowski
2017-08-09Change Idle to be a Timer subclassJan-Marek Glogowski
2017-08-09Refactor Scheduler to add Task classJan-Marek Glogowski
2017-08-09tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski
2017-03-09Remove stray CR from inputStephan Bergmann
2016-12-08add Venetian (vec) ui languageChristian Lohmaier
2016-07-12opencl: OpenCLZone, detect CL device change and disable CL on crashTomaž Vajngerl
2016-06-29gbuild: recognize newfangled screen TERM=screen.xterm-256colorMichael Stahl
2016-06-21tdf#89657 sign Mac languagepack installer and force-start-close LOChristian Lohmaier
2016-06-17tdf#98955 hardware_concurrency not ideal for thread poolsAshod Nakashian
2016-06-07shortcut the signal handler during batch testNorbert Thiebaud
2016-05-25crash report lib should be part of mergelibMarkus Mohrhard
2016-05-20remove more linking noise from VisualStudio buildNoel Grandin
2016-05-16rhbz#1327847 emit .desktop trans. in predictable orderDavid Tardon
2016-05-11Enable Clang -Wimplicit-fallthroughStephan Bergmann
2016-05-05Fix linking of 64 bit artifacts in 32 bit Windows build with VS2015Tomofumi Yagi
2016-05-03Handle wchar_t as native C++11 type on windowsDavid Ostrovsky
2016-05-01tdf#99605 - add missing constructor methods.Mert Tumer
2016-04-28Revert "add additional modules to merged lib"Oliver Specht
2016-04-29add additional modules to merged libOliver Specht
2016-04-26Enable Clang plugin warnings in Bison source codeStephan Bergmann
2016-04-22gengal is not s script anymore so it is already signed on macNorbert Thiebaud
2016-04-18Enable further GCC 6 warningsStephan Bergmann
2016-04-16add VALGRIND_GDB also for normal unit testsMarkus Mohrhard
2016-04-16fix crash in perfcheckMarkus Mohrhard
2016-04-15disable MSVC warning C4091Michael Stahl
2016-04-13Also dump registersStephan Bergmann
2016-04-11Get rid of _XPMPRIVATEStephan Bergmann
2016-04-11Get rid of _XBMPRIVATEStephan Bergmann
2016-04-11Get rid of _GIFPRIVATEStephan Bergmann
2016-03-27mkdoc_portal: fix issue with main doc page generationNorbert Thiebaud
2016-03-27typo in doc generation makefileNorbert Thiebaud
2016-03-22android: add constructor functions that fell victim to tdf#74608Christian Lohmaier
2016-03-16coverity#1356338 inline markup didn't workCaolán McNamara
2016-03-14script/makefile to build doxygen docs in parallelNorbert Thiebaud
2016-03-10Avoid reserved identifiersStephan Bergmann
2016-03-09Fix unrecognized -Wv:18 option for clang-cl on MSVC 14.0David Ostrovsky
2016-03-07drop handling of templates in SrsTargetDavid Tardon
2016-03-05vs2015 spam C4267 even in 32 bits mode, silence it for now.Norbert Thiebaud
2016-03-04clang-cl: Enable more warnings etc. (like in the Clang/GCC case)Stephan Bergmann
2016-03-04harden OS X code signing script (handle spaces in bundle name)Andras Timar
2016-02-27MSVC 14.0: Fix building 64bit libraries in 32bit modeDavid Ostrovsky
2016-02-25Avoid hard-coded perl path, check with envcoypu