summaryrefslogtreecommitdiff
path: root/cosv
AgeCommit message (Collapse)AuthorFilesLines
2013-04-24gbuild: drop empty use_packages callsDavid Tardon1-3/+0
Change-Id: I8e9f70eb5d929c98b4379416c2259a74e31d587f Reviewed-on: https://gerrit.libreoffice.org/3503 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24gbuild: drop uses of removed packagesDavid Tardon1-1/+0
Change-Id: I400fad08c0ae7b6b34bad63693f54856867e4dac Reviewed-on: https://gerrit.libreoffice.org/3502 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24move URE headers to include/David Tardon1-2/+0
Change-Id: Ib48a12e902f2311c295b2007f08f44dee28f431d Reviewed-on: https://gerrit.libreoffice.org/3499 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-23execute move of global headersBjoern Michaelsen26-4031/+0
see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a
2013-04-15fdo#60724 correct spellingThomas Arnhold1-1/+1
Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-3/+0
2013-03-04remove unused and commented out codeThomas Arnhold2-8/+0
This code gets never called. Change-Id: I59228cba1444b7b09f74eb5cf8da9b755c7c32f7
2013-02-28remove all d.lstMichael Stahl1-0/+0
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-27sal: new ZipPackage_sal_odk_headers for public ODK headersMichael Stahl1-1/+1
Change-Id: I76cb00121d7b4c21137be70ab7a5bd5389037302
2013-01-27Fix ret value never usedJulien Nabet1-5/+3
Change-Id: Ia1c1bf8d1eba3195f5eae2148d4c8c1ce2489140
2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl1-1/+1
Change-Id: I54d8923ad315e8041fd3904da3a29f1a7a8c8b16
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