summaryrefslogtreecommitdiff
path: root/registry
AgeCommit message (Collapse)Author
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi
2012-03-29UNO BYTE is signedStephan Bergmann
This is hopefully a better fix for c589fa17b8f3e6ded0d1e04120781eb5d6735bc7 "Dalvik enforces byte constants being in range (-128..127)."
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
Part XLIV many modules(inc's)
2012-01-21Removed 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-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
* 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-02Fix 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-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
2011-11-21regcompare: 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-07cppcheck reduce scope of var in registry/...regimpl.cxxPierre-André Jacquod
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-23tidy indentCaolán McNamara
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-06-17Use the i prefix for the import library only with MSCTor Lillqvist
2011-06-13Be less picky with library name, match also libreg.aTor Lillqvist
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist
2011-05-26Would be pointless to build tool executables for iOSTor Lillqvist
2011-04-18Fix a typo.Francois Tigeot
2011-04-18Remove OS/2 support.Francois Tigeot
2011-04-04WaE: rework to avoid warningsCaolán McNamara
2011-03-30warning-return-values-registry.diff: avoid warning (i#58979)Petr Mladek
the code was correct; it was wrongly detected by some gcc versions; the warning was considered as an error in openSUSE build service; the change does not cause any harm;
2011-03-25WaE: consts the wrong way aroundCaolán McNamara
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky
Conflicts: codemaker/source/bonobowrappermaker/corbaoptions.cxx codemaker/source/cppumaker/cppuoptions.cxx codemaker/source/cunomaker/cunooptions.cxx codemaker/source/idlmaker/idloptions.cxx codemaker/source/javamaker/javaoptions.cxx cppu/source/typelib/typelib.cxx idlc/source/options.cxx offapi/com/sun/star/util/PathSubstitution.idl offapi/drafts/com/sun/star/form/ListEntryEvent.idl offapi/drafts/com/sun/star/form/XBindableValue.idl offapi/drafts/com/sun/star/form/XListEntryListener.idl offapi/drafts/com/sun/star/form/XListEntrySink.idl offapi/drafts/com/sun/star/form/XListEntrySource.idl offapi/drafts/com/sun/star/form/XValueBinding.idl registry/tools/checksingleton.cxx registry/tools/options.hxx registry/tools/regcompare.cxx registry/tools/regmerge.cxx sal/cppunittester/cppunittester.cxx sal/osl/unx/socket.c sal/osl/w32/diagnose.c sal/prj/d.lst sal/rtl/source/alloc_fini.cxx sal/rtl/source/alloc_global.c sal/rtl/source/makefile.mk
2011-03-07CWS-TOOLING: integrate CWS jsc340Ivo Hinkelmann
Notes: split repo tag: ure_ooo/DEV300_m102
2011-03-02Remove "using namespace ::rtl"Julien Nabet
2011-02-24jsc340: i114847: fix nameJuergen Schmidt
2011-02-18#i115784# registry: Fix unreachable "return <result>; break;" statements.Matthias Huetsch [mhu]
2011-02-16Remove SCO supportThomas Arnhold
2011-02-04#i115784# registry/tools: fix unreachable break statement after return.Matthias Huetsch [mhu]
2011-02-03some std::hash_map/set -> boost::unordered_map/set changesFridrich Strba
2011-02-03#i115784# registry/tools: fix initOptions_Impl() commandline argument ↵Matthias Huetsch [mhu]
processing.
2011-02-03Build module registry with MSVC stlFridrich Strba
2011-02-01Clean up makefilesThomas Arnhold
2011-01-03new helper toolJuergen Schmidt
2010-12-10RTL_CONSTASCII_USTRINGPARAM in ure 1Gert Faller