Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-24 | remove use of register keyword in C files | Noel Grandin | |
C compilers have been ignoring it for the last decade Change-Id: I42918263121dd189bab9d27077798b779b9e8da1 Reviewed-on: https://gerrit.libreoffice.org/9873 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> | |||
2014-05-30 | coverity#705235 Missing break in switch | Caolán McNamara | |
Change-Id: I19e8e6aa08dc879f273f2a0177b40435c0ac553d | |||
2014-05-22 | Fix some memory leak in soltools/cpp tool | Stephan Bergmann | |
...though many more remain, as the design appears to be let heap grow until exit. Change-Id: I3e5cc95a0896c8add33a767209ab0ff60d6a4b52 | |||
2014-05-15 | Resolves fdo#70681: fixincludeguards.pl: all that's left | Thomas Arnhold | |
Change-Id: I3e51a62710bb46c8255fd228d41d9300c90a1fb5 Reviewed-on: https://gerrit.libreoffice.org/9360 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org> | |||
2014-04-10 | Clean up function declaration | Stephan Bergmann | |
Change-Id: I92c54f61fe8608d788cc236956f4a5a58e20a7df | |||
2014-04-04 | Move prototype to include | Stephan Bergmann | |
Change-Id: I90c093c704609429f9997f3ffed6a9a79c8956a6 | |||
2014-03-31 | Typo #elsif -> #elif | Stephan Bergmann | |
Change-Id: I95d4dc2a3364172e8917d0a029564e9114943148 | |||
2013-11-17 | WaE: 'PATH_MAX' : macro redefinition | Tor Lillqvist | |
Change-Id: I153e34d24493bbbebf37422fb6382969153506a8 | |||
2013-11-16 | Fix for VS 2013 compilation | Jesús Corrius | |
I don´t know why it doesn´t work anymore, but the fix is trivial may be related of using the Windows 8.0 SDK. Change-Id: Ia09109b53d4f022a732ea781c98ddd4eb0c721d9 | |||
2013-08-22 | left shift of 1 by 31 places cannot be represented in type 'int' | Stephan Bergmann | |
Clang -fsanitize=undefined Change-Id: I2b3f1bd28e098d5eb57892d2c7438c18c5c3b357 | |||
2013-08-21 | We don't seem to actually need glibc getopt | Tor Lillqvist | |
Change-Id: I1f221533f5ea684d113bdc45c04bf84405140f9f Reviewed-on: https://gerrit.libreoffice.org/5539 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> | |||
2013-07-14 | Mark as const | Takeshi Abe | |
Change-Id: I0bf93f1293fb08b8b558fcac0cb496ed99ad13d9 | |||
2013-03-27 | -Wunused-macros | Stephan Bergmann | |
Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed | |||
2013-03-19 | reduce whitespaces between include and filename | Thomas Arnhold | |
Change-Id: I15f6ad0a760a28cbac53f99ba4d14ff5c24ce005 | |||
2012-10-09 | fix some lousy formatting that triggers warnings from the compiler plugin | Luboš Luňák | |
Change-Id: I94cafba5363f24d608add6878c72f230f45fdb87 | |||
2012-09-29 | soltools conversion to gbuild | David Ostrovsky | |
The following tools are considered to be obsolete and are discontinued: ldump, giparser, testhxx and support. Change-Id: I70813c046edb30546463cda9eb8a1b96c3e840a3 | |||
2012-06-28 | remove malingering legacy RCS tags. | Michael Meeks | |
2012-06-27 | re-base on ALv2 code. | Michael Meeks | |
2012-06-21 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce | |||
2012-01-27 | Decrease verbiage a little bit | Tor Lillqvist | |
2011-11-14 | this S390 ifdef isn't a contemporary one | Caolán McNamara | |
2011-09-16 | Revert "Trying to chop out the uwinapi library" | Fridrich Štrba | |
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51. | |||
2011-09-16 | Trying to chop out the uwinapi library | Fridrich Štrba | |
2011-06-04 | Rehash cross-compilation ideas | Tor Lillqvist | |
Drop the TARGETPLATFORM=BUILD indication of stuff that is to be built for the build platform but pointless to build for the host platform. I will handle the split of stuff built for the build or host platforms differently. Note that some libraries need to be built for both platforms. Add explicit rules to do nothing for the cross-compilation case, but likely even that will be unnecessary in the case of complete modules like soltools (?). I will just mark modules that are for the build platform only with an own flag in BUILD_TYPE. | |||
2011-05-13 | Cross-compilation work for soltools | Tor Lillqvist | |
2011-05-13 | Some initial baby steps towards cross-compilation | Tor Lillqvist | |
And some baby steps for cross-compiling for iOS in particular. | |||
2011-04-15 | Kill OS/2 stuff | Tor Lillqvist | |
2011-03-23 | Merge commit 'ooo/DEV300_m103' | Jan Holesovsky | |
Conflicts: configure configure.in instsetoo_native/util/openoffice.lst set_soenv.in solenv/bin/cws.pl solenv/bin/modules/installer/simplepackage.pm solenv/gbuild/LinkTarget.mk solenv/gbuild/extensions/post_PackModule.mk solenv/gbuild/platform/linux.mk solenv/gbuild/platform/macosx.mk solenv/gbuild/platform/windows.mk solenv/inc/installationtest.mk solenv/inc/minor.mk soltools/cpp/_eval.c | |||
2011-02-24 | Remove MSDOS support | Thomas Arnhold | |
2011-02-18 | Removed some commented code. | Danny Roberts | |
2011-02-16 | Remove HPUX support | Thomas Arnhold | |
2011-02-03 | WaE: signed/unsigned | Caolán McNamara | |
2011-02-03 | Silence compiler warnings | Tor Lillqvist | |
2011-01-27 | Update from master repository (DEV300_m98). | Matthias Huetsch [mhu] | |
2010-12-09 | cppcheck: can reduce the scope of these variables | Caolán McNamara | |
2010-11-25 | #i115784# soltools: fix memory errors uncovered by valgrind and other tools. | Matthias Huetsch [mhu] | |
2010-10-28 | add modelines to .h files as well | Caolán McNamara | |
2010-10-13 | tweak for AIX | Caolán McNamara | |
2010-06-24 | masterfix: #i10000# change HAVE_GETOPT to != YES | obo | |
2010-06-24 | masterfix: #i10000# build breaks for unxsoli4 | obo | |
2010-06-21 | CWS-TOOLING: integrate CWS systemlibc | obo | |
2010-06-17 | CWS systemlibc: #i69033#: some fixes for mingw | Mathias Bauer | |
2010-06-15 | systemlibc: update comment | Rene Engelhard | |
2010-06-15 | systemlibc: move from || defined WNT to || !defined HAVE_GETOPT | Rene Engelhard | |
2010-06-15 | systemlibc: s/WINNT/WNT/ | Rene Engelhard | |
2010-06-15 | systemlibc: also reintroduce _getopt.c/stgetopt() for Windows. | Rene Engelhard | |
2010-06-14 | systemlibc: add back external statements for stgetopt | Rene Engelhard | |
2010-06-14 | systemlibc: reintroduce stgetopt() for -isysroot on Mac. sigh. | Rene Engelhard | |
2010-05-18 | systemlibc: migrate systemlibc to hg; try again from scratch | Rene Engelhard | |
2010-03-15 | linuxaxp01: #i110145# first cut | Caolán McNamara | |