summaryrefslogtreecommitdiff
path: root/rsc
AgeCommit message (Collapse)Author
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
2011-10-04WaE: C++ exception handler used, but unwind semantics are not enabledTor Lillqvist
So override the T_CXXFLAGS for the yacc-generated source file to use gb_LinkTarget_EXCEPTIONFLAGS. Seems to work.
2011-09-28Look at GCC version, not whether MacOSX or notTor Lillqvist
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-26cppcheck: reduce scope of var in rsc rscflag.cxxPierre-André Jacquod
2011-09-23Fix broken implicit string conversionStephan Bergmann
2011-09-22GetBuffer() -> getStr()Andras Timar
2011-09-21ByteString->rtl::OString[Buffer]Caolán McNamara
2011-09-21GetSysSearchPath (probably all uses of aSysSearchPath) unusedCaolán McNamara
2011-09-21Adding a file where the previous patch was not applying cleanlyThomas Arnhold
2011-09-20ByteString->rtl::OString[Buffer]Caolán McNamara
2011-09-20ByteString->rtl::OStringBufferCaolán McNamara
2011-09-20ByteString->rtl::OString[Buffer]Caolán McNamara
2011-09-19ByteString->rtl::OString[Buffer]Caolán McNamara
2011-09-13Header/Footer: use a plus symbol instead of the add iconCédric Bosdonnat
This will help drawing the high contrast mode and makes the plus more visible even given the background color.
2011-08-31and none of this stuff is actually used anywhere nowCaolán McNamara
2011-08-31so nothing left that calls InsertListCaolán McNamara
2011-08-31only thing left that calls FillSubList is itselfCaolán McNamara
2011-08-31only thing left that calls FillListObj is itselfCaolán McNamara
2011-08-31only thing that calls FillList is itselfCaolán McNamara
2011-08-31grabbag of unused codeCaolán McNamara
2011-08-30ByteString->rtl::OStringCaolán McNamara
2011-08-29remove ByteString::IsAlphaNumericAscii and refactor a bitCaolán McNamara
2011-08-22remove name-to-ver-control map contents from RSC_VERSIONCONTROL recordMichael Meeks
Based on a patch from Andras, this removes a set of un-used debugging type strings from all lang-pack resource files.
2011-08-22gsl_getSystemTextEncoding->osl_getThreadTextEncodingCaolán McNamara
2011-08-22remove unused makefileDavid Tardon
2011-08-22add precompiled headerDavid Tardon
2011-08-22overhaul impl. of gb_LinkTarget_add_grammar to simplify usageDavid Tardon
2011-08-19WaE: MACOS gcc is too old for that pragmaNorbert Thiebaud
2011-08-19use native yacc/bison support in rsc rather than a sub-makeNorbert Thiebaud
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud
2011-08-17cppcheck: reduced scope of variableTakeshi Abe
2011-08-15ByteString->rtl::OStringCaolán McNamara
2011-08-15ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalStringCaolán McNamara
shrink ByteString api, remove need for intermediate OString/ByteString with random-ish encoding solely for check
2011-08-10add dependencyMatúš Kukan
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-08-09silence warningsMatúš Kukan
2011-08-09convert rsc to gbuildMatúš Kukan
2011-07-22Do build rsc also on non-desktop OSes just for rscsfx.hxx to get deliveredTor Lillqvist
Don't actually compile anything, though... Just the rscsfx.hxx is needed.
2011-07-15merged the 3 executables into one in module rscPeter Rabi
Also removed the ability to use alternatives for rscpp and rsc2. Contributed under license LGPLv3+/MPL.
2011-07-13callcatcher: strip rsc down by more unused methodsCaolán McNamara
2011-07-12callcatcher: unused codeCaolán McNamara
2011-07-12callcatcher: remove unused RscFileInst ByteString ctorCaolán McNamara
2011-07-11callcatcher: remove unused ChangeDefNameCaolán McNamara
2011-07-03callcatcher: unused InputFileCaolán McNamara
2011-07-03callcatcher: unused MacroParserCaolán McNamara
2011-07-01ByteString->rtl::OStringBufferCaolán McNamara
2011-06-22Drop unnecessary UNX vs. Windows ifdefTor Lillqvist
The UNX code compiles fine both with MSVC and MinGW. In fact, the non-UNX code did not compile with a modern MinGW.
2011-06-15enable exceptions hereCaolán McNamara
2011-06-13createFromAscii -> RTL_CONSTASCII_USTRINGPARAMCaolán McNamara