David Tardon
2d58399e50
coverity: idx == 0x1F cannot be true
...
Change-Id: I6b0cf900003beb9931d6acad229166e44cc7f0bc
2012-07-03 17:47:19 +02:00
Michael Meeks
fdda178d88
targetted improvement of UNO API includes / usage
2012-07-02 14:43:34 +01:00
Julien Nabet
6b11a18071
Some cppcheck cleaning
...
Change-Id: I14cab3dfd26ac1568feef902b566873cecf049b9
2012-06-30 18:21:26 +02:00
Michael Meeks
ae9dae720b
re-base on ALv2 code. Includes:
...
Use ksc5601.h header from XFree86 Project Inc. Patch contributed by
Oliver-Rainer Wittmann with minor changes from Pedro Giffuni
http://svn.apache.org/viewvc?view=revision&revision=1179296
2012-06-22 16:31:32 +01:00
Michael Meeks
ecf943247f
re-base on ALv2 code.
...
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-22 09:51:05 +01:00
Michael Meeks
b9042fad7c
re-base on ALv2 code.
...
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
Norbert Thiebaud
76f63f4c9b
targeted string re-work
...
Change-Id: Ic24e9b98b1c6e868061caa911865ce2267bdcfaf
2012-05-31 19:18:45 -05: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
f133b54532
WaE: "isnan" redefined
2012-04-16 20:23:08 +02:00
Caolán McNamara
3934efe28c
sigh, need a 64bit zlib too on windows, reverting
2012-04-13 14:06:55 +01:00
Caolán McNamara
452af5f452
gbuildize internal zlib
...
and stick headers into the solver in the same hierarchy as is "standard"
so we don't have to patch so much, similiarly rename to libz
2012-04-13 13:15:25 +01:00
Thomas Arnhold
30fb54aca3
remove formfeeds
2012-04-12 12:35:48 +02:00
Szabolcs Dezsi
e4fb171d3a
Replaced a few equal calls with ==
2012-04-08 19:24:00 +02:00
David Tardon
5fcacd8408
rename gb_CppunitTest_uses_ure
2012-04-08 15:17:45 +02:00
David Tardon
fbbb833dda
compile- and run-time use of UNO must be split
...
There are unit tests that do not use URE, e.g., in cppuhelper.
This reverts commit 33e9f3d3d6
.
Conflicts:
sot/CppunitTest_sot_test_sot.mk
svl/CppunitTest_svl_urihelper.mk
2012-04-08 15:12:18 +02:00
David Tardon
cd2c512f9f
clean up
2012-04-08 14:53:10 +02:00
David Tardon
e3cf2b45f7
simplify use of configuration from unit tests
2012-04-08 14:53:09 +02:00
David Tardon
e5f16b8d3e
always use --protector for UNO tests
2012-04-08 14:53:08 +02:00
David Tardon
33e9f3d3d6
drop uses_ure
2012-04-08 14:53:08 +02:00
David Tardon
fe209e78db
let use_api handle the use of type rdbs at runtime
...
Or is there any use case where we would need to use UNO API headers, but
not require the appropriate type database at runtime?
2012-04-08 14:53:07 +02:00
Michael Stahl
c923f7d2c2
gbuild: "use" vs. "add":
...
Naming convention for gbuild methods:
- "add" is used for stuff that is logically a part of the target
(i.e. not registered at the Module, but defined in the target's makefile)
- "use" is used for stuff that is logically a different target
(i.e. it is registered at the Module, has it's own makefile, may be
in a different module than the target)
2012-04-08 01:05:52 +02:00
Szabolcs Dezsi
d6bc02f8c4
Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
2012-04-06 20:03:42 +02:00
Luboš Luňák
802518c59a
always pass --headless to cppunits
...
They should not need any actual UI anyway, and most of them already
pass the option manually.
http://lists.freedesktop.org/archives/libreoffice/2012-March/029109.html
2012-04-02 12:26:20 +02:00
Luboš Luňák
61d6d08667
--headless for hwpfilter test
...
Otherwise there's a build dependency missing (and it's apparently
not needed anyway).
2012-03-29 16:52:42 +02:00
Tor Lillqvist
2a1171929e
chmod -x
2012-03-21 13:00:45 +02:00
Luboš Luňák
4dd7a3f12e
write unsigned char[] contents as numbers rather than string literal
...
The real reason for this change is that clang aborts with a fatal
error in backend (http://llvm.org/bugs/show_bug.cgi?id=12226 ),
but I'm not sure whether this was a correct construct in the first
place anyway. The contents are above 0x7f, which may be outside
the range of plain char, if it is signed, so maybe the result is undefined.
I don't want to spend the time checking in the spec,
but this new variant is technically the same and it is safe.
2012-03-10 16:39:22 +01:00
Luboš Luňák
80e4b4e5c6
mark static data that is const as const
2012-03-10 16:39:22 +01:00
Caolán McNamara
78157d7634
WaE: calling delete on the wrong thing
2012-03-05 09:36:40 +00:00
Szabolcs Dezsi
db74590950
Kill LinkedList in hwpfilter
2012-03-05 10:44:54 +02:00
Julien Nabet
5122196acc
Avoid temporary rtl::OUString
2012-03-03 15:05:28 +01:00
Tor Lillqvist
b1b3008bc8
WaE: function 'yyinput' is not needed and will not be emitted
2012-03-01 22:27:12 +02:00
Tor Lillqvist
9e1ce8350a
#pragma interface and #pragma implementation are obsolete and pointless
2012-03-01 22:27:11 +02:00
Thomas Arnhold
a2a2e45c3e
WaE: duplicateBranch
2012-02-21 20:56:59 +01:00
Alexander Bergmann
8963cc01f5
EasyHack: Removed gcc conditionals
2012-02-13 17:33:15 +00:00
Elton Chung
806bec7107
Fix typos in comments
2012-02-13 15:27:24 +00:00
Matúš Kukan
4b30ec9def
fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC
2012-02-10 21:41:45 +01:00
Takeshi Abe
97fdf02f64
REDME -> README
2012-02-09 17:28:16 +09:00
Josh Heidenreich
700b794126
Added and improved READMEs for modules which used to be in filter
2012-02-08 07:46:58 +01:00
Thorsten Behrens
9b2451fa65
Add missing operator++/-- overloads to kludge class.
...
(to fix the build after the cppcheck cleanup)
2012-02-06 11:21:15 +01:00
PKEuS
664b22c56b
Fixed some cppcheck messages
2012-02-06 10:16:35 +01:00
Norbert Thiebaud
c857dff7fc
switch to include-based build rather than sourced-based build
2012-02-05 19:34:05 -06:00
Matúš Kukan
58b8a4d25d
these are not old component files anymore
2012-01-15 16:11:33 +01:00
Caolán McNamara
7d42c86f66
pesky dependencies
2012-01-12 10:47:10 +00:00
Caolán McNamara
a37484060c
pesky dependencies
2012-01-05 09:18:20 +00:00
Stephan Bergmann
9460b68ca2
typo
2011-12-14 11:24:11 +01:00
Stephan Bergmann
3684fcdc0f
configmgr.component is no longer an old one.
2011-12-14 10:42:51 +01:00
Bjoern Michaelsen
2acd8fbac9
in modules, when we have a env we are in stage gbuild
2011-12-07 15:53:06 +01:00
Caolán McNamara
c8ef924060
normalize Red Hat, Inc. spellings, and bump to latest template
2011-12-06 21:24:37 +00:00
Bjoern Michaelsen
d73e574d8a
move reconfigure into gbuild
2011-11-29 17:25:14 +01:00
Norbert Thiebaud
c0bed9c72e
remove precompiled_xxx.hxx/cxx
2011-11-27 18:07:55 -06:00