summaryrefslogtreecommitdiffstats
path: root/registry
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\
| * cmcfixes66: #i106674# fix remaining new[]/delete mismatchesCaolán McNamara2009-11-061-11/+11
| |
* | performance bug in build system caused by too many flushedMathias Bauer2009-11-174-8/+26
|/
* CWS-TOOLING: integrate CWS fwk121Kurt Zenker2009-10-142-0/+9
| | | | | | | | | | 2009-09-30 11:20:33 +0200 mav r276548 : #i105387# allow manifest.xml have no ODF version attribute even for ODF1.2 2009-09-30 10:54:46 +0200 mav r276545 : #i105387# allow manifest.xml have no ODF version attribute even for ODF1.2 2009-09-30 10:02:12 +0200 mav r276543 : #i105082# integrating the fix from fwk117, since it is necessary for some scenarios fixed in this cws 2009-09-30 07:33:48 +0200 jsc r276537 : #i105360# explicitly flush OStorageStream after write operations and OStoreFile when registry file is closed 2009-09-29 14:15:09 +0200 jsc r276528 : #i105360# explicitly flush OStorageStream after write operations and OStoreFile when registry file is closed 2009-09-29 09:45:28 +0200 dr r276507 : #i105325# set correct format while opening zip package 2009-09-28 18:46:45 +0200 mav r276500 : CWS-TOOLING: rebase CWS fwk121 to trunk@276429 (milestone: DEV300:m60)
* CWS-TOOLING: integrate CWS sb107Ivo Hinkelmann2009-04-272-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-04-14 13:09:13 +0200 sb r270758 : CWS-TOOLING: rebase CWS sb107 to trunk@270723 (milestone: DEV300:m46) 2009-04-06 14:11:54 +0200 sb r270545 : #i100884# improve pagein effectiveness: wrap system libs in --as-needed on unxlngi6/unxlngx6 to avoid needing them where unneeded; link pagein as C program to avoid unneeded C++ runtime dependency; reorder pagein and javaldx in soffice startup script so that javaldx benefits from pagein 2009-03-31 16:40:23 +0200 sb r270287 : decrease collisions in hashCode computation 2009-03-30 11:48:39 +0200 sb r270207 : #i100668# corrected explicit template instantiation 2009-03-26 14:16:26 +0100 sb r270078 : #i100408# inadvertently dropped libexslt dynamic library in previous rev 269789 2009-03-26 10:52:51 +0100 sb r270058 : #i100576# fixed erroneous modification of RPM in previous rev 270057 2009-03-26 10:46:36 +0100 sb r270057 : #i100576# Enable HAVE_LD_HASH_STYLE in sdev300.ini for unxlgni6 and unxlngx6; corrected unxlngx6.mk so that HAVE_LD_HASH_STYLE actually has an effect on ultimate LINKFLAGS value. 2009-03-25 16:53:39 +0100 sb r270038 : #i85679# applied speed-symbolic-functions.diff provided by pmladek; re-ran autoconf; enabled HAVE_LD_BSYMBOLIC_FUNCTIONS for unxlngi6 and unxlngx6 in sdev300.ini 2009-03-25 15:29:12 +0100 sb r270031 : #i100408# missing fixes in addition to -c 269789 (to actually only put single instances of certain libraries into installation sets) 2009-03-25 15:17:10 +0100 sb r270029 : #i10084# revert masterfix additions of libraries to APPnSTDLIBs (during -r269000:269199) and instead use -rpath-link to avoid linker warnings on unxlngi6 and unxlngx6 2009-03-25 14:15:23 +0100 sb r270023 : added svn:ignore 2009-03-25 10:25:08 +0100 sb r270002 : #i10000# copied over trunk -c 269820 2009-03-23 10:16:00 +0100 sb r269858 : CWS-TOOLING: rebase CWS sb107 to trunk@269781 (milestone: DEV300:m44) 2009-03-20 11:22:27 +0100 sb r269789 : #i100408# reduce (multiple copies of) libraries delivered to solver; for that to work fine, deliver symlink feature got improved to only create a symlink if the original file exists 2009-03-20 09:21:32 +0100 sb r269782 : #i100396# replace s(HTML|RTF)_xxx declarations with OOO_STRING_SVTOOLS_(HTML|RTF)_xxx macros to reduce symbolic relocations at load time (at least on ELF systems). 2009-03-19 11:34:56 +0100 sb r269734 : #i100348# added VISIBILITY_HIDDEN=TRUE so that symbols from the resulting archive are not erroneously exported from dynamic libraries including the archive 2009-03-19 11:32:20 +0100 sb r269733 : #i100348# as a prerequisite for following changes, brought jpeg-6b.patch into "dmake create_patch" format and removed application/octet-stream svn:mime-type 2009-03-12 10:39:08 +0100 sb r269370 : duplicated cws/odfmetadata2/solenv/inc/target.mk -c 268831 2009-03-04 17:25:16 +0100 sb r268849 : #i99880# missing AUGMENT_LIBRARY_PATH 2009-02-25 17:54:34 +0100 sb r268459 : CWS-TOOLING: rebase CWS sb107 to trunk@268395 (milestone: DEV300:m42) 2009-02-25 09:23:15 +0100 sb r268413 : #i99584# avoid undefined operations on nOffset (patch by cmc) 2009-02-23 10:02:25 +0100 sb r268344 : #i99519 removed unnecessary library dependencies 2009-02-18 17:54:24 +0100 sb r268250 : avoid warnings about format specifier and argument mismatch (on 64bit debug builds) 2009-02-18 17:50:34 +0100 sb r268249 : avoid erroneous warning that control reaches end of non-void function 2009-02-18 17:33:53 +0100 sb r268248 : sdext/source/pdfimport/misc/pdfihelper.cxx: #include <vcl/canvastools.hxx>
* #i10000# STORELIB missingRelease Engineers2009-03-061-0/+4
|
* CWS-TOOLING: integrate CWS sb103Oliver Bolte2009-02-1211-850/+149
| | | | | | | | | | | | | | | | 2009-01-15 15:28:08 +0100 sb r266375 : #i97629# set UNO_PATH in python start program and use it in bootstrap function in officehelper.py (and do not erroneously encode a vnd.sun.star.pathname URE_BOOTSTRAP value in tools::extendApplicationEnvironment) 2009-01-15 10:40:17 +0100 sb r266338 : #i97424# explicit shut down of ImplImageTree singleton in DeInitVCL still required 2009-01-14 12:07:15 +0100 sb r266276 : CWS-TOOLING: rebase CWS sb103 to trunk@265758 (milestone: DEV300:m38) 2009-01-14 08:53:02 +0100 sb r266266 : #i96284# remove implementation of unused (but expensive) link feature; plus some general cleanup 2009-01-08 14:42:59 +0100 sb r266010 : #i96683# enable dlclose for GCC 3 (based on a patch by cmc) 2009-01-06 14:18:23 +0100 sb r265920 : #i97424# spurious unreferenced local variables 2008-12-19 15:33:39 +0100 sb r265727 : #i57359# no need for a special glibc 2.2.4 based libgcc_s.so.1 for URE any more as the general one used for OOo is guaranteed to be based on at least glibc 2.2.4, anyway 2008-12-19 13:54:37 +0100 sb r265724 : #i97424# clean up and speed up vcl ImplImageTree 2008-12-18 14:28:10 +0100 sb r265690 : #i97132# spread usage of the rtl::Static pattern (patch by cmc) 2008-12-15 14:33:00 +0100 sb r265499 : #i90492# generate UTF-8 encoded output (patch by tora) 2008-12-15 11:45:05 +0100 sb r265469 : #i95593# -Djava.library.path to find libtest_javauno_any.so 2008-12-15 11:23:14 +0100 sb r265468 : #i93769# it appears that Java nowadays expects file URIs in UTF-8, so ExternalUriReferenceTranslator.toExternal must not be called 2008-12-10 12:02:50 +0100 sb r265164 : #i93219# use (corrected) signal handling instead of forking again (to avoid unintended generation of core files)
* CWS-TOOLING: integrate CWS jsc312Rüdiger Timm2008-12-111-0/+1
| | | | | | | | | | | | | | 2008-12-04 17:08:20 +0100 jsc r264858 : #i96902# update reference rdb 2008-12-04 17:06:34 +0100 jsc r264857 : #i96902# update reference rdb 2008-11-28 14:54:24 +0100 jsc r264556 : #i96671# correct location of generated scripts 2008-11-28 14:29:30 +0100 jsc r264554 : #92661# minor changes 2008-11-28 09:36:27 +0100 jsc r264527 : #92661# minor optimizations 2008-11-27 11:32:24 +0100 jsc r264470 : #92661# retrieve lib path and load related library full qualified 2008-11-18 09:08:22 +0100 jsc r263745 : #i93980# change docu, insert note that regview and regmerge are part of the ure 2008-11-18 09:05:12 +0100 jsc r263744 : #i93980# remove regview and regmerge 2008-11-18 08:57:09 +0100 jsc r263743 : #i93981# insert SDK rpath link option for regcompare 2008-11-18 08:55:08 +0100 jsc r263742 : #i93981# insert SDK rpath link option 2008-11-17 16:26:25 +0100 jsc r263727 : #i96055# correct brackets
* CWS-TOOLING: integrate CWS cmcfixes49Oliver Bolte2008-10-103-6/+6
|
* CWS-TOOLING: integrate CWS jsc311Vladimir Glazounov2008-10-0114-766/+493
|
* No old windows def files needed any more.Rüdiger Timm2008-09-193-206/+0
|