Commit graph

780 commits

Author SHA1 Message Date
Michael Meeks
3dd8f023fa re-base on ALv2 code. 2012-06-11 17:22:31 +01:00
Thomas Arnhold
3770bbbdba Remove superfluous empty lines on top
More than two lines are removed for readability.

Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2012-06-09 04:57:58 +02:00
Thomas Arnhold
13887f4848 Remove superfluous include comments
Change-Id: Icd57ca7fd89e30c190c1b06dbe67c30bea8d1b59
2012-06-09 04:51:38 +02:00
Takeshi Abe
6b915b210a nuke unused typedef
Change-Id: I12a55e08a83b88221d992790c97c830761755582
2012-05-29 23:46:57 +09:00
Michael Stahl
a9550f63cd normalize variable names in gbuild user makefiles
Variables should have module name as prefix to prevent collisions.
2012-05-10 10:47:44 +02:00
Matúš Kukan
f4f4e3c050 gbuild: use mixed paths on cygwin
make 3.82 understands mixed paths, so use them.
This allows us to get rid of evil in BuildDirs.mk.
Hopefully, life will be simpler now.

Change-Id: I I I641f28c6af1948963f7004f8071af62e21caabb3
2012-05-09 09:39:18 +01:00
Caolán McNamara
fc7333c77b make javah work for me with JDK7 under windows
Change-Id: Ie223f6213fea2fc4d9076f693857f4e17c726f54
2012-05-01 12:11:20 +01: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
Matúš Kukan
6c8c0732bc gbuild: simplify and unify gb_Helper_*native* 2012-04-09 21:04:40 +02:00
Matúš Kukan
0a45deba2b enforce only one possible use of gb_CustomTarget
This brings two changes:
- no more recursive calling of make
- gbuild_simple is now not used => removed
2012-04-09 21:04:39 +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
Caolán McNamara
5688b51bcb UniString::CreateFromInt32 -> rtl::OUString::valueOf 2012-04-05 13:59:05 +01:00
Matúš Kukan
058723356d accessibility: use CustomTarget makefiles 2012-03-31 22:49:30 +02:00
Michael Stahl
e476a7632c .java files don't need executable bits 2012-03-23 21:58:12 +01:00
Caolán McNamara
39d6e42ca4 WaE: ununsed variables 2012-02-20 12:20:59 +00:00
Josh Heidenreich
223cca46ed Added READMEs for modules which used to be in components 2012-02-08 07:46:57 +01:00
Norbert Thiebaud
c857dff7fc switch to include-based build rather than sourced-based build 2012-02-05 19:34:05 -06:00
Marcel Metz
2a566b1775 Replaced SAL_INFO with SAL_WARN were applicable. 2012-01-17 23:27:44 +01:00
Marcel Metz
a18123fb97 Replaced DBG_ERRORFILE with SAL_INFO. 2012-01-16 12:51:33 +01:00
David Tardon
ee5371c805 WaE: deleting object of abstract class type with non-virtual destructor 2012-01-15 20:27:17 +01:00
Marcel Metz
d59211357a Removed unnecessary tools/debug.hxx includes. 2012-01-06 23:55:51 +01:00
Peter Foley
c61d62d70a fix gbuildified accessibilty on windows 2011-12-24 10:32:03 -05:00
David Tardon
636a8f2943 use generated java source 2011-12-23 16:43:03 +01:00
David Tardon
f75d68b30d avoid copying hack 2011-12-23 16:43:02 +01:00
David Tardon
d3fec0e98b remove unused file 2011-12-23 16:43:01 +01:00
David Tardon
7aadee6df6 convert windows-specific bits, part 2: lib 2011-12-23 16:43:00 +01:00
David Tardon
24585e1bf1 convert windows-specific bits, part 1: jars 2011-12-23 16:43:00 +01:00
David Tardon
7f31e252e4 gbuildize accessibility 2011-12-23 16:43:00 +01:00
Michael Stahl
07c20eb81b accessibility: workben was removed in c8e7f88325 2011-12-19 18:56:31 +01:00
Caolán McNamara
c8e7f88325 drop this workben 2011-12-19 17:10:23 +00:00
Caolán McNamara
c61f986374 msvc 2008 express won't link without explicit salhelper
post salhelper visibility markup and gbuildification express
2008 doesn't link without salhelper mentioned on link line
2011-12-19 10:47:39 +00:00
Olivier Hallot
f43311dfb7 Fix for fdo43460, Part I, getLength to isEmpty
Part I
Modules
unoControl, accessibility and avmedia
2011-12-09 23:37:05 +01:00
Caolán McNamara
47690422e4 don't need an extra header, fold into body 2011-12-07 11:33:11 +00:00
Norbert Thiebaud
c0bed9c72e remove precompiled_xxx.hxx/cxx 2011-11-27 18:07:55 -06:00
Norbert Thiebaud
e6e29733ed remove include of pch header in accessibility 2011-11-27 12:54:37 -06:00
Norbert Thiebaud
e4610ffd2d remove PCH support in dmake-module 2011-11-27 12:26:12 -06:00
Tor Lillqvist
bdda05135e WaE: class has virtual functions, but destructor is not virtual 2011-10-06 12:53:41 +03:00
Tor Lillqvist
5cb1597064 WaE: class has virtual functions, but destructor is not virtual 2011-10-06 12:02:04 +03:00
Michael Meeks
7fc35af5fd remove obsolete Forte NOOPT files 2011-09-24 08:33:45 +01:00
Caolán McNamara
871426533f just silence the auto_ptr deprecations in isolation 2011-09-22 15:01:05 +01:00
Caolán McNamara
07f9a847f0 callcatcher: various unused methods 2011-09-12 09:09:59 +01:00
Julien Nabet
6e59262f22 Some PMD cleaning 2011-08-14 17:56:43 +02:00
Caolán McNamara
0b4e276445 catch by const ref 2011-07-29 10:55:26 +01:00
Caolán McNamara
d2d118362d totally pointless intermediate object 2011-06-20 11:00:39 +01:00
Hans-Joachim Lankenau
36d2562f1b ause130: #i117218# change .idl handling to gnu make 2011-06-18 11:25:52 +02:00
Caolán McNamara
8a962baff6 use standard pattern for this 2011-06-07 08:56:50 +01:00
Tor Lillqvist
d32db65e8f Drop %_EXT% which was always empty 2011-06-03 13:25:56 +03:00
Christian Lohmaier
bef7ebf1d8 WaE (picky) - noeol 2011-05-17 01:57:19 +02:00
Julien Nabet
2be3b8bd88 Change <file>.toURL() to <file>.toURI().toURL() 2011-05-03 22:55:31 +02:00