summaryrefslogtreecommitdiff
path: root/solenv/gcc-wrappers
AgeCommit message (Collapse)AuthorFilesLines
2014-08-18fdo#82430: gcc-wrappers: don't stop if REAL_CXX_FLAGS is emptyMichael Stahl4-4/+7
Hopefully should fix MSVC 2010 build... Change-Id: I3dc71acfa58cdf65dfc6d731d9ebb77fd18f7fac
2014-08-14fdo#82430: configure: MSVC build: avoid using SSE2 instructionsMichael Stahl2-2/+6
MSVC 2012 for x86 defaults to -arch:SSE2; binaries do not run on any AMD 32-bit CPU, neither on Intel Pentium III. http://msdn.microsoft.com/en-us/library/vstudio/7t5yh4fd%28v=vs.110%29.aspx Change-Id: Ie8253137db2699f2a7fa69c4ac4e7ded90931e3e
2014-07-07Use -FS for VS 2013Tor Lillqvist1-1/+5
Change-Id: I3beea86e97a4217128383c01049b2fc19c85c67a
2014-06-01fix header guardThomas Arnhold1-3/+3
Change-Id: I0e3216f6451fdb06a3519a042e412ca2e5147f4b
2014-06-01fdo#68849: Add header guards to all include filesJens Carl1-0/+5
Added header guards to files in directories sc/, sd/, slideshow/, and solenv/ Change-Id: Ib4577761644fe72f5ddb3c5060e629bf94d6e6e2 Reviewed-on: https://gerrit.libreoffice.org/9583 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-1/+1
Change-Id: I42787db31769e8bde984c5f4f0aa90335e889b1c Reviewed-on: https://gerrit.libreoffice.org/9356 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
2013-11-25Fix different typos for "unknown"Julien Nabet1-1/+1
Change-Id: Ib2ee00d4e9f4c6c05d090adfcd5fb791fcbca72c
2013-09-19Revert "gcc-wrapper: warn on invalid path names."Jan Holesovsky1-5/+1
This reverts commit 5f0145818cba17558708ef731e2bcc6a0b92a9f7. Breaks the tinderboxes, I am afraid.
2013-09-18gcc-wrapper: warn on invalid path names.Michael Meeks1-1/+5
Change-Id: Ib057d519485da3a454bad579675ae718c42155eb
2013-07-17gcc-wrapper: improve argument manglingMichael Stahl1-4/+33
- properly handle linker arguments which apparently need to be at the end; without this a configure test to determine name of generated executable fails in firebird with MSVC 2012 - support -o *.o - support -o *.dll - support -def:* - ignore -Wl,* Change-Id: Ia256cb10cc76ae834fc39264609bb120320821f6
2013-04-15gbuild: add support for building against MSVC debug runtimeMichael Stahl1-1/+5
Mainly this means using /MDd instead of /MD and /MTd instead of /MT in the CFLAGS, and also re-mapping of .lib files to ones with "d". Change-Id: Ifc56b53a66d5eb522c1695a34d68b08cad1d8338
2013-03-24fix liborcus on windowsPeter Foley1-2/+3
Change-Id: I852b4e159f818854fd2ac5bdcd14343b2a628134
2013-03-23make gcc-wrapper work with ccachePeter Foley3-4/+11
Change-Id: I4db04d8ce04c928b67d86172fcbe33adacbd85d8
2013-03-18remove executable bits from source filesLuboš Luňák3-0/+0
Change-Id: Iba8b39d1ce6f3f9a9fa894c9abc6821b43c80433
2013-03-16add support for more options to gcc-wrapperPeter Foley3-2/+24
Change-Id: If43721642f2453671e74ccda9572f873360ca65a
2013-03-14add gcc-wrapperPeter Foley4-0/+242
Change-Id: I961bd23d1ec382d247a489cda42194ce9f4fe1da Reviewed-on: https://gerrit.libreoffice.org/2715 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>