Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-26 | cppcheck: use prefix variantfeature/bootstrap-build | Caolán McNamara | 1 | -1/+1 | |
2010-11-26 | fix compilation issues | Michael Meeks | 1 | -5/+7 | |
2010-11-26 | unused variables in ./sal/osl/unx/util.c | Julien Nabet | 1 | -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-25 | Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/ure | Jan Holesovsky | 6 | -13/+13 | |
2010-11-25 | Merge remote branch 'origin/libreoffice-3-3' | Jan Holesovsky | 4 | -7/+7 | |
2010-11-25 | Merge commit 'ooo/OOO330_m16' into libreoffice-3-3 | Jan Holesovsky | 0 | -0/+0 | |
2010-11-25 | cppcheck: methods can be const | Caolán McNamara | 2 | -4/+4 | |
2010-11-25 | cppcheck: methods can be const | Caolán McNamara | 1 | -1/+1 | |
2010-11-25 | remove empty method | Caolán McNamara | 1 | -1/+1 | |
2010-11-25 | remove empty method | Caolán McNamara | 1 | -2/+2 | |
2010-11-25 | cppcheck: methods can be const | Caolán McNamara | 1 | -5/+5 | |
2010-11-25 | OSL_THIS_FUNC: use logic from boot/current_function.hpp | Miklos Vajna | 1 | -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-25 | cppcheck: methods can be const | Caolán McNamara | 1 | -3/+3 | |
2010-11-24 | cppcheck: Empty string test can be simplified | Caolán McNamara | 1 | -3/+1 | |
2010-11-24 | fix invalid XML | David Tardon | 1 | -1/+1 | |
2010-11-24 | cppcheck: The scope of these variables can be reduced | Caolán McNamara | 1 | -5/+7 | |
2010-11-23 | Expression in OSL_PRECOND was inverted | Tor Lillqvist | 1 | -1/+1 | |
2010-11-23 | make more of the workbens build, and add performance test | Caolán McNamara | 9 | -356/+404 | |
2010-11-22 | Fix .gitignore for mac | Joseph Powers | 1 | -0/+2 | |
2010-11-21 | sb136: #i114155# partially revert fix for i108776 to avoid ABI ↵ | sb | 3 | -6/+6 | |
incompatibility of jvmaccess library | |||||
2010-11-20 | use spec. tags for true, false and null | David Tardon | 1 | -13/+13 | |
2010-11-20 | fix some typos | David Tardon | 1 | -7/+7 | |
2010-11-20 | EasyHack: RTL_CONST macro from createFromAscii | Kevin Hunter | 7 | -45/+28 | |
They're only in the tests, but it compiles, and the createFromAscii messed with my grep-age! | |||||
2010-11-18 | CWS-TOOLING: integrate CWS sb136ooo/OOO330_m19ooo/OOO330_m18ooo/OOO330_m17ooo/OOO330_m16 | obo | 3 | -6/+6 | |
2010-11-17 | sb136: #i114155# partially revert fix for i108776 to avoid ABI ↵ | sb | 3 | -6/+6 | |
incompatibility of jvmaccess library | |||||
2010-11-16 | Merge remote branch 'origin/libreoffice-3-3' | Jan Holesovsky | 0 | -0/+0 | |
Conflicts: cppu/util/target.pmk | |||||
2010-11-13 | Make the workaround for the crash at exit effective in a non-debug build | Tor Lillqvist | 1 | -3/+6 | |
I hadn't noticed that cppu/util/target.pmk was surrounded by .IF "$(debug)" == "". | |||||
2010-11-12 | Revert "Add workaround to avoid crash when exiting LibreOffice" | Jan Holesovsky | 2 | -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-12 | Merge remote branch 'origin/libreoffice-3-3' | Jan Holesovsky | 2 | -1/+10 | |
2010-11-11 | Version 3.2.99.3, tag LIBREOFFICE_3_2_99_3 (3.3-beta3)LIBREOFFICE_3_2_99_3 | Petr Mladek | 0 | -0/+0 | |
2010-11-10 | Add workaround to avoid crash when exiting LibreOffice | Tor Lillqvist | 2 | -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-10 | EasyHack: Convert to RTL macro from FromAscii | Kevin Hunter | 1 | -1/+1 | |
2010-11-09 | RTL macro converted from createFromAscii | Kevin Hunter | 21 | -42/+42 | |
2010-11-09 | Remove some commented out code. | Kevin Hunter | 1 | -16/+0 | |
2010-11-09 | Fixed i#81780 for good, even on Macos X | Cédric Bosdonnat | 5 | -11/+40 | |
2010-11-09 | Fixed i#81780 for good, even on Macos X | Cédric Bosdonnat | 5 | -11/+40 | |
2010-11-08 | restore issuzilla id for reference | Caolán McNamara | 1 | -1/+1 | |
2010-11-08 | cpp_uno: fix build error introduced by commit 706100d1 | Miklos Vajna | 1 | -1/+1 | |
2010-11-08 | JFW_PLUGIN_ARCH/server is needed on OpenBSD | Robert Nagy | 1 | -0/+3 | |
2010-11-08 | JFW_PLUGIN_ARCH/server is needed on OpenBSD | Robert Nagy | 1 | -0/+3 | |
2010-11-08 | Remove bogus WITH_CORE debug code which core dumps for sure | Sebastian Spaeth | 2 | -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-08 | strip trailing whitespace | Caolán McNamara | 4 | -5/+5 | |
2010-11-08 | Fix some typos in documentation | Aurimas Fišeras | 22 | -49/+49 | |
2010-11-08 | add OPENBSD ld command | Robert Nagy | 1 | -0/+2 | |
2010-11-08 | Use linux bridge code on all BSDs. | Robert Nagy | 34 | -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-08 | use getpagesize() on OpenBSD | Robert Nagy | 1 | -1/+1 | |
2010-11-08 | include sys/wait.h on openbsd | Robert Nagy | 1 | -1/+2 | |
2010-11-08 | Patches for ure, neeed by OpenBSD | Robert Nagy | 22 | -41/+145 | |
Adds the necessary distinctions in the system abstraction layers. | |||||
2010-11-06 | add OPENBSD ld command | Robert Nagy | 1 | -0/+2 | |
2010-11-05 | Fixed a build break. | Kohei Yoshida | 1 | -1/+1 | |