Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-01 | more test cases for border import | Markus Mohrhard | |
2012-04-01 | first part of border import test | Markus Mohrhard | |
2012-04-01 | with the correct assumption this check actually makes sense | Markus Mohrhard | |
2012-04-01 | sal: rtlbootstrap.mk was empty on cygwin | Matúš Kukan | |
This needs proper fix. It wasn't noticed because it was created by pipe before afd5eb1f04971edb083e47a2f9c2e9d77c9737c9 and last command succeeded, so make continued even if compilation failed. | |||
2012-03-31 | clucene: do not use mixed path here | Matúš Kukan | |
2012-03-31 | Revert "gbuild: do not let generated source files depend on headers" | Matúš Kukan | |
There is a reason for that dependency. I will have to come up with something better later. | |||
2012-03-31 | clucene: use CustomTarget makefile | Matúš Kukan | |
2012-03-31 | tools: use CustomTarget makefile | Matúš Kukan | |
2012-03-31 | accessibility: use CustomTarget makefiles | Matúš Kukan | |
2012-03-31 | vcl: use CustomTarget makefiles | Matúš Kukan | |
2012-03-31 | sal: use CustomTarget makefile | Matúš Kukan | |
2012-03-31 | gbuild: do not let generated source files depend on headers | Matúš Kukan | |
2012-03-31 | gbuild: add gb_LinkTarget_add_custom_headers | Matúš Kukan | |
to be used for generated headers which are not delivered to solver. | |||
2012-03-31 | gbuild: add comments, fix order to be more readable | Matúš Kukan | |
2012-03-31 | gbuild: gb_Object__command_dep should be used here and a little cleanup | Matúš Kukan | |
2012-03-31 | revert "remove limitation to 3 sort entries in calc part1" | Markus Mohrhard | |
2012-03-31 | The function tests the SetBackgroundColor function in class ScDocFunc | Karthik Padmanabhan | |
First a color is set , then another color is set .We finally check again by issuing an undo and checking if the prev color is now set | |||
2012-03-31 | some small corrections to 080d38bae22e21fad25884d40d679c3bf9243c82 | Markus Mohrhard | |
2012-03-31 | fdo#45747 remove the limitation to 3 sort entries in calc part1 | Albert Thuswaldner | |
2012-03-30 | further sc/editeng unbreaking | Luboš Luňák | |
this boost::ptr_vector idea is seriously broken | |||
2012-03-30 | Must call patch_libgnustl_shared() | Tor Lillqvist | |
2012-03-30 | Use correct JNI name mangling of underscores | Tor Lillqvist | |
2012-03-30 | Correct method name in warning message | Tor Lillqvist | |
2012-03-30 | add const | Luboš Luňák | |
2012-03-30 | const data | Luboš Luňák | |
Especially given it's not namespaced (const is automatically static). | |||
2012-03-30 | do not just warn on allocation failure, simply abort | Luboš Luňák | |
2012-03-30 | no bad_alloc throwing in string literal O(U)String functions | Luboš Luňák | |
String literals should be reasonably short, and if memory is so low that they trigger allocation failure, something else would would trip over very soon anyway. | |||
2012-03-30 | Updated patch comment | Stephan Bergmann | |
2012-03-30 | Hack around different __cxa_* declarations in different GCC versions | Stephan Bergmann | |
2012-03-30 | avoid sc crashes | Luboš Luňák | |
Boost is reportedly 'expertly designed C++ library', so why do I find the idea of a container containing pointers but exposing them by value to be rather retarded? I don't know why exactly this crashes, but I expect std::sort() either either does unwanted copies that break things or the copies slice off inherited classes. | |||
2012-03-30 | sal: add a more permanant set of annotations for lifetime tracking. | Michael Meeks | |
Having done this on a temporary basis a couple of times before, it'd be good to avoid having to do the instrumentation again. | |||
2012-03-30 | removed duplicate includes in sfx2 | Takeshi Abe | |
2012-03-30 | removed duplicate includes in filter / i18npool / sdext | Takeshi Abe | |
2012-03-30 | count words in text with mixed script punctuation correctly | Caolán McNamara | |
2012-03-30 | callcatcher: regenerate unused code list | Caolán McNamara | |
2012-03-30 | remove static OUStrings from static_initialization_and_destruction chain | Caolán McNamara | |
2012-03-30 | removed duplicate includes in desktop / editeng | Takeshi Abe | |
2012-03-30 | fdo#40735 RTF export: CJK text is typically not single-byte | Miklos Vajna | |
2012-03-30 | Missing includes | Stephan Bergmann | |
2012-03-30 | Adapt cpp_uno/gcc3_linux_x86-64 to GCC 4.7 cxxabi.h | Stephan Bergmann | |
...the same way cpp_uno/mingw_intel was already adapted. | |||
2012-03-30 | filter-showIncludes.pl: Attempt to prevent creating incomplete .d files. | Jan Holesovsky | |
2012-03-30 | Fix format string properly | Stephan Bergmann | |
2012-03-30 | MinGW: callVirtualMethod needs same treatment as on gcc3_linux_x86_64 | Stephan Bergmann | |
...for reasons that are yet unclear to me. | |||
2012-03-30 | MinGW: work around _FILE_OFFSET_BITS incomp between Berkeleydb and LO | Stephan Bergmann | |
2012-03-30 | WaE: format '%i' expects type 'int', but argument has type 'long int' | Tor Lillqvist | |
2012-03-30 | testcase for fdo#45394 | Miklos Vajna | |
2012-03-30 | fix build | Luboš Luňák | |
Apparently the order in makefile.mk matters. Without this higher, acceptor.uno.dll does not get built. | |||
2012-03-30 | Updated patch comment | Stephan Bergmann | |
2012-03-30 | don't force dependecy on shasum when it is not needed | Norbert Thiebaud | |
shasum is only needed to detect a bug in some version of gnumkae do not burden platform with a non-impacted gnu make with that requirement | |||
2012-03-30 | Use mktemp(1) more portably | Tor Lillqvist | |