summaryrefslogtreecommitdiffstats
path: root/cosv
Commit message (Collapse)AuthorAgeFilesLines
* gbuild: drop empty use_packages callsDavid Tardon2013-04-241-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>
* gbuild: drop uses of removed packagesDavid Tardon2013-04-241-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>
* move URE headers to include/David Tardon2013-04-241-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>
* execute move of global headersBjoern Michaelsen2013-04-2326-4031/+0
| | | | | | | see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a
* fdo#60724 correct spellingThomas Arnhold2013-04-151-1/+1
| | | | Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-3/+0
|
* remove unused and commented out codeThomas Arnhold2013-03-042-8/+0
| | | | | | This code gets never called. Change-Id: I59228cba1444b7b09f74eb5cf8da9b755c7c32f7
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* sal: new ZipPackage_sal_odk_headers for public ODK headersMichael Stahl2013-02-271-1/+1
| | | | Change-Id: I76cb00121d7b4c21137be70ab7a5bd5389037302
* Fix ret value never usedJulien Nabet2013-01-271-5/+3
| | | | Change-Id: Ia1c1bf8d1eba3195f5eae2148d4c8c1ce2489140
* gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl2013-01-261-1/+1
| | | | Change-Id: I54d8923ad315e8041fd3904da3a29f1a7a8c8b16
* German comment translationsMarkus Maier2012-11-251-1/+1
| | | | Change-Id: I0d169b7cd0f47b6986063d0cc0b6697b1d575e6a
* add missing deps on sal headersDavid Tardon2012-10-311-0/+2
| | | | Change-Id: I815ef8abaf4cd998e7b91fbadad56ddf0a7087ba
* 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
|