Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | |
This allow to run make in a module wihtout the need to source Env.Host.sh. | |||
2011-10-24 | Make the use of gb_LinkTarget_EXCEPTIONFLAGS for the yacc source more reliable | Tor Lillqvist | |
2011-10-21 | rename YaccObject to YaccTarget | Bjoern Michaelsen | |
the object is a GenCxxObject just like those from CustomTargets, we only need to get the generation right | |||
2011-10-21 | cleanup YaccObject | Bjoern Michaelsen | |
2011-10-18 | Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on ↵ | Stephan Bergmann | |
Linux x86_64). | |||
2011-10-08 | Revert "cppcheck reduce scope of var in rsc/...cpp3.c/cpp4.c/cpp6.c" | Tor Lillqvist | |
As long as we want to be buildable with MSVC 2008, we can't use C99 features in our C source files. (Yeah, horrible, M$ suxors, etc, complain to your mother.) Please relax the cppcheck enthusiasm, or at least, tune cppcheck to follow C89 for C files. This reverts commit 0921457488898b43152e33d1184929f7436aeeb4. | |||
2011-10-07 | cppcheck reduce scope of var in rsc/...cpp3.c/cpp4.c/cpp6.c | Pierre-André Jacquod | |
2011-10-07 | cppcheck reduce scope of var in rsc/...rscclass.cxx | Pierre-André Jacquod | |
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-10-04 | WaE: C++ exception handler used, but unwind semantics are not enabled | Tor Lillqvist | |
So override the T_CXXFLAGS for the yacc-generated source file to use gb_LinkTarget_EXCEPTIONFLAGS. Seems to work. | |||
2011-09-28 | Look at GCC version, not whether MacOSX or not | Tor Lillqvist | |
2011-09-27 | Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). | Stephan Bergmann | |
2011-09-26 | cppcheck: reduce scope of var in rsc rscflag.cxx | Pierre-André Jacquod | |
2011-09-23 | Fix broken implicit string conversion | Stephan Bergmann | |
2011-09-22 | GetBuffer() -> getStr() | Andras Timar | |
2011-09-21 | ByteString->rtl::OString[Buffer] | Caolán McNamara | |
2011-09-21 | GetSysSearchPath (probably all uses of aSysSearchPath) unused | Caolán McNamara | |
2011-09-21 | Adding a file where the previous patch was not applying cleanly | Thomas Arnhold | |
2011-09-20 | ByteString->rtl::OString[Buffer] | Caolán McNamara | |
2011-09-20 | ByteString->rtl::OStringBuffer | Caolán McNamara | |
2011-09-20 | ByteString->rtl::OString[Buffer] | Caolán McNamara | |
2011-09-19 | ByteString->rtl::OString[Buffer] | Caolán McNamara | |
2011-09-13 | Header/Footer: use a plus symbol instead of the add icon | Cédric Bosdonnat | |
This will help drawing the high contrast mode and makes the plus more visible even given the background color. | |||
2011-08-31 | and none of this stuff is actually used anywhere now | Caolán McNamara | |
2011-08-31 | so nothing left that calls InsertList | Caolán McNamara | |
2011-08-31 | only thing left that calls FillSubList is itself | Caolán McNamara | |
2011-08-31 | only thing left that calls FillListObj is itself | Caolán McNamara | |
2011-08-31 | only thing that calls FillList is itself | Caolán McNamara | |
2011-08-31 | grabbag of unused code | Caolán McNamara | |
2011-08-30 | ByteString->rtl::OString | Caolán McNamara | |
2011-08-29 | remove ByteString::IsAlphaNumericAscii and refactor a bit | Caolán McNamara | |
2011-08-22 | remove name-to-ver-control map contents from RSC_VERSIONCONTROL record | Michael 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-22 | gsl_getSystemTextEncoding->osl_getThreadTextEncoding | Caolán McNamara | |
2011-08-22 | remove unused makefile | David Tardon | |
2011-08-22 | add precompiled header | David Tardon | |
2011-08-22 | overhaul impl. of gb_LinkTarget_add_grammar to simplify usage | David Tardon | |
2011-08-19 | WaE: MACOS gcc is too old for that pragma | Norbert Thiebaud | |
2011-08-19 | use native yacc/bison support in rsc rather than a sub-make | Norbert Thiebaud | |
2011-08-19 | detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set | Norbert Thiebaud | |
2011-08-17 | cppcheck: reduced scope of variable | Takeshi Abe | |
2011-08-15 | ByteString->rtl::OString | Caolán McNamara | |
2011-08-15 | ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalString | Caolán McNamara | |
shrink ByteString api, remove need for intermediate OString/ByteString with random-ish encoding solely for check | |||
2011-08-10 | add dependency | Matúš Kukan | |
2011-08-10 | prefer makefile-gmake-mode to plain makefile-mode | Takeshi Abe | |
2011-08-09 | silence warnings | Matúš Kukan | |
2011-08-09 | convert rsc to gbuild | Matúš Kukan | |
2011-07-22 | Do build rsc also on non-desktop OSes just for rscsfx.hxx to get delivered | Tor Lillqvist | |
Don't actually compile anything, though... Just the rscsfx.hxx is needed. | |||
2011-07-15 | merged the 3 executables into one in module rsc | Peter Rabi | |
Also removed the ability to use alternatives for rscpp and rsc2. Contributed under license LGPLv3+/MPL. | |||
2011-07-13 | callcatcher: strip rsc down by more unused methods | Caolán McNamara | |
2011-07-12 | callcatcher: unused code | Caolán McNamara | |