summaryrefslogtreecommitdiffstats
path: root/autodoc
Commit message (Collapse)AuthorAgeFilesLines
* Added and improved READMEs for modules in sdk and testingJosh Heidenreich2012-02-091-0/+3
|
* callcatcher: update listCaolán McNamara2012-01-252-128/+1
|
* refresh unused code listCaolán McNamara2012-01-255-256/+0
|
* callcatcher: update list, remove newly unused methodsCaolán McNamara2012-01-2423-1387/+0
|
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-2118-58/+60
| | | | | | | | | 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.
* Remove obsolete autodoc C++ functionality.Stephan Bergmann2012-01-19265-40996/+14
|
* Remove clutter.Stephan Bergmann2012-01-191-45/+0
|
* gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO'Matúš Kukan2011-12-162-236/+236
|
* German translationsNoel Grandin2011-12-121-2/+2
| | | | By Mike Whiteley/Noel Grandin, some smaller changes by myself; changes to binfilter removed from patch
* childs -> childrenMichael T. Whiteley2011-12-081-1/+1
|
* typo fix: explicitely -> explicitlyLior Kaplan2011-12-011-1/+1
|
* remove PCH support in dmake-moduleNorbert Thiebaud2011-11-271-14/+0
|
* Some trivial fixes for MinGW with -std=c++0x enabled; not finished.Jan Holesovsky2011-11-231-1/+1
|
* Delete some unused .hxx files from autodocJoseph Powers2011-10-3111-974/+0
|
* Match the correct function template specializationKristian Rietveld2011-10-244-10/+10
| | | | | Fully specify the E_TokenId type instead of relying on the EV_TokenId typedef.
* Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on ↵Stephan Bergmann2011-10-181-4/+2
| | | | Linux x86_64).
* Simplify logic to use std::vector's .empty()Kevin Hunter2011-10-102-13/+1
| | | | | | 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.
* Revert "Simplify logic to use std::vector's .empty()"Jan Holesovsky2011-10-062-1/+13
| | | | | | This reverts commit a6a51b6a69bd14c6ad67a8e6629cf405034dd701. The commit broke the build, sorry for the push.
* Simplify logic to use std::vector's .empty()Kevin Hunter2011-10-062-13/+1
| | | | | | 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.
* WaE: unreachable codeTor Lillqvist2011-10-031-1/+1
|
* cppcheck: unread Var deleted in autodoc, cx_c_pp.cxxPierre-André Jacquod2011-09-261-3/+1
|
* cppcheck: deleted unread Var in autodoc, hdimpl.cxxPierre-André Jacquod2011-09-261-6/+5
|
* Revert "Trying to chop out the uwinapi library"Fridrich Štrba2011-09-161-0/+1
| | | | This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
* Trying to chop out the uwinapi libraryFridrich Štrba2011-09-161-1/+0
|
* licence footer for API docsAndras Timar2011-09-071-5/+7
|
* translated German commentAndras Timar2011-09-071-3/+3
|
* [cppchecker] suppress unread Variable warningsPierre-André Jacquod2011-09-061-12/+3
|
* [cppchecker] superfluous variable deletedPierre-André Jacquod2011-09-061-3/+1
|
* update copyright text for api docsAndras Timar2011-09-031-3/+5
|
* Don't allow the "LO" abbreviationTor Lillqvist2011-08-311-1/+0
|
* allow LibreOffice reference in IDL @since tagLaurent Godard2011-08-311-1/+3
|
* catch ignored exceptions by const referenceTakeshi Abe2011-08-241-1/+1
|
* Translated German comments and removed the redundant ones in the directories ↵Allmann-Rahn2011-08-2311-63/+61
| | | | accessibility to (incl.) basebmp.
* Rename List -> NodeListJoseph Powers2011-08-212-102/+95
| | | | | | | | 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.
* Use a MSVC-specific option only when $(COM)==MSCTor Lillqvist2011-06-181-1/+1
|
* remove unused ifdef branchCaolán McNamara2011-06-171-5/+0
|
* WaE: simple-minded windows compiler warningCaolán McNamara2011-06-141-3/+2
|
* Remove assert that caused a build error.Nigel Hawkins2011-06-071-2/+0
| | | | | Actual error was: comparison is always true due to limited range of data type
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-2/+2
|
* Just 1 simple fix cppcheck warningJulien Nabet2011-05-171-1/+1
|
* Some cppcheck cleaningJulien Nabet2011-05-084-4/+4
|
* Merge commit 'ooo/DEV300_m103'Jan Holesovsky2011-03-232-21/+114
|\ | | | | | | | | | | | | | | | | | | | | | | 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
| * jsc340: i115337: correct since tagsJuergen Schmidt2011-01-061-2/+2
| |
| * #115368# Force since tag format.Nikolai Pretzell2010-11-172-21/+114
| |
* | dragonfly stuffFrancois Tigeot2011-02-151-1/+2
| |
* | Trying to remove the stlport mention from the codeFridrich Štrba2011-02-091-2/+2
| |
* | Remove dead codeThomas Arnhold2011-02-077-75/+0
| |
* | slist -> listFridrich Strba2011-02-041-4/+4
| |
* | WaE: gcc 4.6.0 various warningsCaolán McNamara2011-01-251-0/+1
| |
* | WaE: uninitialized constDavid Tardon2011-01-251-13/+1
| |