Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-04 | remove unused and commented out code | Thomas Arnhold | 2 | -8/+0 | |
This code gets never called. Change-Id: I59228cba1444b7b09f74eb5cf8da9b755c7c32f7 | |||||
2013-02-28 | remove all d.lst | Michael Stahl | 1 | -0/+0 | |
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885 | |||||
2013-02-27 | sal: new ZipPackage_sal_odk_headers for public ODK headers | Michael Stahl | 1 | -1/+1 | |
Change-Id: I76cb00121d7b4c21137be70ab7a5bd5389037302 | |||||
2013-01-27 | Fix ret value never used | Julien Nabet | 1 | -5/+3 | |
Change-Id: Ia1c1bf8d1eba3195f5eae2148d4c8c1ce2489140 | |||||
2013-01-26 | gbuild: fix silly "expandtabs" in makefile VIM modelines | Michael Stahl | 1 | -1/+1 | |
Change-Id: I54d8923ad315e8041fd3904da3a29f1a7a8c8b16 | |||||
2012-11-25 | German comment translations | Markus Maier | 1 | -1/+1 | |
Change-Id: I0d169b7cd0f47b6986063d0cc0b6697b1d575e6a | |||||
2012-10-31 | add missing deps on sal headers | David Tardon | 1 | -0/+2 | |
Change-Id: I815ef8abaf4cd998e7b91fbadad56ddf0a7087ba | |||||
2012-08-14 | these are needed only for odk | Matúš Kukan | 1 | -0/+4 | |
Change-Id: I6d9ccf819f7f887fa17a2de72f39a456a56ace24 | |||||
2012-08-07 | Remove non-existing forward declarations | Thomas Arnhold | 1 | -3/+0 | |
Those classes don't exist. So remove friend class operators too. Change-Id: I8e3b32db933dea7cbab86015f0c926df967511f6 | |||||
2012-08-03 | WaE: enumeral and non-enumeral type in conditional expression | David Tardon | 1 | -5/+2 | |
Change-Id: I6352836e28c8cb04ba3de40bfcb0095096ee1dd5 | |||||
2012-08-02 | make sure headers are in place when the libs are used | David Tardon | 1 | -3/+2 | |
Change-Id: I18c21d46153ef6be728dc3d8335e9c06cc7f3ad3 | |||||
2012-08-02 | gbuildize cosv | Caolán McNamara | 15 | -389/+94 | |
Change-Id: I73eb612edaba21aa5bb07577b42bd31f8de2dd2a | |||||
2012-07-10 | Remove unused code | Thomas Arnhold | 3 | -301/+0 | |
Change-Id: I00c8f078b50d913c02407653ce23415d31975f2f | |||||
2012-07-02 | Remove unused defines | Thomas Arnhold | 1 | -3/+0 | |
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce | |||||
2012-06-27 | Remove unused header files | Thomas Arnhold | 1 | -174/+0 | |
These were only referenced by Package_inc.mk... Change-Id: Idc771477595b9d221f9f2003b293fdd1ba7e1588 | |||||
2012-06-27 | Remove unused include files | Thomas Arnhold | 1 | -301/+0 | |
Those never get included at any point in the code. Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988 | |||||
2012-06-13 | re-base on ALv2 code. | Michael Meeks | 53 | -1232/+757 | |
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-03-22 | WaE: ignoring return value of 'fwrite' | Caolán McNamara | 1 | -3/+2 | |
2012-03-18 | removed duplicate #includes in cosv | Takeshi Abe | 7 | -21/+0 | |
2012-02-09 | Added and improved READMEs for modules in sdk and testing | Josh Heidenreich | 1 | -0/+3 | |
2012-02-01 | A few safe replacements of pathes->paths | Jesús Corrius | 1 | -1/+1 | |
2012-01-24 | callcatcher: update list, remove newly unused methods | Caolán McNamara | 4 | -68/+0 | |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann | 4 | -8/+12 | |
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. | |||||
2011-12-01 | typo fix: explicitely -> explicitly | Lior Kaplan | 1 | -1/+1 | |
2011-11-27 | remove pch from the include list | Norbert Thiebaud | 17 | -17/+136 | |
2011-11-27 | remove PCH support in dmake-module | Norbert Thiebaud | 1 | -12/+0 | |
2011-10-18 | Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on ↵ | Stephan Bergmann | 1 | -1/+1 | |
Linux x86_64). | |||||
2011-09-12 | Add pleas for help to explain a mysterious piece of code | Tor Lillqvist | 1 | -0/+5 | |
2011-09-06 | [cppchecker] deletion of supperfluous variable | Pierre-André Jacquod | 1 | -2/+1 | |
2011-08-23 | Remove useless comments from build.lst. | Jan Holesovsky | 1 | -3/+0 | |
2011-08-11 | fix compile errors from trunck gcc | Tom Tromey | 1 | -1/+1 | |
2011-06-29 | ditch unused compare | Caolán McNamara | 1 | -19/+0 | |
2011-06-27 | ditch unused code | Caolán McNamara | 3 | -44/+0 | |
2011-06-27 | remove unused datetime | Caolán McNamara | 3 | -139/+0 | |
2011-06-22 | more unused methods | Caolán McNamara | 9 | -551/+0 | |
2011-06-21 | various unused junk | Caolán McNamara | 12 | -455/+1 | |
2011-06-20 | remove unused PopFront | Caolán McNamara | 2 | -11/+0 | |
2011-06-20 | remove unused PushFront | Caolán McNamara | 2 | -17/+0 | |
2011-06-20 | FileExtension unused | Caolán McNamara | 2 | -13/+0 | |
2011-06-20 | remove unused strip_ methods | Caolán McNamara | 2 | -24/+0 | |
2011-06-20 | remove unused token_count | Caolán McNamara | 2 | -9/+0 | |
2011-06-20 | remove the unused replace_all variant | Caolán McNamara | 2 | -25/+0 | |
2011-06-20 | remove unused StreamStr::to_lower | Caolán McNamara | 2 | -34/+0 | |
2011-06-17 | throw out some unused code | Caolán McNamara | 2 | -9/+0 | |
2011-06-17 | ditch unused mbstream | Caolán McNamara | 3 | -217/+0 | |
2011-06-17 | throw out some unused methods | Caolán McNamara | 2 | -139/+0 | |
2011-06-03 | Drop %_EXT% which was always empty | Tor Lillqvist | 1 | -7/+7 | |
2011-05-18 | Check what compiler is used, not run-time platform | Tor Lillqvist | 1 | -3/+2 | |
2011-02-09 | Trying to remove the stlport mention from the code | Fridrich Štrba | 1 | -8/+0 | |