Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-08 | Added READMEs for modules which used to be in libs-core | Josh Heidenreich | |
2012-01-27 | Decrease verbiage a little bit | Tor Lillqvist | |
2012-01-23 | make shell ByteString free | Caolán McNamara | |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann | |
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers. | |||
2012-01-20 | Fix spelling typo | Jesús Corrius | |
2012-01-11 | Fix for fdo43460 Part XXXIV getLength() to isEmpty() | Olivier Hallot | |
Part XXXIV Modules shell, slideshow, sot, starmath | |||
2011-12-26 | catch exception by constant reference | Takeshi Abe | |
2011-11-29 | tkr41: #117828# office crash fixed . (null pointer) + add unit test | mst | |
* found as LGPLv3-only fix at svn rev 1172105 (http://svn.apache.org/viewvc?view=revision&revision=1172105) | |||
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove include of pch header from shell | Norbert Thiebaud | |
2011-11-27 | remove PCH support in dmake-module | Norbert Thiebaud | |
2011-11-27 | s/infomation/information/ | Korrawit Pruegsanusak | |
2011-11-26 | Bypass more stuff on non-desktop OSes and enforce "lib" prefix for Android | Tor Lillqvist | |
2011-11-24 | upstream open-url-support-iceanimals.diff from libreoffice/build | Bjoern Michaelsen | |
2011-11-23 | remove various EraseLeadingAndTrailingChars | Caolán McNamara | |
2011-11-15 | fdo#42865: shell: no mapfile | Michael Stahl | |
In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE symbol in librecentfile.so, build it with hidden visibility. | |||
2011-10-24 | Undo basis/brand split: removed RPATH BRAND (same as OOO now). | Stephan Bergmann | |
2011-10-07 | cppcheck reduce scope of var in shell/...gconfaccess.cxx | Pierre-André Jacquod | |
2011-10-06 | Undo basis/brand split: move some auxiliary executables from basis to brand. | Stephan Bergmann | |
2011-10-05 | Removed dead code. | Stephan Bergmann | |
2011-09-27 | Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). | Stephan Bergmann | |
2011-09-26 | cppcheck: unused variables | Korrawit Pruegsanusak | |
2011-09-23 | Undo basis/brand split: move dynamic libraries from basis to brand. | Stephan Bergmann | |
2011-09-17 | Better management of exception | Julien Nabet | |
2011-09-16 | Revert "Trying to chop out the uwinapi library" | Fridrich Štrba | |
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51. | |||
2011-09-16 | Trying to chop out the uwinapi library | Fridrich Štrba | |
2011-08-31 | Work around compilation errors with mingw-w64 and --enable-debug | Tor Lillqvist | |
2011-08-22 | Make a dbgutil build of the Explorer extension succeed | Tor Lillqvist | |
Take notice of USE_DEBUG_RUNTIME also in set_wntx64.mk. Don't unset USE_DEBUG_RUNTIME and don't hardcode the non-debugging msvcprt.lib when building the Explorer extension. Undefine OSL_DEBUG_LEVEL in its source files that would otherwise drag in the diagnosing functions from sal. We don't link the Explorer extension with sal. As such it might not make much sense to actually *use* a shell extension built with assertions in the C++ library, against the debugging C/C++ runtime. You don't want assertions to fire in Explorer, do you? On the other hand, one could be debugging an Explorer extension remotely. Maybe even locally, I don't know if some lower levels of Windows get upset if Explorer is unresponsive due to being debugged, or something. But anyway, the main point for now is to make an --enable-dbgutil build succeed. Alternatively we could also make sure USE_DEBUG_RUNTIME is unset in *all* makefiles in shell. | |||
2011-08-22 | chmod -x | Tor Lillqvist | |
2011-08-22 | No need to mention msvcprt.lib here, wntmsc.mk does that | Tor Lillqvist | |
Besides, hardcoding msvcprt.lib breaks a dbgutil build where we use msvcprtd.lib. | |||
2011-08-22 | Move Win32-only code under source/win32 for clarity | Tor Lillqvist | |
2011-08-22 | Drop OS/2 lines | Tor Lillqvist | |
2011-08-08 | Cleanup/remove CommandLine-related methods in lngconvex. | Jan Holesovsky | |
2011-07-23 | No need for lngconvex for non-desktop OSes | Tor Lillqvist | |
2011-07-22 | Kill dtwm/cde | Thomas Arnhold | |
2011-07-12 | Remove component_getImplementationEnvironment methods | Matúš Kukan | |
2011-07-05 | Hardcode browser list: remove netscape, add chrome | Francois Tigeot | |
2011-07-04 | Update the hardcoded list of browsers | Francois Tigeot | |
2011-06-27 | Bypass for MinGW for now | Tor Lillqvist | |
2011-06-24 | use sal_uInt16 instead of USHORT on unix | Michael Meeks | |
2011-06-24 | Do build and deliver lngconvex on Unix, too | Tor Lillqvist | |
2011-06-24 | Attempt to make this build with MinGW | Tor Lillqvist | |
2011-06-17 | ause130: #i117218# don't export INCLUDE in a local makefile.mk | Hans-Joachim Lankenau | |
2011-06-17 | ause130: #i117218# change .idl handling to gnu make | Hans-Joachim Lankenau | |
2011-06-16 | Use DESKTOP and NATIVE where appropriate | Tor Lillqvist | |
2011-06-12 | Don't build this for iOS or Android either | Tor Lillqvist | |
2011-06-03 | Drop %_EXT% which was always empty | Tor Lillqvist | |
2011-05-21 | Drop OS2 | Tor Lillqvist | |
2011-05-18 | remove dead code | David Tardon | |
2011-04-28 | Include <osl/diagnose.h> for OSL_ENSURE etc | Tor Lillqvist | |
No idea why this include is suddenly needed. |