summaryrefslogtreecommitdiff
path: root/cosv
AgeCommit message (Collapse)AuthorFilesLines
2012-11-25German comment translationsMarkus Maier1-1/+1
Change-Id: I0d169b7cd0f47b6986063d0cc0b6697b1d575e6a
2012-10-31add missing deps on sal headersDavid Tardon1-0/+2
Change-Id: I815ef8abaf4cd998e7b91fbadad56ddf0a7087ba
2012-08-14these are needed only for odkMatúš Kukan1-0/+4
Change-Id: I6d9ccf819f7f887fa17a2de72f39a456a56ace24
2012-08-07Remove non-existing forward declarationsThomas Arnhold1-3/+0
Those classes don't exist. So remove friend class operators too. Change-Id: I8e3b32db933dea7cbab86015f0c926df967511f6
2012-08-03WaE: enumeral and non-enumeral type in conditional expressionDavid Tardon1-5/+2
Change-Id: I6352836e28c8cb04ba3de40bfcb0095096ee1dd5
2012-08-02make sure headers are in place when the libs are usedDavid Tardon1-3/+2
Change-Id: I18c21d46153ef6be728dc3d8335e9c06cc7f3ad3
2012-08-02gbuildize cosvCaolán McNamara15-389/+94
Change-Id: I73eb612edaba21aa5bb07577b42bd31f8de2dd2a
2012-07-10Remove unused codeThomas Arnhold3-301/+0
Change-Id: I00c8f078b50d913c02407653ce23415d31975f2f
2012-07-02Remove unused definesThomas Arnhold1-3/+0
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
2012-06-27Remove unused header filesThomas Arnhold1-174/+0
These were only referenced by Package_inc.mk... Change-Id: Idc771477595b9d221f9f2003b293fdd1ba7e1588
2012-06-27Remove unused include filesThomas Arnhold1-301/+0
Those never get included at any point in the code. Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988
2012-06-13re-base on ALv2 code.Michael Meeks53-1232/+757
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-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-22WaE: ignoring return value of 'fwrite'Caolán McNamara1-3/+2
2012-03-18removed duplicate #includes in cosvTakeshi Abe7-21/+0
2012-02-09Added and improved READMEs for modules in sdk and testingJosh Heidenreich1-0/+3
2012-02-01A few safe replacements of pathes->pathsJesús Corrius1-1/+1
2012-01-24callcatcher: update list, remove newly unused methodsCaolán McNamara4-68/+0
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann4-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-01typo fix: explicitely -> explicitlyLior Kaplan1-1/+1
2011-11-27remove pch from the include listNorbert Thiebaud17-17/+136
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud1-12/+0
2011-10-18Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on ↵Stephan Bergmann1-1/+1
Linux x86_64).
2011-09-12Add pleas for help to explain a mysterious piece of codeTor Lillqvist1-0/+5
2011-09-06[cppchecker] deletion of supperfluous variablePierre-André Jacquod1-2/+1
2011-08-23Remove useless comments from build.lst.Jan Holesovsky1-3/+0
2011-08-11fix compile errors from trunck gccTom Tromey1-1/+1
2011-06-29ditch unused compareCaolán McNamara1-19/+0
2011-06-27ditch unused codeCaolán McNamara3-44/+0
2011-06-27remove unused datetimeCaolán McNamara3-139/+0
2011-06-22more unused methodsCaolán McNamara9-551/+0
2011-06-21various unused junkCaolán McNamara12-455/+1
2011-06-20remove unused PopFrontCaolán McNamara2-11/+0
2011-06-20remove unused PushFrontCaolán McNamara2-17/+0
2011-06-20FileExtension unusedCaolán McNamara2-13/+0
2011-06-20remove unused strip_ methodsCaolán McNamara2-24/+0
2011-06-20remove unused token_countCaolán McNamara2-9/+0
2011-06-20remove the unused replace_all variantCaolán McNamara2-25/+0
2011-06-20remove unused StreamStr::to_lowerCaolán McNamara2-34/+0
2011-06-17throw out some unused codeCaolán McNamara2-9/+0
2011-06-17ditch unused mbstreamCaolán McNamara3-217/+0
2011-06-17throw out some unused methodsCaolán McNamara2-139/+0
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-7/+7
2011-05-18Check what compiler is used, not run-time platformTor Lillqvist1-3/+2
2011-02-09Trying to remove the stlport mention from the codeFridrich Štrba1-8/+0
2011-02-09Make stlport only optional dependency of postprocessFridrich Štrba1-1/+1
2011-02-01Clean up makefilesThomas Arnhold1-16/+0
2011-01-24WaE: gcc 4.6.0 various warningsCaolán McNamara1-1/+1
2010-10-27add modelines to .hxx files as wellCaolán McNamara31-0/+76
2010-10-18remove non-compiled codePovilas Kanapickas1-66/+0