summaryrefslogtreecommitdiffstats
path: root/cosv
Commit message (Collapse)AuthorAgeFilesLines
* these are needed only for odkMatúš Kukan2012-08-141-0/+4
| | | | Change-Id: I6d9ccf819f7f887fa17a2de72f39a456a56ace24
* Remove non-existing forward declarationsThomas Arnhold2012-08-071-3/+0
| | | | | | Those classes don't exist. So remove friend class operators too. Change-Id: I8e3b32db933dea7cbab86015f0c926df967511f6
* WaE: enumeral and non-enumeral type in conditional expressionDavid Tardon2012-08-031-5/+2
| | | | Change-Id: I6352836e28c8cb04ba3de40bfcb0095096ee1dd5
* make sure headers are in place when the libs are usedDavid Tardon2012-08-021-3/+2
| | | | Change-Id: I18c21d46153ef6be728dc3d8335e9c06cc7f3ad3
* gbuildize cosvCaolán McNamara2012-08-0215-389/+94
| | | | Change-Id: I73eb612edaba21aa5bb07577b42bd31f8de2dd2a
* Remove unused codeThomas Arnhold2012-07-103-301/+0
| | | | Change-Id: I00c8f078b50d913c02407653ce23415d31975f2f
* Remove unused definesThomas Arnhold2012-07-021-3/+0
| | | | | | Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
* Remove unused header filesThomas Arnhold2012-06-271-174/+0
| | | | | | These were only referenced by Package_inc.mk... Change-Id: Idc771477595b9d221f9f2003b293fdd1ba7e1588
* Remove unused include filesThomas Arnhold2012-06-271-301/+0
| | | | | | Those never get included at any point in the code. Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988
* re-base on ALv2 code.Michael Meeks2012-06-1353-1232/+757
|
* 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
* WaE: ignoring return value of 'fwrite'Caolán McNamara2012-03-221-3/+2
|
* removed duplicate #includes in cosvTakeshi Abe2012-03-187-21/+0
|
* Added and improved READMEs for modules in sdk and testingJosh Heidenreich2012-02-091-0/+3
|
* A few safe replacements of pathes->pathsJesús Corrius2012-02-011-1/+1
|
* callcatcher: update list, remove newly unused methodsCaolán McNamara2012-01-244-68/+0
|
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-214-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.
* typo fix: explicitely -> explicitlyLior Kaplan2011-12-011-1/+1
|
* remove pch from the include listNorbert Thiebaud2011-11-2717-17/+136
|
* remove PCH support in dmake-moduleNorbert Thiebaud2011-11-271-12/+0
|
* Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on ↵Stephan Bergmann2011-10-181-1/+1
| | | | Linux x86_64).
* Add pleas for help to explain a mysterious piece of codeTor Lillqvist2011-09-121-0/+5
|
* [cppchecker] deletion of supperfluous variablePierre-André Jacquod2011-09-061-2/+1
|
* Remove useless comments from build.lst.Jan Holesovsky2011-08-231-3/+0
|
* fix compile errors from trunck gccTom Tromey2011-08-111-1/+1
|
* ditch unused compareCaolán McNamara2011-06-291-19/+0
|
* ditch unused codeCaolán McNamara2011-06-273-44/+0
|
* remove unused datetimeCaolán McNamara2011-06-273-139/+0
|
* more unused methodsCaolán McNamara2011-06-229-551/+0
|
* various unused junkCaolán McNamara2011-06-2112-455/+1
|
* remove unused PopFrontCaolán McNamara2011-06-202-11/+0
|
* remove unused PushFrontCaolán McNamara2011-06-202-17/+0
|
* FileExtension unusedCaolán McNamara2011-06-202-13/+0
|
* remove unused strip_ methodsCaolán McNamara2011-06-202-24/+0
|
* remove unused token_countCaolán McNamara2011-06-202-9/+0
|
* remove the unused replace_all variantCaolán McNamara2011-06-202-25/+0
|
* remove unused StreamStr::to_lowerCaolán McNamara2011-06-202-34/+0
|
* throw out some unused codeCaolán McNamara2011-06-172-9/+0
|
* ditch unused mbstreamCaolán McNamara2011-06-173-217/+0
|
* throw out some unused methodsCaolán McNamara2011-06-172-139/+0
|
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-7/+7
|
* Check what compiler is used, not run-time platformTor Lillqvist2011-05-181-3/+2
|
* Trying to remove the stlport mention from the codeFridrich Štrba2011-02-091-8/+0
|
* Make stlport only optional dependency of postprocessFridrich Štrba2011-02-091-1/+1
|
* Clean up makefilesThomas Arnhold2011-02-011-16/+0
|
* WaE: gcc 4.6.0 various warningsCaolán McNamara2011-01-241-1/+1
|
* add modelines to .hxx files as wellCaolán McNamara2010-10-2731-0/+76
|
* remove non-compiled codePovilas Kanapickas2010-10-181-66/+0
|
* Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-1320-0/+45
| | | | | | | | Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien2010-02-1258-239/+58
| | | | Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)