summaryrefslogtreecommitdiffstats
path: root/odk/qa
Commit message (Collapse)AuthorAgeFilesLines
* loplugin:salcall fix functionsNoel Grandin2017-12-111-1/+1
| | | | | | | | | | since cdecl is the default calling convention on Windows for such functions, the annotation is redundant. Change-Id: I1a85fa27e5ac65ce0e04a19bde74c90800ffaa2d Reviewed-on: https://gerrit.libreoffice.org/46164 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* loplugin:includeform: odkStephan Bergmann2017-10-231-1/+1
| | | | Change-Id: Ic8ede7a0377d9ec4f360b63889e0ccf3c5dda93f
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-1/+1
| | | | Change-Id: I810c4a1fe48f66833ef8f67796d910d59ba994f6
* No need for RTL_USING in addition to LIBO_INTERNAL_ONLYStephan Bergmann2014-12-191-10/+0
| | | | Change-Id: Iaa65658aed6bb4abb20a4d95dc9c6caf7c1c764b
* Introduce gb_*_set_external_codeStephan Bergmann2014-12-181-2/+4
| | | | | | | | | | | ...to harmonize the mechanisms to not define LIBO_INTERNAL_ONLY for extension code and CppunitTest_odk_checkapi. (It also needs to revert any -Wundef, as the config_host/config_*.h files will not be included, so the HAVE_* macros will be undefined.) This obsoletes the need for RTL_DISABLE_FAST_STRING. Change-Id: If5eacba80c349efb90762aade8f2ea6d2db7e314
* odk: disable MSVC warning C4996Michael Stahl2014-11-031-0/+5
| | | | Change-Id: I6c2dab3b427121366bb2d39b95262311286ae371
* check that ODK headers compile with C++03Luboš Luňák2014-09-151-0/+6
| | | | Change-Id: Ief191a5bbbdca45aaaa8ae5bcc395124ed189796
* build ODK headers check without LIBO_INTERNAL_ONLYLuboš Luňák2014-09-151-0/+3
| | | | Change-Id: Ia8bca09a877bed6070c10e1c008bdb05ac088485
* do not call the checkapi cxx file 'strings.cxx', now that it's the only oneLuboš Luňák2014-09-151-0/+0
| | | | Change-Id: I796a6c4b460f83d6e6aef501055c8896565afc85
* coverity#1213270 Parse warningCaolán McNamara2014-05-101-2/+2
| | | | Change-Id: I60d723e6baebcdb64daaa108a7e1a73554941940
* move URE headers to include/David Tardon2013-04-241-0/+31
Change-Id: Ib48a12e902f2311c295b2007f08f44dee28f431d Reviewed-on: https://gerrit.libreoffice.org/3499 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>