summaryrefslogtreecommitdiffstats
path: root/tests/oo.test
Commit message (Expand)AuthorAgeFilesLines
* Implement TIP 524dkf2018-11-061-6/+255
|\
| * Test cases (and some fixes)dkf2018-10-281-5/+254
| * Definition and introspection commands.dkf2018-10-281-1/+1
* | More tests. Better implementation.dkf2018-10-211-12/+66
* | Rebase on 8.7dkf2018-10-201-2/+18
|/
* merge core-8-6-branchdkf2018-10-191-0/+100
|\
| * Added another test case. This one is OK.dkf2018-10-191-0/+16
| * Make fundamental mutation work. MAGICAL MAGIC MAGICS MAGIC. Abracadabra.dkf2018-10-181-5/+12
| * Tests for advanced object mutation issues.dkf2018-10-181-0/+77
* | Add support for wine. So windows test-cases can now be run on Linux/Mac/whate...jan.nijtmans2018-09-291-1/+1
* | Simplify the slot resolution protocoldkf2018-09-111-5/+5
* | Tests and docsdkf2018-09-101-6/+68
* | Implementation of TIP 516dkf2018-09-081-8/+8
* | merge core-8-branchdkf2018-08-261-1/+1
|\ \
| * | Purge end-of-line spacingjan.nijtmans2018-08-021-1/+1
* | | And another testdkf2018-07-071-0/+16
* | | Added direct tests for [myclass]dkf2018-07-071-0/+53
* | | Split out TIP 478 tests into their own file.dkf2018-06-281-264/+0
* | | Tests for abstract and singletondkf2018-06-281-1/+91
* | | Add better error handling and make the delegation work with cloning.dkf2018-06-271-4/+135
* | | Make the delegates work by moving their creation into C.dkf2018-06-231-1/+44
* | | Most of the implementation ported over. [classmethod] is trickier...dkf2018-06-171-1/+1
|/ /
* | Add sensible behaviour with export and unexport of private methods.dkf2018-05-271-0/+32
* | Corrections for a number of small things to align with TIPdkf2018-05-191-1/+87
* | Make [info object methods] and [info class methods] work right.dkf2018-05-151-0/+36
* | Make sure that [self call] reports useful info.dkf2018-05-141-0/+27
* | Correct results from unknown method handler.dkf2018-05-131-0/+139
* | Make [info vars] aware of private variable resolution.dkf2018-05-131-0/+40
* | Make the 'varname' method know about private variables.dkf2018-05-071-0/+34
* | Corrections to test names.dkf2018-05-061-4/+4
* | Fix up instance privates.dkf2018-05-061-0/+44
* | Private methods seem to be working...dkf2018-05-051-1/+109
* | Added basic tests of the 'private' definition command.dkf2018-04-151-2/+50
* | Testing the private variables.dkf2018-04-151-0/+82
* | Added tests for [info object creationid]dkf2018-04-151-1/+68
* | Rebase the memleak work.dgp2018-03-141-61/+161
|\ \ | |/
| * A few test hygiene fixes.dgp2018-03-141-2/+4
| * Further work to improve Object reference accounting in order to plug leaks.pooryorick2018-03-141-60/+152
| * Audit and correct Object reference counting issues.pooryorick2018-03-131-1/+7
| * Streamline TclOO object cleanup routines.pooryorick2018-02-151-3/+7
| * Fix for [6bca38d59b], TclOO segmentation fault cleaning up objects that thatpooryorick2018-02-151-3/+30
| * Fix for issue [6cf568a21b]: Tcl_Eval() causes new segfault (TclOO objectpooryorick2018-02-151-0/+3
| * Modify test oo-11.6 to not use [self], which is not avaiable until 8.7.pooryorick2018-02-141-3/+3
| * Unit test for issue 3c32a3f8bd, Segmentation fault inpooryorick2018-02-141-0/+18
| * Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletionpooryorick2018-02-141-0/+12
| * Remove restriction on defining the class of a TclOO object not explicitlypooryorick2018-02-111-2/+2
| * Cherrypick: [fc1409fc91] Method cloning needs to be careful with body represe...dkf2017-10-241-0/+11
* | Remove restriction on defining the class of a TclOO object not explicitlypooryorick2018-01-271-2/+2
* | Streamline TclOO object cleanup routines.pooryorick2017-12-101-6/+7
* | Eliminate use of certain unnecessary struct names. Also white-spacing. Nothin...jan.nijtmans2017-11-301-2/+2