summaryrefslogtreecommitdiffstats
path: root/registry
Commit message (Collapse)AuthorAgeFilesLines
* remove use of SAL_MIN() macroNorbert Thiebaud2012-09-142-4/+15
| | | | Change-Id: Ia91118388240c9a54d010b94aef34ad528ce5761
* fdo#54015: At least FreeBSD ld requires -z origin when RPATH contains $ORIGINJung-uk Kim2012-08-291-2/+2
| | | | | | | | | | 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
* do not print anything when the comparison succeededDavid Tardon2012-08-121-13/+0
| | | | Change-Id: I09392985fbf2d8ef9f76f43fee1b5a711ae1bbab
* Replace usage of rtl/memory.h in registry with equivalent from string.hArnaud Versini2012-08-044-14/+15
| | | | Change-Id: I3c442b7c3743684f62cc5ffc3c4b0926ff0db999
* Globally unique symbols missing from some map filesStephan Bergmann2012-07-201-0/+9
| | | | | | | ...after gbuild'ification (they used to be added via solenv/bin/addsym.awk). And sunjavaplugin.map is actually unused. Change-Id: If6804cff8d01e268b84512d6c4b1edebde018cc0
* re-base on ALv2 code.Michael Meeks2012-07-0329-596/+404
|
* Remove various commented out definesThomas Arnhold2012-06-251-4/+0
| | | | | | Most of them in hrc files. Change-Id: I3944f6ed9befd2b498385f61b851790362221a4f
* re-base on ALv2 code.Michael Meeks2012-06-2111-265/+166
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* re-base on ALv2 code.Michael Meeks2012-06-212-42/+24
| | | | Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
* targeted string re-workNorbert Thiebaud2012-06-025-375/+375
| | | | Change-Id: I145731d9f28faf0065f5960f2c5a32f27d8c8620
* Don't bother with the static lib and the exes for non-desktop OSesTor Lillqvist2012-05-071-1/+1
| | | | Change-Id: Ia559990745d10c2f128624b6ffe76ece8a9151b9
* Use gb_STDLIBSTor Lillqvist2012-05-071-0/+1
| | | | Change-Id: I6fcbe4db269472543e8b3310c966a68f5846a510
* remove unused filesMatúš Kukan2012-05-064-401/+0
| | | | Change-Id: I65ec941f72b9884d147f51939d592da313418329
* fix linkage inconsistency on windows (cont.)David Tardon2012-05-061-1/+2
| | | | Change-Id: I10f97a1750499411450170947aaef5a7e052580d
* fix linkage inconsistency on windowsDavid Tardon2012-05-065-83/+84
| | | | Change-Id: I677a5fe8dc5c91b96fe299b06a5f2dc767120a1d
* gbuild conversion: registry moduleDavid Ostrovsky2012-05-0624-348/+479
| | | | Change-Id: I I9dbd2a05602e7d415ca76850458129f68583c83f
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-0/+0
| | | | | | | | 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
* replace APP?RPATH SDK by SDKBIN in old build systemDavid Tardon2012-04-141-1/+1
| | | | | | 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.
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-082-16/+16
|
* UNO BYTE is signedStephan Bergmann2012-03-294-9/+9
| | | | | This is hopefully a better fix for c589fa17b8f3e6ded0d1e04120781eb5d6735bc7 "Dalvik enforces byte constants being in range (-128..127)."
* more documentation and cleanups for various modules.Michael Meeks2012-03-061-0/+14
|
* some doxygen warnings cleanupKorrawit Pruegsanusak2012-02-271-3/+3
|
* WaE: silence some documentation errorsThomas Arnhold2012-02-214-6/+5
|
* Get rid of size() == 0Elton Chung2012-02-191-2/+2
|
* Remove unused codePetr Vorel2012-02-192-9/+0
|
* registry: remove symbols from map fileThomas Arnhold2012-02-181-3/+0
|
* registry: remove obsolete methodsThomas Arnhold2012-02-182-67/+0
|
* Added READMEs for modules related to URE, with content from the wikiJosh Heidenreich2012-02-061-0/+1
|
* Fix for fdo43460 Part XLIV getLength() to isEmpty()Olivier Hallot2012-01-231-1/+1
| | | | | Part XLIV many modules(inc's)
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-211-4/+8
| | | | | | | | | 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.
* kill some doxygen warningsNorbert Thiebaud2012-01-202-3/+3
|
* registry: print error messages on stderrMichael Stahl2012-01-171-3/+3
|
* Switch from autodoc to doxygen for SDK C++ documentation.Stephan Bergmann2012-01-057-22/+11
| | | | | | | * 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).
* Fix for fdo43460 Part XXVII getLength() to isEmpty()Olivier Hallot2012-01-025-45/+45
| | | | | | | | Please find attached a partial fix for Easy Hack FDO43460 Part XXVII Modules padmin, pyuno, rdbmaker, regexp, registry, rsc, sal
* Additional fix for EasyHack FDO43058, remove extra semicolonsGustavo Buzzatti Pacheco2011-12-151-1/+1
|
* Remove uses of charAtAugust Sodora2011-12-011-1/+1
|
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-63/+0
|
* remove include of pch header from registryNorbert Thiebaud2011-11-2718-34/+0
|
* remove PCH support in dmake-moduleNorbert Thiebaud2011-11-271-8/+0
|
* Some trivial fixes for MinGW with -std=c++0x enabled; not finished.Jan Holesovsky2011-11-232-2/+2
|
* regcompare: fix error reporting:Michael Stahl2011-11-211-8/+10
| | | | | Function checkField() is called from 2 different contexts, one of which must not report errors, but the other should.
* cppcheck reduce scope of var in registry/...regimpl.cxxPierre-André Jacquod2011-10-071-5/+4
|
* add mode-lines to .m files and last round of merged files, etc.Caolán McNamara2011-09-305-0/+14
|
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-272-3/+3
|
* tidy indentCaolán McNamara2011-09-231-2/+2
|
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-221-0/+4
|
* Use the i prefix for the import library only with MSCTor Lillqvist2011-06-171-0/+4
|
* Be less picky with library name, match also libreg.aTor Lillqvist2011-06-131-1/+1
|
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-14/+14
|
* Would be pointless to build tool executables for iOSTor Lillqvist2011-05-261-0/+4
|