Commit graph

361 commits

Author SHA1 Message Date
Gustavo Buzzatti Pacheco
5032e7b0cb Additional fix for EasyHack FDO43058, remove extra semicolons 2011-12-15 18:48:41 +00:00
August Sodora
443a7229f9 Remove uses of charAt 2011-12-01 11:10:28 +01:00
Norbert Thiebaud
c0bed9c72e remove precompiled_xxx.hxx/cxx 2011-11-27 18:07:55 -06:00
Norbert Thiebaud
ab407ad866 remove include of pch header from registry 2011-11-27 13:16:40 -06:00
Norbert Thiebaud
e4610ffd2d remove PCH support in dmake-module 2011-11-27 12:26:12 -06:00
Jan Holesovsky
832e6d2293 Some trivial fixes for MinGW with -std=c++0x enabled; not finished. 2011-11-23 11:59:30 +01:00
Michael Stahl
d4be9c7a2b regcompare: fix error reporting:
Function checkField() is called from 2 different contexts, one of
which must not report errors, but the other should.
2011-11-21 22:46:19 +01:00
Pierre-André Jacquod
7cec8f6208 cppcheck reduce scope of var in registry/...regimpl.cxx 2011-10-07 15:57:46 +02:00
Caolán McNamara
1f5c696c37 add mode-lines to .m files and last round of merged files, etc. 2011-09-30 09:09:25 +01:00
Stephan Bergmann
6671fa81db Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). 2011-09-27 20:22:03 +02:00
Caolán McNamara
8b56cbf38f tidy indent 2011-09-23 09:02:23 +01:00
Caolán McNamara
871426533f just silence the auto_ptr deprecations in isolation 2011-09-22 15:01:05 +01:00
Tor Lillqvist
fd354f5544 Use the i prefix for the import library only with MSC 2011-06-17 17:53:10 +03:00
Tor Lillqvist
f45f53a175 Be less picky with library name, match also libreg.a 2011-06-13 02:35:36 +03:00
Tor Lillqvist
7862e397af Drop %_EXT% which was always empty 2011-06-03 13:28:35 +03:00
Tor Lillqvist
3fb00a59b1 Would be pointless to build tool executables for iOS 2011-05-26 00:56:25 +03:00
Francois Tigeot
513d5a796e Fix a typo. 2011-04-18 17:08:34 +02:00
Francois Tigeot
35e1b53c7e Remove OS/2 support. 2011-04-18 16:59:48 +02:00
Caolán McNamara
e9e3bdfe8c WaE: rework to avoid warnings 2011-04-04 16:01:51 +01:00
Petr Mladek
e2c5c4ec0a warning-return-values-registry.diff: avoid warning (i#58979)
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-30 19:38:30 +02:00
Caolán McNamara
2b7ba2d3c3 WaE: consts the wrong way around 2011-03-25 12:46:37 +00:00
Jan Holesovsky
4be7cca60b Merge commit 'ooo/DEV300_m103'
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-23 16:59:59 +01:00
Ivo Hinkelmann
5d493f49ae CWS-TOOLING: integrate CWS jsc340 2011-03-07 16:31:11 +01:00
Julien Nabet
389bc73b5f Remove "using namespace ::rtl" 2011-03-02 22:15:02 +01:00
Juergen Schmidt
228e4d2915 jsc340: i114847: fix name 2011-02-24 10:51:05 +01:00
Matthias Huetsch [mhu]
e0fa87c7c3 #i115784# registry: Fix unreachable "return <result>; break;" statements. 2011-02-18 13:43:42 +01:00
Thomas Arnhold
83fade2fa0 Remove SCO support 2011-02-16 16:31:45 +01:00
Matthias Huetsch [mhu]
544c4b3784 #i115784# registry/tools: fix unreachable break statement after return. 2011-02-04 14:13:43 +01:00
Fridrich Strba
f8e27a7c46 some std::hash_map/set -> boost::unordered_map/set changes 2011-02-03 22:32:23 +01:00
Matthias Huetsch [mhu]
1dd0eb26bb #i115784# registry/tools: fix initOptions_Impl() commandline argument processing. 2011-02-03 18:44:31 +01:00
Fridrich Strba
712fba7496 Build module registry with MSVC stl 2011-02-03 11:37:48 +01:00
Thomas Arnhold
1a6617cf05 Clean up makefiles 2011-02-01 18:22:56 +01:00
Juergen Schmidt
a1b5f0fc81 new helper tool 2011-01-03 13:41:57 +01:00
Gert Faller
3a18c3d97a RTL_CONSTASCII_USTRINGPARAM in ure 1 2010-12-10 18:31:39 +01:00
Takeshi Abe
36e2296bf8 Replace all occured, occurance etc. 2010-12-06 09:16:29 +00:00
Matthias Huetsch [mhu]
6c48a64f26 #i115784# registry: fixed std::vector<> usage. 2010-11-30 16:04:57 +01:00
Matthias Huetsch [mhu]
0ff6b9a26d #i115784# registry: fix memory errors uncovered by valgrind and other tools. 2010-11-25 14:22:01 +01:00
Caolán McNamara
066855a15a remove empty method 2010-11-25 12:02:13 +00:00
Juergen Schmidt
b15f7fcbde jsc340: i114887: remove old not used draft types 2010-11-15 13:38:30 +01:00
Caolán McNamara
da5cef0ab4 add modelines to .h and .c files as well 2010-10-27 16:04:46 +01:00
Sebastian Spaeth
a715e1b3d0 Add vim/emacs modelines to all source files
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-14 17:04:31 +02:00
Petr Mladek
334bef4563 remove include guards using fixguard.py 2010-10-05 18:12:51 +02:00
Juergen Schmidt
f3de0f63df jsc340: i14847: clean up cmdline help fo devtools 2010-10-01 14:20:45 +02:00
Matthias Huetsch [mhu]
6d03994e21 mhu22: resync to master repository (DEV300_m73). 2010-03-04 19:36:24 +01:00
Matthias Huetsch [mhu]
709ee7e9b0 mhu22: #i105430# #i108349# Fixed registry:ORegKey reference counting to avoid redundant closeKey()/flush() calls. 2010-03-04 15:19:41 +01:00
Jens-Heiner Rechtien
7c80db2eb3 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
Matthias Huetsch [mhu]
ffca8743e1 #i108349# Removed remaining redundant store.flush() calls. 2010-01-21 18:50:03 +01:00
Mathias Bauer
699ebff65d merge commit for m65 2009-11-23 17:39:22 +01:00
Mathias Bauer
de0938bc20 performance bug in build system caused by too many flushed 2009-11-17 14:58:44 +01:00
Caolán McNamara
3ed563cc42 cmcfixes66: #i106674# fix remaining new[]/delete mismatches 2009-11-06 11:03:40 +00:00