summaryrefslogtreecommitdiff
path: root/tests/manual/plain-cplusplus
Commit message (Collapse)AuthorAgeFilesLines
* C++: Tests: Remove plain-cplusplusNikolai Kosjar2014-07-284-662/+0
| | | | | | Change-Id: Ifdf4cd5ea478c87d585c9404caf8f4be6873f692 Reviewed-by: Christian Stenger <christian.stenger@digia.com> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Cplusplus: Fix Tocken::length()->Tocken::bytes() renaming falloutTobias Hunger2014-05-151-1/+1
| | | | | Change-Id: I6578f726abefff2ea5b4c6b3e92bf6b5b76c1a5f Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* C++: Clarify units of a TokenNikolai Kosjar2014-05-151-1/+1
| | | | | | | | | | | | | This will avoid confusion when later more length and indices methods are added. In Token: length() --> bytes() begin() --> bytesBegin() end() --> bytesEnd() Change-Id: I244c69b022e239ee762b4114559e707f93ff344f Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
* Incremented year in copyright infoRobert Loehning2014-01-083-3/+3
| | | | | | Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* CPlusPlus: Compile fix in manual testhjk2013-10-161-1/+5
| | | | | Change-Id: If34b564b55ef3e76cb5696ed30220d64b256d607 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
* Fix tests compilationOrgad Shaneh2013-09-112-1/+2
| | | | | | | | | | * CPlusPlusForwardDeclarations.h not found * Valgrind tests that include botan missing -ldl. botan is not required for them (they link just fine without it). Change-Id: I279b03990ad36d01c93700d50ae8e5119bf5be80 Reviewed-by: André Hartmann <aha_1980@gmx.de> Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
* Fix coding style for else statementsOrgad Shaneh2013-07-171-11/+8
| | | | | Change-Id: I1309db70e98d678e150388c76ce665e988fdf081 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-293-3/+3
| | | | | Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* Adjust license headershjk2012-10-053-63/+60
| | | | | Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Contact -> qt-project.orgEike Ziller2012-07-193-9/+3
| | | | | Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* C++11: add support for static_assert.Erik Verbruggen2012-02-021-0/+1
| | | | | Change-Id: I82d8d60acaa9265fd25e0a3734855b19bdef9c06 Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
* Long live the king!hjk2012-01-263-3/+3
| | | | | Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* Add Qt 5 libraries to .pro files.Friedemann Kleint2011-11-241-0/+1
| | | | | | | | Make Qt Creator compile with Qt 5 after using fixqt4headers.pl. Change-Id: I74ca51d562f49378b40103b79848f5dd3b11e77e Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-033-6/+6
| | | | | Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Replace qt-info@nokia.com with info@qt.nokia.comhjk2011-07-063-3/+3
| | | | | | | Change-Id: I61e7cf189a1c4ea04e2a88a80a4f15e43cd3c018 Reviewed-on: http://codereview.qt.nokia.com/1187 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* move src/shared/cplusplus/ -> src/libs/3rdparty/cplusplus/Oswald Buddenhagen2011-05-161-1/+1
| | | | Approved-by: legal
* Update license.hjk2011-04-133-42/+39
|
* It's 2011 now.con2011-01-123-3/+3
| | | | Reviewed-by: hjk
* License headers.con2010-12-173-21/+33
|
* Renamed Symbol::scope() to Symbol::enclosingScope().Roberto Raggi2010-08-261-7/+7
|
* Reduced the number of ambiguous ExpressionOrDeclarationStatementAST nodes.Roberto Raggi2010-08-261-1/+33
|
* Include CPlusPlus.hRoberto Raggi2010-08-131-10/+1
|
* Test the new binder.Roberto Raggi2010-08-131-8/+4
|
* Define __restrict and __extensions__.Roberto Raggi2010-08-121-1/+1
|
* Updated the plain-c++ manual test.Roberto Raggi2010-08-111-1/+1
|
* Introduced CPlusPlus::Template and process the template declarations.Roberto Raggi2010-08-111-1/+1
|
* Re-enable plain-c++ test.Friedemann Kleint2010-07-131-2/+3
|
* Long live the king!hjk2010-03-053-3/+3
|
* Compile with gcc -pedantic.Roberto Raggi2010-02-251-0/+1
|
* Test the new preprocessor.Roberto Raggi2009-12-151-7/+56
|
* Run the semantic passes.Roberto Raggi2009-12-151-1/+9
|
* Some work on the new preprocessor.Roberto Raggi2009-12-153-0/+478
|
* Added plain-cplusplus manual test.Roberto Raggi2009-10-232-0/+102