summaryrefslogtreecommitdiff
path: root/rsc/Executable_rsc.mk
AgeCommit message (Collapse)AuthorFilesLines
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks1-4/+1
2012-04-16YaccTarget and headers cleaningMatúš Kukan1-3/+0
2012-04-08gbuild: "use" vs. "add":Michael Stahl1-2/+2
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)
2011-11-27remove pch from the include listNorbert Thiebaud1-1/+0
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud1-2/+0
2011-10-24Make the use of gb_LinkTarget_EXCEPTIONFLAGS for the yacc source more reliableTor Lillqvist1-1/+1
2011-10-21rename YaccObject to YaccTargetBjoern Michaelsen1-2/+2
the object is a GenCxxObject just like those from CustomTargets, we only need to get the generation right
2011-10-21cleanup YaccObjectBjoern Michaelsen1-1/+1
2011-10-04WaE: C++ exception handler used, but unwind semantics are not enabledTor Lillqvist1-0/+2
So override the T_CXXFLAGS for the yacc-generated source file to use gb_LinkTarget_EXCEPTIONFLAGS. Seems to work.
2011-08-31and none of this stuff is actually used anywhere nowCaolán McNamara1-1/+0
2011-08-31so nothing left that calls InsertListCaolán McNamara1-1/+0
2011-08-22add precompiled headerDavid Tardon1-0/+1
2011-08-22overhaul impl. of gb_LinkTarget_add_grammar to simplify usageDavid Tardon1-6/+2
2011-08-19use native yacc/bison support in rsc rather than a sub-makeNorbert Thiebaud1-5/+11
2011-08-15ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalStringCaolán McNamara1-0/+1
shrink ByteString api, remove need for intermediate OString/ByteString with random-ish encoding solely for check
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe1-1/+1
2011-08-09convert rsc to gbuildMatúš Kukan1-0/+104