Commit graph

390 commits

Author SHA1 Message Date
Michael Meeks
ec54c0c45f re-base on ALv2 code. 2012-07-03 13:10:11 +01:00
Thomas Arnhold
66cd9eeb90 Remove various commented out defines
Most of them in hrc files.

Change-Id: I3944f6ed9befd2b498385f61b851790362221a4f
2012-06-25 14:12:57 +02:00
Michael Meeks
b9042fad7c re-base on ALv2 code.
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
Michael Meeks
b6db3e3acc re-base on ALv2 code.
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21 13:11:06 +01:00
Norbert Thiebaud
acb7bd175a targeted string re-work
Change-Id: I145731d9f28faf0065f5960f2c5a32f27d8c8620
2012-06-02 16:48:34 -05:00
Tor Lillqvist
dd3124dfa4 Don't bother with the static lib and the exes for non-desktop OSes
Change-Id: Ia559990745d10c2f128624b6ffe76ece8a9151b9
2012-05-07 10:58:42 +03:00
Tor Lillqvist
c8155a58bd Use gb_STDLIBS
Change-Id: I6fcbe4db269472543e8b3310c966a68f5846a510
2012-05-07 10:57:18 +03:00
Matúš Kukan
b20cb1e132 remove unused files
Change-Id: I65ec941f72b9884d147f51939d592da313418329
2012-05-06 11:42:36 +02:00
David Tardon
2c8432dcaf fix linkage inconsistency on windows (cont.)
Change-Id: I10f97a1750499411450170947aaef5a7e052580d
2012-05-06 08:40:45 +02:00
David Tardon
9f68316127 fix linkage inconsistency on windows
Change-Id: I677a5fe8dc5c91b96fe299b06a5f2dc767120a1d
2012-05-06 08:19:43 +02:00
David Ostrovsky
953d9ab43b gbuild conversion: registry module
Change-Id: I I9dbd2a05602e7d415ca76850458129f68583c83f
2012-05-06 07:23:20 +02:00
Bjoern Michaelsen
b1c3e8ae28 make gbuild the default assumption of build.pl
this removes dmake completely out of the build for migrated modules
build.pl now assumes modules to be gbuild, unless there is a
prj/dmake file

Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-29 03:50:46 +02:00
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