aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/enableRtti
Commit message (Collapse)AuthorAgeFilesLines
* Add support for the clang-cl compilerIvan Komissarov2019-04-101-0/+4
| | | | | | Task-number: QBS-1316 Change-Id: Ibf9da364610c260ead088a8990a70c7739d53c39 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Use 'const auto' keywords more at objects allocationsDenis Shienkov2019-02-231-1/+1
| | | | | | Change-Id: I592d433e7c473ae9f27ca08e701516efe53650ba Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Remove the base module import from most test data projectsJoerg Bornemann2018-06-221-2/+0
| | | | | | | | Keep the base import in blackbox/testdata/deprecated-property to ensure we don't accidentally break it. Change-Id: I790da21a7490ec9c1b0335f45e8707e7e04daa7c Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Use 'auto' keywords more for the allocated variablesDenis Shienkov2018-01-231-1/+1
| | | | | Change-Id: I25ec97e64522d7fa486fcf408d8134cbbd8b24ea Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Tighten up enableExceptions and enableRtti autotestsJake Petroules2017-06-091-0/+4
| | | | | | | | | Some older versions of Clang don't produce an error when using dynamic_cast in source code compiled with -fno-rtti. So explicitly error out when rtti or exceptions are not available. Change-Id: I9d5e1f37355059685337aead6918a91f067c2338 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Update license headersIikka Eklund2016-08-291-0/+28
| | | | | | | | | | Patch-set 2 includes *.cpp *.c Every source file needs to have up-to-date license headers in order to pass ci. Change-Id: Ie6e493097af6f7dd6a8adff170eb856f496e689e Reviewed-by: Jake Petroules <jake.petroules@qt.io>
* Fix enableRtti test with GCC.Jake Petroules2016-04-151-4/+11
| | | | | | | | GCC is stricter than Clang/MSVC and fails to compile certain provably meaningless constructs like dynamic_casts that will never succeed. Change-Id: I5e1a5c965395f218c4dd6340b761c308fe41282f Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
* Move enableRtti property from Android.ndk to cpp module.Jake Petroules2016-04-142-0/+29
This is in no way Android-specific. Change-Id: I636cc44827b1c64815c0197fc724ede8abe949f8 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>