summaryrefslogtreecommitdiff
path: root/registry
AgeCommit message (Collapse)AuthorFilesLines
2012-01-17registry: print error messages on stderrMichael Stahl1-3/+3
(cherry picked from commit aeb56b2ba1eefe08be4a7f20dc36d4a6200aa949)
2011-12-01Remove uses of charAtAugust Sodora1-1/+1
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-63/+0
2011-11-27remove include of pch header from registryNorbert Thiebaud18-34/+0
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud1-8/+0
2011-11-23Some trivial fixes for MinGW with -std=c++0x enabled; not finished.Jan Holesovsky2-2/+2
2011-11-21regcompare: fix error reporting:Michael Stahl1-8/+10
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é Jacquod1-5/+4
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara5-0/+14
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2-3/+3
2011-09-23tidy indentCaolán McNamara1-2/+2
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-0/+4
2011-06-17Use the i prefix for the import library only with MSCTor Lillqvist1-0/+4
2011-06-13Be less picky with library name, match also libreg.aTor Lillqvist1-1/+1
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-14/+14
2011-05-26Would be pointless to build tool executables for iOSTor Lillqvist1-0/+4
2011-04-18Fix a typo.Francois Tigeot1-1/+1
2011-04-18Remove OS/2 support.Francois Tigeot11-18/+14
2011-04-04WaE: rework to avoid warningsCaolán McNamara1-14/+18
2011-03-30warning-return-values-registry.diff: avoid warning (i#58979)Petr Mladek1-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;
2011-03-25WaE: consts the wrong way aroundCaolán McNamara1-5/+5
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky10-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
2011-03-07CWS-TOOLING: integrate CWS jsc340Ivo Hinkelmann4-3/+329
Notes: split repo tag: ure_ooo/DEV300_m102
2011-03-02Remove "using namespace ::rtl"Julien Nabet7-10/+18
2011-02-24jsc340: i114847: fix nameJuergen Schmidt1-2/+4
2011-02-18#i115784# registry: Fix unreachable "return <result>; break;" statements.Matthias Huetsch [mhu]1-2/+2
2011-02-16Remove SCO supportThomas Arnhold4-16/+0
2011-02-04#i115784# registry/tools: fix unreachable break statement after return.Matthias Huetsch [mhu]1-2/+2
2011-02-03some std::hash_map/set -> boost::unordered_map/set changesFridrich Strba1-6/+2
2011-02-03#i115784# registry/tools: fix initOptions_Impl() commandline argument ↵Matthias Huetsch [mhu]2-7/+7
processing.
2011-02-03Build module registry with MSVC stlFridrich Strba1-0/+4
2011-02-01Clean up makefilesThomas Arnhold1-1/+1
2011-01-03new helper toolJuergen Schmidt1-0/+318
2010-12-10RTL_CONSTASCII_USTRINGPARAM in ure 1Gert Faller6-389/+389
2010-12-06Replace all occured, occurance etc.Takeshi Abe1-2/+2
2010-11-30#i115784# registry: fixed std::vector<> usage.Matthias Huetsch [mhu]2-23/+23
2010-11-25#i115784# registry: fix memory errors uncovered by valgrind and other tools.Matthias Huetsch [mhu]9-1484/+1240
2010-11-25remove empty methodCaolán McNamara1-1/+1
2010-11-15jsc340: i114887: remove old not used draft typesJuergen Schmidt1-1/+9
2010-10-27add modelines to .h and .c files as wellCaolán McNamara7-0/+20
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth27-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>
2010-10-05remove include guards using fixguard.pyPetr Mladek1-4/+0
2010-10-01jsc340: i14847: clean up cmdline help fo devtoolsJuergen Schmidt2-4/+4
2010-03-04mhu22: resync to master repository (DEV300_m73).Matthias Huetsch [mhu]42-176/+42
2010-03-04mhu22: #i105430# #i108349# Fixed registry:ORegKey reference counting to ↵Matthias Huetsch [mhu]10-838/+565
avoid redundant closeKey()/flush() calls.
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien42-176/+42
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-21#i108349# Removed remaining redundant store.flush() calls.Matthias Huetsch [mhu]2-9/+0
2009-11-23merge commit for m65Mathias Bauer1-11/+11
2009-11-17performance bug in build system caused by too many flushedMathias Bauer4-8/+26
2009-11-06cmcfixes66: #i106674# fix remaining new[]/delete mismatchesCaolán McNamara1-11/+11