Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed the CppBindings. | Roberto Raggi | 2010-05-25 | 1 | -195/+0 |
| | |||||
* | Revert "Fixed possible crash in dangling pointers in namespaces." | Erik Verbruggen | 2010-03-24 | 1 | -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 Verbruggen | 2010-03-23 | 1 | -25/+51 |
| | | | | Patch by: Bill King | ||||
* | Long live the king! | hjk | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Use const names. | Roberto Raggi | 2009-12-01 | 1 | -9/+9 |
| | |||||
* | Use const literals. | Roberto Raggi | 2009-12-01 | 1 | -8/+8 |
| | |||||
* | long live the king | hjk | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | Fixed possible crashes when resolving namespace and class bindings. | Roberto Raggi | 2009-07-14 | 1 | -6/+6 |
| | |||||
* | More work on the binding pass. | Roberto Raggi | 2009-07-10 | 1 | -5/+20 |
| | |||||
* | Update license headers and sales contact details. | Jason McDonald | 2009-06-17 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Warn for undefined namespaces in using namespace directives. | Roberto Raggi | 2009-06-03 | 1 | -0/+2 |
| | |||||
* | Run the binding pass | Roberto Raggi | 2009-06-03 | 1 | -1/+3 |
| | |||||
* | Initial work on the binding pass. | Roberto Raggi | 2009-06-03 | 1 | -0/+176 |