summaryrefslogtreecommitdiff
path: root/solenv/gcc-wrappers
AgeCommit message (Expand)AuthorFilesLines
2020-03-27revert the gyp-based nss build changesLuboš Luňák1-27/+18
2020-03-23build nss using gyp+ninja also on WindowsLuboš Luňák1-18/+27
2018-01-08gcc-wrappers: always pass -debug to linkerMichael Stahl1-1/+2
2018-01-08gcc-wrappers: recognise -ggdb.* in addition to -g as debug flagMichael Stahl1-1/+1
2017-09-19gpg4libre: have gcc-wrapper handle linking properlyDavid Ostrovsky1-1/+1
2017-02-23solenv(gcc-wrappers): remove trailing space of includepathMark Hung1-8/+12
2016-10-15clang-cl loplugin: solenvStephan Bergmann1-7/+7
2016-05-03Handle wchar_t as native C++11 type on windowsDavid Ostrovsky1-1/+0
2015-12-02For some odd reason, clang-cl.exe doesn't like being called by CreateProcessStephan Bergmann1-7/+4
2015-12-02Filter out -fPIC tooStephan Bergmann1-1/+1
2015-12-02Be explicit about missing env varsStephan Bergmann1-0/+8
2015-04-19tdf#82430: gcc-wrappers: command line *must* start with a spaceMichael Stahl1-0/+5
2015-03-19We require MSVC2013 (_MSC_VER == 1800) nowTor Lillqvist1-2/+0
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-08-18fdo#82430: gcc-wrappers: don't stop if REAL_CXX_FLAGS is emptyMichael Stahl4-4/+7
2014-08-14fdo#82430: configure: MSVC build: avoid using SSE2 instructionsMichael Stahl2-2/+6
2014-07-07Use -FS for VS 2013Tor Lillqvist1-1/+5
2014-06-01fix header guardThomas Arnhold1-3/+3
2014-06-01fdo#68849: Add header guards to all include filesJens Carl1-0/+5
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-1/+1
2013-11-25Fix different typos for "unknown"Julien Nabet1-1/+1
2013-09-19Revert "gcc-wrapper: warn on invalid path names."Jan Holesovsky1-5/+1
2013-09-18gcc-wrapper: warn on invalid path names.Michael Meeks1-1/+5
2013-07-17gcc-wrapper: improve argument manglingMichael Stahl1-4/+33
2013-04-15gbuild: add support for building against MSVC debug runtimeMichael Stahl1-1/+5
2013-03-24fix liborcus on windowsPeter Foley1-2/+3
2013-03-23make gcc-wrapper work with ccachePeter Foley3-4/+11
2013-03-18remove executable bits from source filesLuboš Luňák3-0/+0
2013-03-16add support for more options to gcc-wrapperPeter Foley3-2/+24
2013-03-14add gcc-wrapperPeter Foley4-0/+242