summaryrefslogtreecommitdiffstats
path: root/rsc
Commit message (Collapse)AuthorAgeFilesLines
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* WaE: C++ exception handler used, but unwind semantics are not enabledTor Lillqvist2011-10-041-0/+2
| | | | | So override the T_CXXFLAGS for the yacc-generated source file to use gb_LinkTarget_EXCEPTIONFLAGS. Seems to work.
* Look at GCC version, not whether MacOSX or notTor Lillqvist2011-09-281-1/+5
|
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-273-10/+10
|
* cppcheck: reduce scope of var in rsc rscflag.cxxPierre-André Jacquod2011-09-261-12/+10
|
* Fix broken implicit string conversionStephan Bergmann2011-09-231-2/+1
|
* GetBuffer() -> getStr()Andras Timar2011-09-221-1/+1
|
* ByteString->rtl::OString[Buffer]Caolán McNamara2011-09-214-38/+33
|
* GetSysSearchPath (probably all uses of aSysSearchPath) unusedCaolán McNamara2011-09-211-1/+0
|
* Adding a file where the previous patch was not applying cleanlyThomas Arnhold2011-09-211-1/+1
|
* ByteString->rtl::OString[Buffer]Caolán McNamara2011-09-201-4/+5
|
* ByteString->rtl::OStringBufferCaolán McNamara2011-09-201-10/+10
|
* ByteString->rtl::OString[Buffer]Caolán McNamara2011-09-201-18/+18
|
* ByteString->rtl::OString[Buffer]Caolán McNamara2011-09-194-21/+26
|
* Header/Footer: use a plus symbol instead of the add iconCédric Bosdonnat2011-09-131-0/+1
| | | | | This will help drawing the high contrast mode and makes the plus more visible even given the background color.
* and none of this stuff is actually used anywhere nowCaolán McNamara2011-08-315-359/+0
|
* so nothing left that calls InsertListCaolán McNamara2011-08-312-58/+0
|
* only thing left that calls FillSubList is itselfCaolán McNamara2011-08-311-17/+0
|
* only thing left that calls FillListObj is itselfCaolán McNamara2011-08-311-24/+0
|
* only thing that calls FillList is itselfCaolán McNamara2011-08-311-10/+0
|
* grabbag of unused codeCaolán McNamara2011-08-312-7/+0
|
* ByteString->rtl::OStringCaolán McNamara2011-08-302-4/+6
|
* remove ByteString::IsAlphaNumericAscii and refactor a bitCaolán McNamara2011-08-291-1/+1
|
* remove name-to-ver-control map contents from RSC_VERSIONCONTROL recordMichael Meeks2011-08-221-24/+0
| | | | | Based on a patch from Andras, this removes a set of un-used debugging type strings from all lang-pack resource files.
* gsl_getSystemTextEncoding->osl_getThreadTextEncodingCaolán McNamara2011-08-222-5/+5
|
* remove unused makefileDavid Tardon2011-08-221-36/+0
|
* add precompiled headerDavid Tardon2011-08-221-0/+1
|
* overhaul impl. of gb_LinkTarget_add_grammar to simplify usageDavid Tardon2011-08-221-6/+2
|
* WaE: MACOS gcc is too old for that pragmaNorbert Thiebaud2011-08-191-0/+2
|
* use native yacc/bison support in rsc rather than a sub-makeNorbert Thiebaud2011-08-1910-322/+263
|
* detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud2011-08-191-1/+1
|
* cppcheck: reduced scope of variableTakeshi Abe2011-08-171-11/+9
|
* ByteString->rtl::OStringCaolán McNamara2011-08-151-2/+3
|
* ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalStringCaolán McNamara2011-08-152-1/+3
| | | | | shrink ByteString api, remove need for intermediate OString/ByteString with random-ish encoding solely for check
* add dependencyMatúš Kukan2011-08-101-0/+4
|
* prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-106-6/+6
|
* silence warningsMatúš Kukan2011-08-091-1/+1
|
* convert rsc to gbuildMatúš Kukan2011-08-0914-385/+268
|
* Do build rsc also on non-desktop OSes just for rscsfx.hxx to get deliveredTor Lillqvist2011-07-226-0/+30
| | | | | Don't actually compile anything, though... Just the rscsfx.hxx is needed.
* merged the 3 executables into one in module rscPeter Rabi2011-07-159-209/+72
| | | | | Also removed the ability to use alternatives for rscpp and rsc2. Contributed under license LGPLv3+/MPL.
* callcatcher: strip rsc down by more unused methodsCaolán McNamara2011-07-134-93/+0
|
* callcatcher: unused codeCaolán McNamara2011-07-1211-333/+3
|
* callcatcher: remove unused RscFileInst ByteString ctorCaolán McNamara2011-07-122-19/+0
|
* callcatcher: remove unused ChangeDefNameCaolán McNamara2011-07-113-28/+0
|
* callcatcher: unused InputFileCaolán McNamara2011-07-032-24/+0
|
* callcatcher: unused MacroParserCaolán McNamara2011-07-032-35/+0
|
* ByteString->rtl::OStringBufferCaolán McNamara2011-07-016-51/+45
|
* Drop unnecessary UNX vs. Windows ifdefTor Lillqvist2011-06-221-8/+0
| | | | | The UNX code compiles fine both with MSVC and MinGW. In fact, the non-UNX code did not compile with a modern MinGW.
* enable exceptions hereCaolán McNamara2011-06-153-0/+6
|
* createFromAscii -> RTL_CONSTASCII_USTRINGPARAMCaolán McNamara2011-06-131-1/+1
|