summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-11-26cppcheck: use prefix variantfeature/bootstrap-buildCaolán McNamara1-1/+1
2010-11-26fix compilation issuesMichael Meeks1-5/+7
2010-11-26unused variables in ./sal/osl/unx/util.cJulien Nabet1-12/+6
Hello, Here is a small patch for ./sal/osl/unx/util.c Julien. commit 9b18a955cd7ac4462c68b8113f73cd4dca2ccbbb Author: serval <serval@ilapharm.com> Date: Thu Nov 25 23:03:04 2010 +0100 ure : remove unused variables
2010-11-25Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/ureJan Holesovsky6-13/+13
2010-11-25Merge remote branch 'origin/libreoffice-3-3'Jan Holesovsky4-7/+7
2010-11-25Merge commit 'ooo/OOO330_m16' into libreoffice-3-3Jan Holesovsky0-0/+0
2010-11-25cppcheck: methods can be constCaolán McNamara2-4/+4
2010-11-25cppcheck: methods can be constCaolán McNamara1-1/+1
2010-11-25remove empty methodCaolán McNamara1-1/+1
2010-11-25remove empty methodCaolán McNamara1-2/+2
2010-11-25cppcheck: methods can be constCaolán McNamara1-5/+5
2010-11-25OSL_THIS_FUNC: use logic from boot/current_function.hppMiklos Vajna1-18/+26
Don't use it directly, as OSL_THIS_FUNC is used in C-only sources as well. Also, remove OSL_THIS_FUNC from OSL_LOG_PREFIX as concatenation does not work non-macros like __PRETTY_FUNCTION__. (The code actually worked there only because it was defined to be " ", so we are not removing any valuable information.)
2010-11-25cppcheck: methods can be constCaolán McNamara1-3/+3
2010-11-24cppcheck: Empty string test can be simplifiedCaolán McNamara1-3/+1
2010-11-24fix invalid XMLDavid Tardon1-1/+1
2010-11-24cppcheck: The scope of these variables can be reducedCaolán McNamara1-5/+7
2010-11-23Expression in OSL_PRECOND was invertedTor Lillqvist1-1/+1
2010-11-23make more of the workbens build, and add performance testCaolán McNamara9-356/+404
2010-11-22Fix .gitignore for macJoseph Powers1-0/+2
2010-11-21sb136: #i114155# partially revert fix for i108776 to avoid ABI ↵sb3-6/+6
incompatibility of jvmaccess library
2010-11-20use spec. tags for true, false and nullDavid Tardon1-13/+13
2010-11-20fix some typosDavid Tardon1-7/+7
2010-11-20EasyHack: RTL_CONST macro from createFromAsciiKevin Hunter7-45/+28
They're only in the tests, but it compiles, and the createFromAscii messed with my grep-age!
2010-11-18CWS-TOOLING: integrate CWS sb136ooo/OOO330_m19ooo/OOO330_m18ooo/OOO330_m17ooo/OOO330_m16obo3-6/+6
2010-11-17sb136: #i114155# partially revert fix for i108776 to avoid ABI ↵sb3-6/+6
incompatibility of jvmaccess library
2010-11-16Merge remote branch 'origin/libreoffice-3-3'Jan Holesovsky0-0/+0
Conflicts: cppu/util/target.pmk
2010-11-13Make the workaround for the crash at exit effective in a non-debug buildTor Lillqvist1-3/+6
I hadn't noticed that cppu/util/target.pmk was surrounded by .IF "$(debug)" == "".
2010-11-12Revert "Add workaround to avoid crash when exiting LibreOffice"Jan Holesovsky2-10/+1
This reverts commit 146e2fbca20f5cba3410d3d042ae6222a565dd7e. The workaround is has to be present in libreoffice-3-3, but we do not want to have it in master, so that eventually it is fixed in the end :-)
2010-11-12Merge remote branch 'origin/libreoffice-3-3'Jan Holesovsky2-1/+10
2010-11-11Version 3.2.99.3, tag LIBREOFFICE_3_2_99_3 (3.3-beta3)LIBREOFFICE_3_2_99_3Petr Mladek0-0/+0
2010-11-10Add workaround to avoid crash when exiting LibreOfficeTor Lillqvist2-1/+10
Reintroduce the horrible CPPU_LEAK_STATIC_DATA hack used in OOo 3.2.1, but only for Windows builds. No idea what causes the crash. See fdo#31494. Don't know if this hack has some bad consequences then, i#107490 seems to say so.
2010-11-10EasyHack: Convert to RTL macro from FromAsciiKevin Hunter1-1/+1
2010-11-09RTL macro converted from createFromAsciiKevin Hunter21-42/+42
2010-11-09Remove some commented out code.Kevin Hunter1-16/+0
2010-11-09Fixed i#81780 for good, even on Macos XCédric Bosdonnat5-11/+40
2010-11-09Fixed i#81780 for good, even on Macos XCédric Bosdonnat5-11/+40
2010-11-08restore issuzilla id for referenceCaolán McNamara1-1/+1
2010-11-08cpp_uno: fix build error introduced by commit 706100d1Miklos Vajna1-1/+1
2010-11-08JFW_PLUGIN_ARCH/server is needed on OpenBSDRobert Nagy1-0/+3
2010-11-08JFW_PLUGIN_ARCH/server is needed on OpenBSDRobert Nagy1-0/+3
2010-11-08Remove bogus WITH_CORE debug code which core dumps for sureSebastian Spaeth2-1967/+9
There was #ifdef'd test code depending on WITH_CORE being defined (which is never set in our build system). It is described as test code that will core dump. So let's remove this and write proper cppunit tests instead. All this concerns two files in 'qa' and not "real source code". Also remove some commented out code while going through that file.
2010-11-08strip trailing whitespaceCaolán McNamara4-5/+5
2010-11-08Fix some typos in documentationAurimas Fišeras22-49/+49
2010-11-08add OPENBSD ld commandRobert Nagy1-0/+2
2010-11-08Use linux bridge code on all BSDs.Robert Nagy34-7728/+26
Share the linux bridge code with all the BSDs to avoid code duplication and the hassle of syncing. Discussed with Caolan McNamara
2010-11-08use getpagesize() on OpenBSDRobert Nagy1-1/+1
2010-11-08include sys/wait.h on openbsdRobert Nagy1-1/+2
2010-11-08Patches for ure, neeed by OpenBSDRobert Nagy22-41/+145
Adds the necessary distinctions in the system abstraction layers.
2010-11-06add OPENBSD ld commandRobert Nagy1-0/+2
2010-11-05Fixed a build break.Kohei Yoshida1-1/+1