Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-04 | sal_Bool->bool in registry | Noel Grandin | |
Change-Id: I6afabf33e1d1ab890c979193c25381e0d38c1f50 | |||
2012-10-01 | Replace usage of rtl_*Memory with equivalent from string.h | Arnaud Versini | |
Change-Id: I50ffc10f007f03c3252ef0196b59b881429cc159 Reviewed-on: https://gerrit.libreoffice.org/734 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> | |||
2012-09-28 | gbuild: invert handling of standard system libraries: | Michael Stahl | |
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a | |||
2012-09-28 | gbuild: replace direct gb_STDLIBS use with ... | Michael Stahl | |
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69 | |||
2012-09-28 | gbuild: split uwinapi out of gb_STDLIBS | Michael Stahl | |
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7 | |||
2012-09-14 | remove use of SAL_MIN() macro | Norbert Thiebaud | |
Change-Id: Ia91118388240c9a54d010b94aef34ad528ce5761 | |||
2012-08-29 | fdo#54015: At least FreeBSD ld requires -z origin when RPATH contains $ORIGIN | Jung-uk Kim | |
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>: * bulk replacement of "-Wl,-z,origin,-rpath,..." with "-Wl,-z,origin -Wl,rpath,..." * additional hunk for directory/c-sdk/config/FreeBSD.mk in moz/seamonkey-source-1.1.14.patch did not apply and has been dropped Change-Id: Ie60c696f041108e819ce8f799cff6f58e63a5ad7 | |||
2012-08-12 | do not print anything when the comparison succeeded | David Tardon | |
Change-Id: I09392985fbf2d8ef9f76f43fee1b5a711ae1bbab | |||
2012-08-04 | Replace usage of rtl/memory.h in registry with equivalent from string.h | Arnaud Versini | |
Change-Id: I3c442b7c3743684f62cc5ffc3c4b0926ff0db999 | |||
2012-07-20 | Globally unique symbols missing from some map files | Stephan Bergmann | |
...after gbuild'ification (they used to be added via solenv/bin/addsym.awk). And sunjavaplugin.map is actually unused. Change-Id: If6804cff8d01e268b84512d6c4b1edebde018cc0 | |||
2012-07-03 | re-base on ALv2 code. | Michael Meeks | |
2012-06-25 | Remove various commented out defines | Thomas Arnhold | |
Most of them in hrc files. Change-Id: I3944f6ed9befd2b498385f61b851790362221a4f | |||
2012-06-21 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce | |||
2012-06-21 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1 | |||
2012-06-02 | targeted string re-work | Norbert Thiebaud | |
Change-Id: I145731d9f28faf0065f5960f2c5a32f27d8c8620 | |||
2012-05-07 | Don't bother with the static lib and the exes for non-desktop OSes | Tor Lillqvist | |
Change-Id: Ia559990745d10c2f128624b6ffe76ece8a9151b9 | |||
2012-05-07 | Use gb_STDLIBS | Tor Lillqvist | |
Change-Id: I6fcbe4db269472543e8b3310c966a68f5846a510 | |||
2012-05-06 | remove unused files | Matúš Kukan | |
Change-Id: I65ec941f72b9884d147f51939d592da313418329 | |||
2012-05-06 | fix linkage inconsistency on windows (cont.) | David Tardon | |
Change-Id: I10f97a1750499411450170947aaef5a7e052580d | |||
2012-05-06 | fix linkage inconsistency on windows | David Tardon | |
Change-Id: I677a5fe8dc5c91b96fe299b06a5f2dc767120a1d | |||
2012-05-06 | gbuild conversion: registry module | David Ostrovsky | |
Change-Id: I I9dbd2a05602e7d415ca76850458129f68583c83f | |||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b | |||
2012-04-14 | replace APP?RPATH SDK by SDKBIN in old build system | David Tardon | |
Commit 0c80ad06fd96a4fec062a7edfff12bb65ef204b4 broke MacOS X builds because of this discrepancy. It would be easy to accept both, but I think it is better to be consistent with gbuild. | |||
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi | |
2012-03-29 | UNO BYTE is signed | Stephan Bergmann | |
This is hopefully a better fix for c589fa17b8f3e6ded0d1e04120781eb5d6735bc7 "Dalvik enforces byte constants being in range (-128..127)." | |||
2012-03-06 | more documentation and cleanups for various modules. | Michael Meeks | |
2012-02-27 | some doxygen warnings cleanup | Korrawit Pruegsanusak | |
2012-02-21 | WaE: silence some documentation errors | Thomas Arnhold | |
2012-02-19 | Get rid of size() == 0 | Elton Chung | |
2012-02-19 | Remove unused code | Petr Vorel | |
2012-02-18 | registry: remove symbols from map file | Thomas Arnhold | |
2012-02-18 | registry: remove obsolete methods | Thomas Arnhold | |
2012-02-06 | Added READMEs for modules related to URE, with content from the wiki | Josh Heidenreich | |
2012-01-23 | Fix for fdo43460 Part XLIV getLength() to isEmpty() | Olivier Hallot | |
Part XLIV many modules(inc's) | |||
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann | |
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers. | |||
2012-01-20 | kill some doxygen warnings | Norbert Thiebaud | |
2012-01-17 | registry: print error messages on stderr | Michael Stahl | |
2012-01-05 | Switch from autodoc to doxygen for SDK C++ documentation. | Stephan Bergmann | |
* New build prerequisite doxygen (controllable via --with-doxygen). * Adapted various headers to slightly different doxygen documentation syntax, but much clean up still remains to be done (i.e., warnings emitted by doxygen fixed). | |||
2012-01-02 | Fix for fdo43460 Part XXVII getLength() to isEmpty() | Olivier Hallot | |
Please find attached a partial fix for Easy Hack FDO43460 Part XXVII Modules padmin, pyuno, rdbmaker, regexp, registry, rsc, sal | |||
2011-12-15 | Additional fix for EasyHack FDO43058, remove extra semicolons | Gustavo Buzzatti Pacheco | |
2011-12-01 | Remove uses of charAt | August Sodora | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove include of pch header from registry | Norbert Thiebaud | |
2011-11-27 | remove PCH support in dmake-module | Norbert Thiebaud | |
2011-11-23 | Some trivial fixes for MinGW with -std=c++0x enabled; not finished. | Jan Holesovsky | |
2011-11-21 | regcompare: fix error reporting: | Michael Stahl | |
Function checkField() is called from 2 different contexts, one of which must not report errors, but the other should. | |||
2011-10-07 | cppcheck reduce scope of var in registry/...regimpl.cxx | Pierre-André Jacquod | |
2011-09-30 | add mode-lines to .m files and last round of merged files, etc. | Caolán McNamara | |
2011-09-27 | Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). | Stephan Bergmann | |
2011-09-23 | tidy indent | Caolán McNamara | |