Commit graph

17 commits

Author SHA1 Message Date
Michael Meeks
678d1f12ad targetted improvement of UNO API includes / usage 2012-07-02 16:52:50 +01:00
Matúš Kukan
b560776417 YaccTarget and headers cleaning 2012-04-16 13:56:29 +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
Norbert Thiebaud
3f2ff54778 remove pch from the include list 2011-11-27 15:24:45 -06:00
Norbert Thiebaud
992757cc5e remove pre-compiled header support in gbuild and gbuildified module 2011-11-27 11:49:38 -06:00
Tor Lillqvist
5f950b5d79 Make the use of gb_LinkTarget_EXCEPTIONFLAGS for the yacc source more reliable 2011-10-24 10:04:07 +03:00
Bjoern Michaelsen
7bf06ba95d rename YaccObject to YaccTarget
the object is a GenCxxObject just like those from CustomTargets, we only need to get the generation right
2011-10-21 21:28:51 +02:00
Bjoern Michaelsen
5dc33abf60 cleanup YaccObject 2011-10-21 21:28:50 +02:00
Tor Lillqvist
9b45575e89 WaE: C++ exception handler used, but unwind semantics are not enabled
So override the T_CXXFLAGS for the yacc-generated source file to use
gb_LinkTarget_EXCEPTIONFLAGS. Seems to work.
2011-10-04 11:05:14 +03:00
Caolán McNamara
6934db93b6 and none of this stuff is actually used anywhere now 2011-08-31 10:43:24 +01:00
Caolán McNamara
de396b336a so nothing left that calls InsertList 2011-08-31 10:43:24 +01:00
David Tardon
492c7a3a01 add precompiled header 2011-08-22 08:49:43 +02:00
David Tardon
d113747129 overhaul impl. of gb_LinkTarget_add_grammar to simplify usage 2011-08-22 08:49:42 +02:00
Norbert Thiebaud
6f4309fb1e use native yacc/bison support in rsc rather than a sub-make 2011-08-19 20:39:35 -05:00
Caolán McNamara
9124003eb1 ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalString
shrink ByteString api, remove need for intermediate OString/ByteString
with random-ish encoding solely for check
2011-08-15 09:21:48 +01:00
Takeshi Abe
b2bd33ea25 prefer makefile-gmake-mode to plain makefile-mode 2011-08-10 02:12:48 +09:00
Matúš Kukan
dce040cb32 convert rsc to gbuild 2011-08-09 15:20:06 +02:00