summaryrefslogtreecommitdiff
path: root/registry
AgeCommit message (Expand)Author
2013-01-03Create a TYPEREG_VERSION_1 RegistryTypeReaderStephan Bergmann
2013-01-03Make registry's mergeKey fail if it cannot process regFileNameStephan Bergmann
2012-11-28write a makefile to rdbedit to build againCaolán McNamara
2012-11-28re-base on ALv2 code. Includes:Michael Meeks
2012-10-31add missing deps on sal headersDavid Tardon
2012-10-04sal_Bool->bool in registryNoel Grandin
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-09-14remove use of SAL_MIN() macroNorbert Thiebaud
2012-08-29fdo#54015: At least FreeBSD ld requires -z origin when RPATH contains $ORIGINJung-uk Kim
2012-08-12do not print anything when the comparison succeededDavid Tardon
2012-08-04Replace usage of rtl/memory.h in registry with equivalent from string.hArnaud Versini
2012-07-20Globally unique symbols missing from some map filesStephan Bergmann
2012-07-03re-base on ALv2 code.Michael Meeks
2012-06-25Remove various commented out definesThomas Arnhold
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-02targeted string re-workNorbert Thiebaud
2012-05-07Don't bother with the static lib and the exes for non-desktop OSesTor Lillqvist
2012-05-07Use gb_STDLIBSTor Lillqvist
2012-05-06remove unused filesMatúš Kukan
2012-05-06fix linkage inconsistency on windows (cont.)David Tardon
2012-05-06fix linkage inconsistency on windowsDavid Tardon
2012-05-06gbuild conversion: registry moduleDavid Ostrovsky
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
2012-04-14replace APP?RPATH SDK by SDKBIN in old build systemDavid Tardon
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi
2012-03-29UNO BYTE is signedStephan Bergmann
2012-03-06more documentation and cleanups for various modules.Michael Meeks
2012-02-27some doxygen warnings cleanupKorrawit Pruegsanusak
2012-02-21WaE: silence some documentation errorsThomas Arnhold
2012-02-19Get rid of size() == 0Elton Chung
2012-02-19Remove unused codePetr Vorel
2012-02-18registry: remove symbols from map fileThomas Arnhold
2012-02-18registry: remove obsolete methodsThomas Arnhold
2012-02-06Added READMEs for modules related to URE, with content from the wikiJosh Heidenreich
2012-01-23Fix for fdo43460 Part XLIV getLength() to isEmpty()Olivier Hallot
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
2012-01-20kill some doxygen warningsNorbert Thiebaud
2012-01-17registry: print error messages on stderrMichael Stahl
2012-01-05Switch from autodoc to doxygen for SDK C++ documentation.Stephan Bergmann
2012-01-02Fix for fdo43460 Part XXVII getLength() to isEmpty()Olivier Hallot
2011-12-15Additional fix for EasyHack FDO43058, remove extra semicolonsGustavo Buzzatti Pacheco
2011-12-01Remove uses of charAtAugust Sodora
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove include of pch header from registryNorbert Thiebaud
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud
2011-11-23Some trivial fixes for MinGW with -std=c++0x enabled; not finished.Jan Holesovsky