summaryrefslogtreecommitdiffstats
path: root/generic/tclOODecls.h
Commit message (Expand)AuthorAgeFilesLines
* Remaining part of TIP #666 implementation (first part already done [cd426d20a...jan.nijtmans2023-09-111-0/+10
|\
| * TIP #666 implementation: Change ptrdiff_t → Tcl_Size in Tcl 8.7 (and 9.0)jan.nijtmans2023-09-111-30/+24
| |\
| | * Rebase to latest 8.7jan.nijtmans2023-05-101-31/+13
| | |\ | |/ /
| | * TIP #666 implementationjan.nijtmans2023-05-031-23/+5
| |/
* | TIP #628 addendum (various fixes to improve handling of 8.7 <-> 9.0 header di...jan.nijtmans2023-04-041-8/+8
* | Change 'skip' argument from int to size_t. Should have been part of TIP #630...jan.nijtmans2022-09-091-4/+4
* | Merge 8.7jan.nijtmans2022-08-211-0/+23
|\ \ | |/
| * Merge 8.7jan.nijtmans2022-06-251-14/+14
| |\
| | * Use "void *" in stead of ClientData in tclInt.decs/tclOO.decls (backported fr...jan.nijtmans2022-06-231-14/+14
| * | (experimental) TclOO > 2**31 argsjan.nijtmans2022-06-151-0/+23
| |/
* | more int->size_tjan.nijtmans2022-02-171-4/+4
* | more progressjan.nijtmans2022-01-261-2/+2
* | Merge 8.7jan.nijtmans2021-09-271-9/+10
|\ \ | |/
| * Turn code snippets in TIP into a branch.dkf2021-08-011-0/+11
* | Merge 8.7jan.nijtmans2021-08-271-4/+6
|\ \
| * \ Merge 8.6jan.nijtmans2021-08-271-0/+2
| |\ \
| | * | Follow-up previous commit (thanks, Don!). Missing #undefjan.nijtmans2021-08-271-0/+2
| * | | repair broken builddgp2021-08-261-4/+4
| |\ \ \ | | |/ /
| | * | repair broken builddgp2021-08-261-4/+4
* | | | Merge 8.7jan.nijtmans2021-08-261-0/+8
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2021-08-261-0/+8
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Add a few spare unused stub entries in TclOOjan.nijtmans2021-08-261-0/+11
* | | Merge trunk. Some more size_t additions in parameters/fieldsjan.nijtmans2018-06-141-4/+9
|\ \ \ | |/ /
| * | Minor updates to C API to handle private methods.dkf2018-05-191-0/+5
| * | Corrections for a number of small things to align with TIPdkf2018-05-191-4/+4
| |/
* | change ClientData -> void * in a lot of places (mainly header files)jan.nijtmans2017-12-281-14/+14
|/
* Simplify macro handling in tclOO*Decls.h, just as already done in "novem" [0c...jan.nijtmans2014-02-261-40/+38
* Put extern "C" guards around all stub table struct definitions, so it is usab...jan.nijtmans2013-11-041-3/+5
* Fix for bug [f51efe99a7]: MinGW build fails on current checkin. And a new tes...jan.nijtmans2013-10-101-0/+2
* Fix TclOO API export rules.dkf2013-10-021-29/+43
* Fix [f51efe99a7] by reverting [371bcd0714]jan.nijtmans2013-09-301-29/+29
* [dfc08326e3]: Corrected symbol export for TclOO to match Tcl so things work asdkf2013-09-281-29/+29
* Simplification: don't declare struct types that are never used.jan.nijtmans2012-11-151-2/+2
* [RFE 3010352]: make all TclOO API functions MODULE_SCOPEjan.nijtmans2011-09-281-58/+29
|\
| * FRQ 3010352 implementationjan.nijtmans2011-09-211-40/+35
|/
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
* This is [Patch 3168398], Joe Mistachkin's optimisation of Tip #285mig2011-03-011-1/+1
* [Patch 3034251] backport ttkGenStubs.tcl features to genStubs.tcl, partly: re...nijtmans2010-08-191-150/+9
* [Patch 2961556]: Change TclOO to use the same style of function typedefs asdkf2010-03-051-5/+5
* Follow-up to [2010-01-29] commit:nijtmans2010-02-051-15/+15
* - genStubs.tcl: No longer generate a space after "*" andnijtmans2010-01-291-47/+47
* Expose function to efficiently return current name of an object.dkf2009-07-191-1/+12
* Fix [Bug 2537839]dkf2009-01-291-9/+6
* Letting CONST die a slow and graceful death, since NO_CONST wasnijtmans2008-10-221-30/+30
* CONST -> constnijtmans2008-10-171-24/+24
* just a few const -> CONST (in header files and .decls files)nijtmans2008-07-241-24/+24
* fix line-endingsdas2008-07-221-382/+382
* TIP #304 implementationferrieux2008-07-211-382/+382
* * generic/tclOO.c: use TclOOStubs hooks field to retrievedas2008-06-121-2/+2
* * generic/tclOODecls.h: Added the swizzling of DLLEXPORT andKevin B Kenny2008-06-011-1/+28