Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-14 | replace APP?RPATH SDK by SDKBIN in old build system | David Tardon | |
Commit 0c80ad06fd96a4fec062a7edfff12bb65ef204b4 broke MacOS X builds because of this discrepancy. It would be easy to accept both, but I think it is better to be consistent with gbuild. | |||
2012-03-13 | change Privacy and Legal URLs in API doc | Andras Timar | |
2012-02-19 | Get rid of size() == 0 | Elton Chung | |
2012-01-25 | callcatcher: update list | Caolán McNamara | |
2012-01-25 | refresh unused code list | Caolán McNamara | |
2012-01-24 | callcatcher: update list, remove newly unused methods | 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-19 | Remove obsolete autodoc C++ functionality. | Stephan Bergmann | |
2011-12-16 | gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO' | Matúš Kukan | |
2011-12-12 | German translations | Noel Grandin | |
By Mike Whiteley/Noel Grandin, some smaller changes by myself; changes to binfilter removed from patch | |||
2011-12-01 | typo fix: explicitely -> explicitly | Lior Kaplan | |
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-10-31 | Delete some unused .hxx files from autodoc | Joseph Powers | |
2011-10-24 | Match the correct function template specialization | Kristian Rietveld | |
Fully specify the E_TokenId type instead of relying on the EV_TokenId typedef. | |||
2011-10-18 | Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on ↵ | Stephan Bergmann | |
Linux x86_64). | |||
2011-10-10 | Simplify logic to use std::vector's .empty() | Kevin Hunter | |
No need to muck about with iterators, adding a loop, and 2 function calls to test for empty: it's a std::vector under the hood, so use .empty(), and inline it. | |||
2011-10-06 | Revert "Simplify logic to use std::vector's .empty()" | Jan Holesovsky | |
This reverts commit a6a51b6a69bd14c6ad67a8e6629cf405034dd701. The commit broke the build, sorry for the push. | |||
2011-10-06 | Simplify logic to use std::vector's .empty() | Kevin Hunter | |
No need to muck about with iterators, adding a loop, and 2 function calls to test for empty: it's a std::vector under the hood, so use .empty(), and inline it. | |||
2011-10-03 | WaE: unreachable code | Tor Lillqvist | |
2011-09-26 | cppcheck: unread Var deleted in autodoc, cx_c_pp.cxx | Pierre-André Jacquod | |
2011-09-26 | cppcheck: deleted unread Var in autodoc, hdimpl.cxx | Pierre-André Jacquod | |
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-09-07 | licence footer for API docs | Andras Timar | |
2011-09-07 | translated German comment | Andras Timar | |
2011-09-06 | [cppchecker] suppress unread Variable warnings | Pierre-André Jacquod | |
2011-09-06 | [cppchecker] superfluous variable deleted | Pierre-André Jacquod | |
2011-09-03 | update copyright text for api docs | Andras Timar | |
2011-08-31 | Don't allow the "LO" abbreviation | Tor Lillqvist | |
2011-08-31 | allow LibreOffice reference in IDL @since tag | Laurent Godard | |
2011-08-24 | catch ignored exceptions by const reference | Takeshi Abe | |
2011-08-23 | Translated German comments and removed the redundant ones in the directories ↵ | Allmann-Rahn | |
accessibility to (incl.) basebmp. | |||
2011-08-21 | Rename List -> NodeList | Joseph Powers | |
List was defined as std::vector< Node* >; but calling it List is confusing since you don't know what type of list it is. Also it's just asking for compile issues since we also use std::List, a custom List<>, & a class List. I also removed Node::Children() since it wasn't used. | |||
2011-06-18 | Use a MSVC-specific option only when $(COM)==MSC | Tor Lillqvist | |
2011-06-17 | remove unused ifdef branch | Caolán McNamara | |
2011-06-14 | WaE: simple-minded windows compiler warning | Caolán McNamara | |
2011-06-07 | Remove assert that caused a build error. | Nigel Hawkins | |
Actual error was: comparison is always true due to limited range of data type | |||
2011-05-17 | Just 1 simple fix cppcheck warning | Julien Nabet | |
2011-05-08 | Some cppcheck cleaning | Julien Nabet | |
2011-03-23 | Merge commit 'ooo/DEV300_m103' | Jan Holesovsky | |
Conflicts: odk/examples/DevelopersGuide/Components/CppComponent/service1_impl.cxx odk/examples/DevelopersGuide/Database/DriverSkeleton/SServices.cxx odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/fdcomp.cxx odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXml.cxx odk/examples/cpp/complextoolbarcontrols/exports.cxx odk/examples/cpp/counter/countermain.cxx odk/examples/cpp/remoteclient/remoteclient.cxx odk/settings/settings.mk | |||
2011-02-15 | dragonfly stuff | Francois Tigeot | |
2011-02-09 | Trying to remove the stlport mention from the code | Fridrich Štrba | |
2011-02-07 | Remove dead code | Thomas Arnhold | |
2011-02-04 | slist -> list | Fridrich Strba | |
2011-01-25 | WaE: uninitialized const | David Tardon | |
2011-01-25 | WaE: remove unused variable | David Tardon | |
2011-01-25 | WaE: reference cannot be declared mutable | David Tardon | |
2011-01-24 | WaE: gcc 4.6.0 various warnings | Caolán McNamara | |
2011-01-06 | jsc340: i115337: correct since tags | Juergen Schmidt | |