aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/cplusplus/CppBindings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed the CppBindings.Roberto Raggi2010-05-251-866/+0
* Renewed attempt to fix possible dangling pointers.Erik Verbruggen2010-03-251-3/+14
* Revert "Fixed possible crash in dangling pointers in namespaces."Erik Verbruggen2010-03-241-182/+102
* Fixed possible crash in dangling pointers in namespaces.Erik Verbruggen2010-03-231-102/+182
* Long live the king!hjk2010-03-051-1/+1
* Initial work on the new CPlusPlus::Snapshot.Roberto Raggi2009-12-071-1/+1
* Use const names.Roberto Raggi2009-12-011-22/+22
* Use const literals.Roberto Raggi2009-12-011-13/+13
* Resolve fully qualified names.Roberto Raggi2009-11-041-0/+19
* Mark the bindings when searching for class or namespaces.Roberto Raggi2009-10-281-0/+6
* Improved lookup of class bindings.Roberto Raggi2009-10-151-2/+2
* long live the kinghjk2009-08-141-1/+1
* Fixed possible crashes when resolving namespace and class bindings.Roberto Raggi2009-07-141-14/+37
* More work on the binding pass.Roberto Raggi2009-07-101-27/+230
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* Warn for undefined namespaces in using namespace directives.Roberto Raggi2009-06-031-0/+26
* Run the binding passRoberto Raggi2009-06-031-0/+9
* Initial work on the binding pass.Roberto Raggi2009-06-031-0/+569