| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tip-548 | jan.nijtmans | 2019-08-15 | 1 | -7/+7 |
|\ |
|
| * | Merge 8.7 | jan.nijtmans | 2019-08-14 | 1 | -15/+6 |
| |\ |
|
| * | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 1 | -7/+7 |
|
|
* | | | Merge tip-548 (since using the *WChar* functions leads to less type-casts in ... | jan.nijtmans | 2019-08-03 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
* | | | Merge 8.7. Continue implementation for win32 | jan.nijtmans | 2019-08-02 | 1 | -15/+6 |
|\ \ \
| |/ / |
|
| * | | merge 8.6 | sebres | 2019-07-24 | 1 | -15/+6 |
| |\ \
| | |/
| |/| |
|
| | * | small amend with a comment about the optimization | sebres | 2019-07-23 | 1 | -0/+5 |
|
|
| | * | fix done optimization (TCL_EVAL_DISCARD_RESULT) for nested call - supply and ... | sebres | 2019-07-23 | 1 | -1/+0 |
|
|
| | * | better rewritten loop optimization: new evalFlag "TCL_EVAL_DISCARD_RESULT" in... | sebres | 2019-07-23 | 1 | -15/+2 |
|
|
* | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -17/+17 |
|\ \ \
| |/ / |
|
* | | | Experiment: compile Tcl with C++ compiler. WIP | jan.nijtmans | 2019-07-04 | 1 | -4/+4 |
|/ / |
|
* | | merge 8.6 | sebres | 2019-06-25 | 1 | -7/+7 |
|\ \
| |/ |
|
| * | merge 8.5 | sebres | 2019-06-25 | 1 | -7/+7 |
| |\ |
|
| | * | fixed build with MSVC 6.0 | sebres | 2019-06-25 | 1 | -7/+7 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2019-05-24 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | end-of-line spacing | jan.nijtmans | 2019-05-24 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | Missing keyword: "static" | jan.nijtmans | 2019-05-24 | 1 | -2/+2 |
|
|
* | | | merge 8.6 | sebres | 2019-05-24 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | merge 8.5 | sebres | 2019-05-24 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | fixes typo ("net" instead of outdated term "nett") | sebres | 2019-05-24 | 1 | -1/+1 |
|
|
* | | | merge 8.6 | sebres | 2019-05-21 | 1 | -18/+21 |
|\ \ \
| |/ / |
|
| * | | merge 8.5 (timerate unsigned calc) | sebres | 2019-05-21 | 1 | -18/+21 |
| |\ \
| | |/ |
|
| | * | timerate: be more precise using unsigned wide (for total execution time), avo... | sebres | 2019-05-21 | 1 | -18/+21 |
|
|
* | | | merge 8.6 | sebres | 2019-05-17 | 1 | -15/+32 |
|\ \ \
| |/ / |
|
| * | | merge 8.5 | sebres | 2019-05-16 | 1 | -0/+7 |
| |\ \
| | |/ |
|
| | * | small amend to [ac566e9df84daeab] with rollback of done/continue optimization | sebres | 2019-05-16 | 1 | -0/+7 |
|
|
| * | | merge 8.5 (timerate fix to avoid impact of object duplication on shared inter... | sebres | 2019-05-16 | 1 | -15/+25 |
| |\ \
| | |/ |
|
| | * | timerate: allow continue from measurement cycle (used for conditional flow co... | sebres | 2019-05-16 | 1 | -15/+25 |
|
|
* | | | timerate: code style, doc style | dkf | 2019-04-23 | 1 | -147/+291 |
|\ \ \
| |/ / |
|
| * | | timerate: code style, doc style | dkf | 2019-04-23 | 1 | -147/+291 |
| |\ \
| | |/ |
|
| | * | timerate: code style, doc style | dkf | 2019-04-23 | 1 | -151/+292 |
|
|
* | | | Style corrections and warning elimination | dkf | 2019-04-18 | 1 | -6/+8 |
|
|
* | | | merge 8.7 | dgp | 2019-04-12 | 1 | -6/+0 |
|\ \ \ |
|
| * | | | closes [45b9faf103f2] (tclVar cached lookup): fixes segfaulting if variable r... | sebres | 2019-04-08 | 1 | -6/+0 |
|
|
* | | | | merge 8.7 | dgp | 2019-04-08 | 1 | -22/+422 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix for [45b9faf103f2], [try] interaction with local variable names produces | pooryorick | 2019-04-08 | 1 | -0/+6 |
|
|
| * | | | merge 8.6 | sebres | 2019-04-01 | 1 | -1/+11 |
| |\ \ \
| | |/ / |
|
| | * | | merge 8.5 | sebres | 2019-04-01 | 1 | -1/+11 |
| | |\ \
| | | |/ |
|
| | | * | timerate: avoid divide by zero by no iterations in measurement cycle (e. g. c... | sebres | 2019-04-01 | 1 | -1/+11 |
|
|
| * | | | enlarge a few small buffers, which could overflow using Unicode characters > ... | jan.nijtmans | 2019-03-18 | 1 | -1/+1 |
|
|
| * | | | Merge 8.6. Remove unneeded code from init.tcl | jan.nijtmans | 2019-03-07 | 1 | -10/+9 |
| |\ \ \
| | |/ / |
|
| | * | | Fix some gcc/MSVC (harmless) compiler warnings. Remove some unnecessary end-o... | jan.nijtmans | 2019-03-07 | 1 | -12/+11 |
|
|
| * | | | merge 8.6 (TIP#527, New measurement facilities in TCL: New command timerate, ... | sebres | 2019-03-05 | 1 | -1/+386 |
| |\ \ \
| | |/ / |
|
| | | | | |
| | | \ | |
| | *-. \ | integrate sebres-8-6-timerate, merge 8.5 (TIP#527, New measurement facilities... | sebres | 2019-03-05 | 1 | -1/+386 |
| | |\ \ \
| | | | |/ |
|
| | | * | | merge 8-5-timerate (?max-count?, break possibility, diverse fixes) + windows ... | sebres | 2019-02-13 | 1 | -14/+36 |
| | | |\ \
| | | | |/ |
|
| | | | * | timerate: extended with ?max-count? optional parameter, code review and more ... | sebres | 2019-02-13 | 1 | -12/+27 |
|
|
| | | | * | fixes estimated time of too short execution considering calibrated overhead (... | sergey.brester | 2019-02-12 | 1 | -2/+2 |
|
|
| | | | * | timerate: allow break from measurement cycle (usable to provide conditional s... | sergey.brester | 2019-02-12 | 1 | -1/+8 |
|
|
| | | | * | cherrypick [8ad25ef9eb] from 8.6 - timerate: added dynamic factor by threshol... | sergey.brester | 2019-02-12 | 1 | -7/+24 |
|
|
| | | | * | merge 8.5 (note: to avoid too many conflicts, merged using `fossil merge --ba... | sergey.brester | 2019-02-12 | 1 | -12/+23 |
| | | | |\ |
|