summaryrefslogtreecommitdiffstats
path: root/registry
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix a typo.Francois Tigeot2011-04-181-1/+1
|
* Remove OS/2 support.Francois Tigeot2011-04-1811-18/+14
|
* WaE: rework to avoid warningsCaolán McNamara2011-04-041-14/+18
|
* warning-return-values-registry.diff: avoid warning (i#58979)Petr Mladek2011-03-301-0/+4
| | | | | | 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;
* WaE: consts the wrong way aroundCaolán McNamara2011-03-251-5/+5
|
* Merge commit 'ooo/DEV300_m103'Jan Holesovsky2011-03-2310-1485/+1570
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * CWS-TOOLING: integrate CWS jsc340Ivo Hinkelmann2011-03-074-3/+329
| |\
| | * jsc340: i114847: fix nameJuergen Schmidt2011-02-241-2/+4
| | |
| | * new helper toolJuergen Schmidt2011-01-031-0/+318
| | |
| | * jsc340: i114887: remove old not used draft typesJuergen Schmidt2010-11-151-1/+9
| | |
| | * jsc340: i14847: clean up cmdline help fo devtoolsJuergen Schmidt2010-10-012-4/+4
| | |
| * | #i115784# registry: Fix unreachable "return <result>; break;" statements.Matthias Huetsch [mhu]2011-02-181-2/+2
| | |
| * | #i115784# registry/tools: fix unreachable break statement after return.Matthias Huetsch [mhu]2011-02-041-2/+2
| | |
| * | #i115784# registry/tools: fix initOptions_Impl() commandline argument ↵Matthias Huetsch [mhu]2011-02-032-7/+7
| | | | | | | | | | | | processing.
| * | #i115784# registry: fixed std::vector<> usage.Matthias Huetsch [mhu]2010-11-302-23/+23
| | |
| * | #i115784# registry: fix memory errors uncovered by valgrind and other tools.Matthias Huetsch [mhu]2010-11-259-1484/+1240
| |/
* | Remove "using namespace ::rtl"Julien Nabet2011-03-027-10/+18
| |
* | Remove SCO supportThomas Arnhold2011-02-164-16/+0
| |
* | some std::hash_map/set -> boost::unordered_map/set changesFridrich Strba2011-02-031-6/+2
| |
* | Build module registry with MSVC stlFridrich Strba2011-02-031-0/+4
| |
* | Clean up makefilesThomas Arnhold2011-02-011-1/+1
| |
* | RTL_CONSTASCII_USTRINGPARAM in ure 1Gert Faller2010-12-106-389/+389
| |
* | Replace all occured, occurance etc.Takeshi Abe2010-12-061-2/+2
| |
* | remove empty methodCaolán McNamara2010-11-251-1/+1
| |
* | add modelines to .h and .c files as wellCaolán McNamara2010-10-277-0/+20
| |
* | Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-1427-0/+66
| | | | | | | | | | | | | | | | Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* | remove include guards using fixguard.pyPetr Mladek2010-10-051-4/+0
|/
* mhu22: resync to master repository (DEV300_m73).Matthias Huetsch [mhu]2010-03-0442-176/+42
|\
| * changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien2010-02-1242-176/+42
| | | | | | | | Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
* | mhu22: #i105430# #i108349# Fixed registry:ORegKey reference counting to ↵Matthias Huetsch [mhu]2010-03-0410-838/+565
| | | | | | | | avoid redundant closeKey()/flush() calls.
* | #i108349# Removed remaining redundant store.flush() calls.Matthias Huetsch [mhu]2010-01-212-9/+0
|/
* merge commit for m65Mathias Bauer2009-11-231-11/+11
|\