Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-06 | Added READMEs for modules related to URE, with content from the wiki | Josh Heidenreich | |
2012-01-23 | Fix for fdo43460 Part XLIV getLength() to isEmpty() | Olivier Hallot | |
Part XLIV many modules(inc's) | |||
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 | kill some doxygen warnings | Norbert Thiebaud | |
2012-01-17 | registry: print error messages on stderr | Michael Stahl | |
2012-01-05 | Switch from autodoc to doxygen for SDK C++ documentation. | Stephan Bergmann | |
* New build prerequisite doxygen (controllable via --with-doxygen). * Adapted various headers to slightly different doxygen documentation syntax, but much clean up still remains to be done (i.e., warnings emitted by doxygen fixed). | |||
2012-01-02 | Fix for fdo43460 Part XXVII getLength() to isEmpty() | Olivier Hallot | |
Please find attached a partial fix for Easy Hack FDO43460 Part XXVII Modules padmin, pyuno, rdbmaker, regexp, registry, rsc, sal | |||
2011-12-15 | Additional fix for EasyHack FDO43058, remove extra semicolons | Gustavo Buzzatti Pacheco | |
2011-12-01 | Remove uses of charAt | August Sodora | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove include of pch header from registry | Norbert Thiebaud | |
2011-11-27 | remove PCH support in dmake-module | Norbert Thiebaud | |
2011-11-23 | Some trivial fixes for MinGW with -std=c++0x enabled; not finished. | Jan Holesovsky | |
2011-11-21 | regcompare: fix error reporting: | Michael Stahl | |
Function checkField() is called from 2 different contexts, one of which must not report errors, but the other should. | |||
2011-10-07 | cppcheck reduce scope of var in registry/...regimpl.cxx | Pierre-André Jacquod | |
2011-09-30 | add mode-lines to .m files and last round of merged files, etc. | Caolán McNamara | |
2011-09-27 | Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). | Stephan Bergmann | |
2011-09-23 | tidy indent | Caolán McNamara | |
2011-09-22 | just silence the auto_ptr deprecations in isolation | Caolán McNamara | |
2011-06-17 | Use the i prefix for the import library only with MSC | Tor Lillqvist | |
2011-06-13 | Be less picky with library name, match also libreg.a | Tor Lillqvist | |
2011-06-03 | Drop %_EXT% which was always empty | Tor Lillqvist | |
2011-05-26 | Would be pointless to build tool executables for iOS | Tor Lillqvist | |
2011-04-18 | Fix a typo. | Francois Tigeot | |
2011-04-18 | Remove OS/2 support. | Francois Tigeot | |
2011-04-04 | WaE: rework to avoid warnings | Caolán McNamara | |
2011-03-30 | warning-return-values-registry.diff: avoid warning (i#58979) | Petr Mladek | |
the code was correct; it was wrongly detected by some gcc versions; the warning was considered as an error in openSUSE build service; the change does not cause any harm; | |||
2011-03-25 | WaE: consts the wrong way around | Caolán McNamara | |
2011-03-23 | Merge commit 'ooo/DEV300_m103' | Jan Holesovsky | |
Conflicts: codemaker/source/bonobowrappermaker/corbaoptions.cxx codemaker/source/cppumaker/cppuoptions.cxx codemaker/source/cunomaker/cunooptions.cxx codemaker/source/idlmaker/idloptions.cxx codemaker/source/javamaker/javaoptions.cxx cppu/source/typelib/typelib.cxx idlc/source/options.cxx offapi/com/sun/star/util/PathSubstitution.idl offapi/drafts/com/sun/star/form/ListEntryEvent.idl offapi/drafts/com/sun/star/form/XBindableValue.idl offapi/drafts/com/sun/star/form/XListEntryListener.idl offapi/drafts/com/sun/star/form/XListEntrySink.idl offapi/drafts/com/sun/star/form/XListEntrySource.idl offapi/drafts/com/sun/star/form/XValueBinding.idl registry/tools/checksingleton.cxx registry/tools/options.hxx registry/tools/regcompare.cxx registry/tools/regmerge.cxx sal/cppunittester/cppunittester.cxx sal/osl/unx/socket.c sal/osl/w32/diagnose.c sal/prj/d.lst sal/rtl/source/alloc_fini.cxx sal/rtl/source/alloc_global.c sal/rtl/source/makefile.mk | |||
2011-03-07 | CWS-TOOLING: integrate CWS jsc340 | Ivo Hinkelmann | |
Notes: split repo tag: ure_ooo/DEV300_m102 | |||
2011-03-02 | Remove "using namespace ::rtl" | Julien Nabet | |
2011-02-24 | jsc340: i114847: fix name | Juergen Schmidt | |
2011-02-18 | #i115784# registry: Fix unreachable "return <result>; break;" statements. | Matthias Huetsch [mhu] | |
2011-02-16 | Remove SCO support | Thomas Arnhold | |
2011-02-04 | #i115784# registry/tools: fix unreachable break statement after return. | Matthias Huetsch [mhu] | |
2011-02-03 | some std::hash_map/set -> boost::unordered_map/set changes | Fridrich Strba | |
2011-02-03 | #i115784# registry/tools: fix initOptions_Impl() commandline argument ↵ | Matthias Huetsch [mhu] | |
processing. | |||
2011-02-03 | Build module registry with MSVC stl | Fridrich Strba | |
2011-02-01 | Clean up makefiles | Thomas Arnhold | |
2011-01-03 | new helper tool | Juergen Schmidt | |
2010-12-10 | RTL_CONSTASCII_USTRINGPARAM in ure 1 | Gert Faller | |
2010-12-06 | Replace all occured, occurance etc. | Takeshi Abe | |
2010-11-30 | #i115784# registry: fixed std::vector<> usage. | Matthias Huetsch [mhu] | |
2010-11-25 | #i115784# registry: fix memory errors uncovered by valgrind and other tools. | Matthias Huetsch [mhu] | |
2010-11-25 | remove empty method | Caolán McNamara | |
2010-11-15 | jsc340: i114887: remove old not used draft types | Juergen Schmidt | |
2010-10-27 | add modelines to .h and .c files as well | Caolán McNamara | |
2010-10-14 | Add vim/emacs modelines to all source files | Sebastian Spaeth | |
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> | |||
2010-10-05 | remove include guards using fixguard.py | Petr Mladek | |
2010-10-01 | jsc340: i14847: clean up cmdline help fo devtools | Juergen Schmidt | |