1340890ccd
simplify include guards
...
Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f
2012-07-14 05:44:15 +02:00
4cbdfe1898
re-base on ALv2 code.
2012-07-10 16:56:30 +01:00
ae7534f616
targetted rename xcr -> xmlscript to match includes and module name
2012-07-09 14:23:26 +01:00
fdda178d88
targetted improvement of UNO API includes / usage
2012-07-02 14:43:34 +01:00
1ab899c4c8
.xml files don't need executable bits
...
Change-Id: I399d086181a9f513cd95157e815551f0be9b9e95
2012-06-22 22:39:31 +02:00
b9042fad7c
re-base on ALv2 code.
...
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
0db1b46a45
gbuildify xmlscript
...
Change-Id: Ia3704b4a7813d45c87e9f7107945fedd73622339
2012-06-16 21:00:11 -05:00
3ffb36f4d0
revert gmk4
...
Change-Id: I613d6953c786f581a9a7cb16f47aa3351834c41c
2012-06-16 21:00:10 -05:00
6573aa15d4
targeted string re-work
...
Change-Id: I1e47f90e387724e74312091e577f010fb16ca72f
2012-06-01 09:41:48 -05:00
c9337a8bfc
Targeted string re-work xmlhelp/xmlscript
2012-06-01 16:18:09 +02:00
bb9f730458
nuke unused typedef
...
Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf
2012-05-31 01:56:28 +09:00
01dc468f3d
removed unused temporary rtl::OUString
...
Change-Id: I81e04b1b71b8ee5a903185b6857e8cf91b67eed1
2012-05-21 22:08:17 +09:00
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
e4fb171d3a
Replaced a few equal calls with ==
2012-04-08 19:24:00 +02:00
4c50f23f87
LinkTarget.mk: remove gb_LinkTarget_add_package_headers
2012-04-08 01:05:53 +02:00
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
d6bc02f8c4
Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
2012-04-06 20:03:42 +02:00
743f22045c
Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
...
Pattern used:
find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06 15:07:41 +02:00
8a01ee6243
Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
...
Pattern used:
find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06 14:30:05 +02:00
643a582793
removed duplicate #includes
...
in vbahelper / writerfilter / writerperfect / xmlhelp / xmloff / xmlscript / xmlsecurity
2012-04-04 01:39:08 +09:00
38814653ba
remove static OUStrings from static_initialization_and_destruction chain
2012-03-28 13:08:59 +01:00
f567f8ba03
.dtd files don't need executable bits
2012-03-23 21:58:18 +01:00
9429bbb0c4
.component files don't need executable bits
2012-03-23 21:58:14 +01:00
68f2753710
.h files don't need executable bits
2012-03-23 21:58:13 +01:00
2a1171929e
chmod -x
2012-03-21 13:00:45 +02:00
3daf816432
Bin a few more 16-bit Windows leftovers
2012-03-21 13:00:42 +02:00
84b3f7b345
gbuild: get rid of realpath in gb_Foo_set_include
2012-03-10 21:23:20 +01:00
4f688fd794
more documentation and cleanups for various modules.
2012-03-06 16:29:23 +00:00
64e1ae0f55
Added READMEs for modules which used to be in libs-core
2012-02-08 06:37:16 +01:00
c857dff7fc
switch to include-based build rather than sourced-based build
2012-02-05 19:34:05 -06:00
9d4e1a5dad
Fix for fdo43460 Part LIV getLength() to isEmpty()
...
Part LIV
Modules
xmlscript
2012-01-28 09:32:37 -02:00
0439af27e1
Code cleanup: ( () ) replaced by (())
2012-01-26 17:41:07 +00:00
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
b35c0ae4ff
catch exception by constant reference
2012-01-09 03:17:20 +09:00
d59211357a
Removed unnecessary tools/debug.hxx includes.
2012-01-06 23:55:51 +01:00
59bf1b583f
regpathhelper: unused, so we've got to have two of them
2011-12-14 09:52:49 +00:00
2acd8fbac9
in modules, when we have a env we are in stage gbuild
2011-12-07 15:53:06 +01:00
d73e574d8a
move reconfigure into gbuild
2011-11-29 17:25:14 +01:00
c0bed9c72e
remove precompiled_xxx.hxx/cxx
2011-11-27 18:07:55 -06:00
3f2ff54778
remove pch from the include list
2011-11-27 15:24:45 -06:00
b080fa47eb
remove include of pch header from xmlscript
2011-11-27 13:28:09 -06:00
f2f0dbd273
make gbuild makefiles run independant of pwd again
2011-11-25 12:04:40 +01:00
d63d64c4de
empty a bunch of d.lst files
2011-11-21 22:46:17 +01:00
0ea8c014ef
tweak gbuild standart Makefile to allow partial build in unsourced env
...
This allow to run make in a module wihtout the need to source
Env.Host.sh.
2011-11-16 06:18:54 -06:00
e94a19f3e0
simplfy dmake to gbuild bridgefile
2011-10-05 00:31:50 +02:00
be6a8677a6
OSL_TRACE: Remove trailing newlines
...
Done with perl regex:
s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs;
- removed trailing whitespaces and (multiple) newlines
2011-09-21 09:28:39 +02:00
1afef0e98a
Remove RCS header
2011-09-20 09:25:41 +02:00
d64bbd6bf8
detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set
2011-08-19 18:29:07 -05:00
15f482b1e9
Add prefixes for some component_getFactory functions
2011-08-18 14:15:27 +02:00
b2bd33ea25
prefer makefile-gmake-mode to plain makefile-mode
2011-08-10 02:12:48 +09:00