Commit graph

378 commits

Author SHA1 Message Date
David Tardon
55823d331e replace APP?RPATH SDK by SDKBIN in old build system
Commit 0c80ad06fd broke MacOS X builds
because of this discrepancy. It would be easy to accept both, but I
think it is better to be consistent with gbuild.
2012-04-14 07:22:15 +02:00
Szabolcs Dezsi
e4fb171d3a Replaced a few equal calls with == 2012-04-08 19:24:00 +02:00
Stephan Bergmann
66a88dc17e UNO BYTE is signed
This is hopefully a better fix for c589fa17b8
"Dalvik enforces byte constants being in range (-128..127)."
2012-03-29 12:07:36 +02:00
Michael Meeks
4f688fd794 more documentation and cleanups for various modules. 2012-03-06 16:29:23 +00:00
Korrawit Pruegsanusak
0f6d1ff621 some doxygen warnings cleanup 2012-02-27 21:25:02 +07:00
Thomas Arnhold
b1073d9fa2 WaE: silence some documentation errors 2012-02-21 23:16:31 +01:00
Elton Chung
d30b4e9fb6 Get rid of size() == 0 2012-02-19 17:07:46 +04:00
Petr Vorel
37159db96f Remove unused code 2012-02-19 14:42:10 +04:00
Thomas Arnhold
f081f1be7e registry: remove symbols from map file 2012-02-18 22:03:16 +01:00
Thomas Arnhold
bd8a6c9339 registry: remove obsolete methods 2012-02-18 21:33:02 +01:00
Josh Heidenreich
fb78dbcdc5 Added READMEs for modules related to URE, with content from the wiki 2012-02-06 05:28:46 +01:00
Olivier Hallot
5581125423 Fix for fdo43460 Part XLIV getLength() to isEmpty()
Part XLIV
many modules(inc's)
2012-01-23 19:17:18 -02:00
Stephan Bergmann
7c704c78d3 Removed some unused parameters; added SAL_UNUSED_PARAMETER.
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-21 15:21:16 +01:00
Norbert Thiebaud
53358305d8 kill some doxygen warnings 2012-01-20 17:16:56 -06:00
Michael Stahl
aeb56b2ba1 registry: print error messages on stderr 2012-01-17 15:49:01 +01:00
Stephan Bergmann
58ab12acf5 Switch from autodoc to doxygen for SDK C++ documentation.
* 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-05 19:43:14 +01:00
Olivier Hallot
85d1ce27ad Fix for fdo43460 Part XXVII getLength() to isEmpty()
Please find attached a partial fix for Easy Hack FDO43460

Part XXVII
Modules
padmin, pyuno, rdbmaker, regexp, registry, rsc, sal
2012-01-02 19:17:17 +01:00
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