Commit graph

6 commits

Author SHA1 Message Date
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
Stephan Bergmann
01690f571d Final disentanglement between sal and sal_textenc. 2012-01-06 15:00:44 +01:00
Stephan Bergmann
353bed10cf Made textenc/converter cleanly usable by both sal and sal_textenc. 2012-01-06 15:00:44 +01:00
Stephan Bergmann
b234008ba5 Changed C files to C++. 2012-01-05 23:24:08 +01:00
Stephan Bergmann
7a7b346a52 Properly assign objects to only those libraries that actually use them.
For that, moved aImplJavaUtf8TextEncodingData from tables.cxx to
textenc.cxx, as it shares code with aImplUTF8TextEncoding (but does
not drag lots of expensive data back into sal from sal_textenc).
2012-01-05 23:24:08 +01:00
Matúš Kukan
a9e130ab82 sal: convert to gbuild 2011-12-19 10:14:53 +01:00