summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus/CppBindings.h
Commit message (Collapse)AuthorAgeFilesLines
* Removed the CppBindings.Roberto Raggi2010-05-251-195/+0
|
* Revert "Fixed possible crash in dangling pointers in namespaces."Erik Verbruggen2010-03-241-51/+25
| | | | | | | | Main reason is that find-usages and refactoring broke completely. Second reason is that concurrent modification was done on the children-list while deleting/destructing. This reverts commit b0b95f88756dbdf4981c97a325734300a65d8268.
* Fixed possible crash in dangling pointers in namespaces.Erik Verbruggen2010-03-231-25/+51
| | | | Patch by: Bill King
* Long live the king!hjk2010-03-051-1/+1
|
* Use const names.Roberto Raggi2009-12-011-9/+9
|
* Use const literals.Roberto Raggi2009-12-011-8/+8
|
* long live the kinghjk2009-08-141-1/+1
|
* Fixed possible crashes when resolving namespace and class bindings.Roberto Raggi2009-07-141-6/+6
|
* More work on the binding pass.Roberto Raggi2009-07-101-5/+20
|
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* Warn for undefined namespaces in using namespace directives.Roberto Raggi2009-06-031-0/+2
|
* Run the binding passRoberto Raggi2009-06-031-1/+3
|
* Initial work on the binding pass.Roberto Raggi2009-06-031-0/+176