summaryrefslogtreecommitdiffstats
path: root/autodoc
Commit message (Collapse)AuthorAgeFilesLines
* removed unnecessary forward declarations of classTakeshi Abe2012-07-0228-98/+20
| | | | | | this also moved necessary ones to right headers Change-Id: Idda93aeaa1fdfeda602b14e3b233ffd1cf27c0cf
* Remove unused include filesThomas Arnhold2012-06-273-398/+0
| | | | | | Those never get included at any point in the code. Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988
* re-base on ALv2 code.Michael Meeks2012-06-19279-6527/+4016
|
* removed dead codeTakeshi Abe2012-06-061-7/+0
| | | | Change-Id: I02e535f0a0e55446e5a29297c2d05b1503805e71
* nuke unused namespaceTakeshi Abe2012-06-011-13/+0
| | | | Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976
* removed unused const char[]Takeshi Abe2012-05-241-12/+0
| | | | Change-Id: Ia5f26c13e7bae42685230769fa86b52703eb2f7e
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-0/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* replace APP?RPATH SDK by SDKBIN in old build systemDavid Tardon2012-04-141-1/+1
| | | | | | 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.
* change Privacy and Legal URLs in API docAndras Timar2012-03-131-1/+1
|
* Get rid of size() == 0Elton Chung2012-02-195-5/+5
|
* 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
|