Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-26 | Remove useless comment. | jailletc36 | 1 | -2/+2 | |
Change-Id: Ica37d08671700adea3b0d48c1d72b6d26f56dcfb Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr> Reviewed-on: https://gerrit.libreoffice.org/1169 Reviewed-by: Tomáš Chvátal <tchvatal@suse.cz> Tested-by: Tomáš Chvátal <tchvatal@suse.cz> | |||||
2012-08-31 | -Werror,-Wunused-private-field (Clang towards 3.2) | Stephan Bergmann | 27 | -128/+70 | |
Change-Id: If07500e1b7dc0ac127450fbb61e3d569ac3727eb | |||||
2012-08-14 | these are needed only for odk | Matúš Kukan | 1 | -1/+1 | |
Change-Id: I6d9ccf819f7f887fa17a2de72f39a456a56ace24 | |||||
2012-08-07 | Remove commented out code | Thomas Arnhold | 2 | -14/+0 | |
Change-Id: Id73d1d75063e19dfa05fa7b5b8b69ca8f99f0998 | |||||
2012-08-03 | Build autodoc only for desktop OSes | Tor Lillqvist | 1 | -0/+4 | |
Change-Id: I43ae61bd090139e53218608816253c15542b1ceb | |||||
2012-08-02 | gbuildify autodoc | Caolán McNamara | 6 | -18/+196 | |
Change-Id: I587be109e33b91ba08eb5d2b51c265e39ce797e0 | |||||
2012-08-01 | Remove unused code: those classes are unused | Thomas Arnhold | 2 | -75/+0 | |
Change-Id: Ibf41655d40c9534629bbb0dd5ae600791b42922d | |||||
2012-07-11 | re-base on ALv2 code. Includes: | Michael Meeks | 98 | -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 | |||||
2012-07-02 | removed unnecessary forward declarations of class | Takeshi Abe | 28 | -98/+20 | |
this also moved necessary ones to right headers Change-Id: Idda93aeaa1fdfeda602b14e3b233ffd1cf27c0cf | |||||
2012-06-27 | Remove unused include files | Thomas Arnhold | 3 | -398/+0 | |
Those never get included at any point in the code. Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988 | |||||
2012-06-19 | re-base on ALv2 code. | Michael Meeks | 279 | -6527/+4016 | |
2012-06-06 | removed dead code | Takeshi Abe | 1 | -7/+0 | |
Change-Id: I02e535f0a0e55446e5a29297c2d05b1503805e71 | |||||
2012-06-01 | nuke unused namespace | Takeshi Abe | 1 | -13/+0 | |
Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976 | |||||
2012-05-24 | removed unused const char[] | Takeshi Abe | 1 | -12/+0 | |
Change-Id: Ia5f26c13e7bae42685230769fa86b52703eb2f7e | |||||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | 1 | -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 | |||||
2012-04-14 | replace APP?RPATH SDK by SDKBIN in old build system | David Tardon | 1 | -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. | |||||
2012-03-13 | change Privacy and Legal URLs in API doc | Andras Timar | 1 | -1/+1 | |
2012-02-19 | Get rid of size() == 0 | Elton Chung | 5 | -5/+5 | |
2012-02-09 | Added and improved READMEs for modules in sdk and testing | Josh Heidenreich | 1 | -0/+3 | |
2012-01-25 | callcatcher: update list | Caolán McNamara | 2 | -128/+1 | |
2012-01-25 | refresh unused code list | Caolán McNamara | 5 | -256/+0 | |
2012-01-24 | callcatcher: update list, remove newly unused methods | Caolán McNamara | 23 | -1387/+0 | |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann | 18 | -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. | |||||
2012-01-19 | Remove obsolete autodoc C++ functionality. | Stephan Bergmann | 265 | -40996/+14 | |
2012-01-19 | Remove clutter. | Stephan Bergmann | 1 | -45/+0 | |
2011-12-16 | gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO' | Matúš Kukan | 2 | -236/+236 | |
2011-12-12 | German translations | Noel Grandin | 1 | -2/+2 | |
By Mike Whiteley/Noel Grandin, some smaller changes by myself; changes to binfilter removed from patch | |||||
2011-12-08 | childs -> children | Michael T. Whiteley | 1 | -1/+1 | |
2011-12-01 | typo fix: explicitely -> explicitly | Lior Kaplan | 1 | -1/+1 | |
2011-11-27 | remove PCH support in dmake-module | Norbert Thiebaud | 1 | -14/+0 | |
2011-11-23 | Some trivial fixes for MinGW with -std=c++0x enabled; not finished. | Jan Holesovsky | 1 | -1/+1 | |
2011-10-31 | Delete some unused .hxx files from autodoc | Joseph Powers | 11 | -974/+0 | |
2011-10-24 | Match the correct function template specialization | Kristian Rietveld | 4 | -10/+10 | |
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 | 1 | -4/+2 | |
Linux x86_64). | |||||
2011-10-10 | Simplify logic to use std::vector's .empty() | Kevin Hunter | 2 | -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. | |||||
2011-10-06 | Revert "Simplify logic to use std::vector's .empty()" | Jan Holesovsky | 2 | -1/+13 | |
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 | 2 | -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. | |||||
2011-10-03 | WaE: unreachable code | Tor Lillqvist | 1 | -1/+1 | |
2011-09-26 | cppcheck: unread Var deleted in autodoc, cx_c_pp.cxx | Pierre-André Jacquod | 1 | -3/+1 | |
2011-09-26 | cppcheck: deleted unread Var in autodoc, hdimpl.cxx | Pierre-André Jacquod | 1 | -6/+5 | |
2011-09-16 | Revert "Trying to chop out the uwinapi library" | Fridrich Štrba | 1 | -0/+1 | |
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51. | |||||
2011-09-16 | Trying to chop out the uwinapi library | Fridrich Štrba | 1 | -1/+0 | |
2011-09-07 | licence footer for API docs | Andras Timar | 1 | -5/+7 | |
2011-09-07 | translated German comment | Andras Timar | 1 | -3/+3 | |
2011-09-06 | [cppchecker] suppress unread Variable warnings | Pierre-André Jacquod | 1 | -12/+3 | |
2011-09-06 | [cppchecker] superfluous variable deleted | Pierre-André Jacquod | 1 | -3/+1 | |
2011-09-03 | update copyright text for api docs | Andras Timar | 1 | -3/+5 | |
2011-08-31 | Don't allow the "LO" abbreviation | Tor Lillqvist | 1 | -1/+0 | |
2011-08-31 | allow LibreOffice reference in IDL @since tag | Laurent Godard | 1 | -1/+3 | |
2011-08-24 | catch ignored exceptions by const reference | Takeshi Abe | 1 | -1/+1 | |