summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-01more test cases for border importMarkus Mohrhard
2012-04-01first part of border import testMarkus Mohrhard
2012-04-01with the correct assumption this check actually makes senseMarkus Mohrhard
2012-04-01sal: rtlbootstrap.mk was empty on cygwinMatúš 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-31clucene: do not use mixed path hereMatúš Kukan
2012-03-31Revert "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-31clucene: use CustomTarget makefileMatúš Kukan
2012-03-31tools: use CustomTarget makefileMatúš Kukan
2012-03-31accessibility: use CustomTarget makefilesMatúš Kukan
2012-03-31vcl: use CustomTarget makefilesMatúš Kukan
2012-03-31sal: use CustomTarget makefileMatúš Kukan
2012-03-31gbuild: do not let generated source files depend on headersMatúš Kukan
2012-03-31gbuild: add gb_LinkTarget_add_custom_headersMatúš Kukan
to be used for generated headers which are not delivered to solver.
2012-03-31gbuild: add comments, fix order to be more readableMatúš Kukan
2012-03-31gbuild: gb_Object__command_dep should be used here and a little cleanupMatúš Kukan
2012-03-31revert "remove limitation to 3 sort entries in calc part1"Markus Mohrhard
2012-03-31The function tests the SetBackgroundColor function in class ScDocFuncKarthik 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-31some small corrections to 080d38bae22e21fad25884d40d679c3bf9243c82Markus Mohrhard
2012-03-31fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner
2012-03-30further sc/editeng unbreakingLuboš Luňák
this boost::ptr_vector idea is seriously broken
2012-03-30Must call patch_libgnustl_shared()Tor Lillqvist
2012-03-30Use correct JNI name mangling of underscoresTor Lillqvist
2012-03-30Correct method name in warning messageTor Lillqvist
2012-03-30add constLuboš Luňák
2012-03-30const dataLuboš Luňák
Especially given it's not namespaced (const is automatically static).
2012-03-30do not just warn on allocation failure, simply abortLuboš Luňák
2012-03-30no bad_alloc throwing in string literal O(U)String functionsLuboš 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-30Updated patch commentStephan Bergmann
2012-03-30Hack around different __cxa_* declarations in different GCC versionsStephan Bergmann
2012-03-30avoid sc crashesLuboš 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-30sal: 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-30removed duplicate includes in sfx2Takeshi Abe
2012-03-30removed duplicate includes in filter / i18npool / sdextTakeshi Abe
2012-03-30count words in text with mixed script punctuation correctlyCaolán McNamara
2012-03-30callcatcher: regenerate unused code listCaolán McNamara
2012-03-30remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara
2012-03-30removed duplicate includes in desktop / editengTakeshi Abe
2012-03-30fdo#40735 RTF export: CJK text is typically not single-byteMiklos Vajna
2012-03-30Missing includesStephan Bergmann
2012-03-30Adapt cpp_uno/gcc3_linux_x86-64 to GCC 4.7 cxxabi.hStephan Bergmann
...the same way cpp_uno/mingw_intel was already adapted.
2012-03-30filter-showIncludes.pl: Attempt to prevent creating incomplete .d files.Jan Holesovsky
2012-03-30Fix format string properlyStephan Bergmann
2012-03-30MinGW: callVirtualMethod needs same treatment as on gcc3_linux_x86_64Stephan Bergmann
...for reasons that are yet unclear to me.
2012-03-30MinGW: work around _FILE_OFFSET_BITS incomp between Berkeleydb and LOStephan Bergmann
2012-03-30WaE: format '%i' expects type 'int', but argument has type 'long int'Tor Lillqvist
2012-03-30testcase for fdo#45394Miklos Vajna
2012-03-30fix buildLuboš Luňák
Apparently the order in makefile.mk matters. Without this higher, acceptor.uno.dll does not get built.
2012-03-30Updated patch commentStephan Bergmann
2012-03-30don't force dependecy on shasum when it is not neededNorbert 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-30Use mktemp(1) more portablyTor Lillqvist