summaryrefslogtreecommitdiffstats
path: root/autodoc
Commit message (Collapse)AuthorAgeFilesLines
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-3127-128/+70
| | | | Change-Id: If07500e1b7dc0ac127450fbb61e3d569ac3727eb
* these are needed only for odkMatúš Kukan2012-08-141-1/+1
| | | | Change-Id: I6d9ccf819f7f887fa17a2de72f39a456a56ace24
* Remove commented out codeThomas Arnhold2012-08-072-14/+0
| | | | Change-Id: Id73d1d75063e19dfa05fa7b5b8b69ca8f99f0998
* Build autodoc only for desktop OSesTor Lillqvist2012-08-031-0/+4
| | | | Change-Id: I43ae61bd090139e53218608816253c15542b1ceb
* gbuildify autodocCaolán McNamara2012-08-026-18/+196
| | | | Change-Id: I587be109e33b91ba08eb5d2b51c265e39ce797e0
* Remove unused code: those classes are unusedThomas Arnhold2012-08-012-75/+0
| | | | Change-Id: Ibf41655d40c9534629bbb0dd5ae600791b42922d
* re-base on ALv2 code. Includes:Michael Meeks2012-07-1198-2233/+1395
| | | | | | | | | | | | | Avoid some uses of non portable #!/bin/bash in shell scripts. Patch contributed by Pedro Giffuni http://svn.apache.org/viewvc?view=revision&revision=1235297 remove redundant namespace, patch contributed Mathias Bauer http://svn.apache.org/viewvc?view=revision&revision=1162610 removal of OS/2 port changes, and preferring our similiar tools/inc/tools/solar.h DLLPOSTFIX cleanup. i118595 - Removal of the use of getopt() from rscdep. Patch contributed by Andre Fische http://svn.apache.org/viewvc?view=revision&revision=1202270
* 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.