Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move src/shared/cplusplus/ -> src/libs/3rdparty/cplusplus/ | Oswald Buddenhagen | 2011-05-16 | 1 | -273/+0 |
| | | | | Approved-by: legal | ||||
* | Fix/add copyright headers | Tobias Hunger | 2011-05-06 | 1 | -1/+1 |
| | | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2 | ||||
* | Update license. | hjk | 2011-04-13 | 1 | -14/+13 |
| | |||||
* | s:// end of namespace :// namespace :g for consistency | hjk | 2011-02-04 | 1 | -1/+1 |
| | | | | We use the latter style everywhere else to signify the end of a namespace block. | ||||
* | It's 2011 now. | con | 2011-01-12 | 1 | -1/+1 |
| | | | | Reviewed-by: hjk | ||||
* | License headers. | con | 2010-12-17 | 1 | -7/+11 |
| | |||||
* | Fixed alignment issues with 64 bits ABIs. | Roberto Raggi | 2010-09-03 | 1 | -3/+3 |
| | |||||
* | Merge CPlusPlus::NameId and CPlusPlus::Identifier. | Roberto Raggi | 2010-09-02 | 1 | -20/+0 |
| | |||||
* | Recursive definition of CPlusPlus::QualifiedNameId. | Roberto Raggi | 2010-07-12 | 1 | -15/+6 |
| | | | | Done-with: Erik Verbruggen | ||||
* | Long live the king! | hjk | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Store the names in a set. | Roberto Raggi | 2009-12-01 | 1 | -6/+27 |
| | |||||
* | Use const names. | Roberto Raggi | 2009-12-01 | 1 | -48/+17 |
| | |||||
* | Use const literals. | Roberto Raggi | 2009-12-01 | 1 | -13/+13 |
| | |||||
* | Introduced type matchers. | Roberto Raggi | 2009-11-23 | 1 | -1/+0 |
| | |||||
* | Pass the fully specified type as const reference. | Roberto Raggi | 2009-11-17 | 1 | -1/+1 |
| | |||||
* | Cleanup the C++ front-end. | Roberto Raggi | 2009-10-20 | 1 | -4/+4 |
| | | | | Removed CPLUSPLUS_BEGIN/END_NAMESPACE & co and made it possible to compile the parser with CPLUSPLUS_WITHOUT_QT. | ||||
* | long live the king | hjk | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | Added Semantic checks for ObjC methods. | Erik Verbruggen | 2009-07-31 | 1 | -0/+33 |
| | |||||
* | Update license headers and sales contact details. | Jason McDonald | 2009-06-17 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Introduced Name::identifier(). | Roberto Raggi | 2009-05-28 | 1 | -3/+7 |
| | | | | Name::identifier() returns the identifier used to declare the name. | ||||
* | Fixes: change file license headers to include LGPL | hjk | 2009-02-25 | 1 | -21/+17 |
| | |||||
* | Reimplemented Name::as*() using virtual functions. | Roberto Raggi | 2009-02-09 | 1 | -0/+36 |
| | |||||
* | Fixes: move all files in shared/* to src/shared/* | hjk | 2009-01-26 | 1 | -0/+241 |