| Commit message (Expand) | Author | Age | Files | Lines |
* | Stability fix: queue epoch to guarantee avoid broken queue, service level to ... | sebres | 2017-07-10 | 1 | -0/+27 |
|
|
* | merge resp. reintegrate sebres-8-5-event-perf-branch to 8.6 | sebres | 2017-07-10 | 1 | -5/+186 |
|\ |
|
| * | Introduced monotonic time as ultimate fix for time-jump issue (fixed for wind... | sebres | 2017-07-03 | 1 | -4/+3 |
|
|
| * | fixed timer-marker handling: timer should be always executed after queued eve... | sebres | 2017-07-03 | 1 | -1/+2 |
|
|
| * | code review, rewrite tclTimer, prolongation, etc.
| sebres | 2017-07-03 | 1 | -49/+40 |
|
|
| * | interim commit: code review, rewrite tclTimer, etc.
| sebres | 2017-07-03 | 1 | -24/+29 |
|
|
| * | interim commit: trying to resolve time-freezes with new facilities timeJump/t... | sebres | 2017-07-03 | 1 | -0/+11 |
|
|
| * | interim commit: trying to resolve time-freezes with new facilities timeJump/t... | sebres | 2017-07-03 | 1 | -6/+43 |
|
|
| * | interim commit: try to fix time-drift backwards (calibration? something else?... | sebres | 2017-07-03 | 1 | -0/+3 |
|
|
| * | interim commit: try to fix time-drift backwards (too long offset after calibr... | sebres | 2017-07-03 | 1 | -1/+1 |
|
|
| * | code review + better usage of the waiting tolerance (fewer CPU-greedy now, av... | sebres | 2017-07-03 | 1 | -0/+6 |
|
|
| * | [win] fallback to replace C++ keyword "inline" with C keyword "__inline"
| sebres | 2017-07-03 | 1 | -0/+10 |
|
|
| * | optimization of Tcl_LimitExceeded by internal usage (tclInt header)
| sebres | 2017-07-03 | 1 | -0/+8 |
|
|
| * | dynamic increase of timer resolution corresponding wait-time;
| sebres | 2017-07-03 | 1 | -1/+14 |
|
|
| * | [enhancement] extend "vwait" with same options as "update", new syntax "vwait... | sebres | 2017-07-03 | 1 | -0/+6 |
|
|
| * | [performance] do one event (update / event servicing) cycle optimized (introd... | sebres | 2017-07-03 | 1 | -0/+2 |
|
|
| * | [performance] much better handling for timer events within Tcl_ServiceEvent u... | sebres | 2017-07-03 | 1 | -1/+0 |
|
|
| * | [performance] large performance increase by event servicing cycles (3x - 5x f... | sebres | 2017-07-03 | 1 | -0/+4 |
|
|
| * | [performance] introduced additional queue for prompt timer events (after 0) t... | sebres | 2017-07-03 | 1 | -46/+43 |
|
|
| * | rewrite interpreter limit handling using new timer event handling (with delet... | sebres | 2017-07-03 | 1 | -46/+45 |
|
|
| * | timer resp. idle events optimized: better handling using doubly linked lists,... | sebres | 2017-07-03 | 1 | -0/+67 |
|
|
| * | [performance] after-event list optimized (interp-assoc switched to doubly lin... | sebres | 2017-07-03 | 1 | -3/+27 |
|
|
| * | back-ported branch sebres-8-6-timerate (new command "timerate" for 8.5) | sebres | 2017-05-16 | 1 | -0/+15 |
| |\
| |/
|/| |
|
* | | back-ported branch sebres_trunk_timerate (new command "timerate" for 8.6) | sebres | 2017-05-09 | 1 | -0/+15 |
|\ \ |
|
| * \ | merge trunk | sebres | 2017-03-06 | 1 | -11/+13 |
| |\ \ |
|
| | * | | More internal use of size_t in stead of int, e.g. for epoch's | jan.nijtmans | 2017-02-15 | 1 | -6/+6 |
|
|
| | * | | In TclGetNumberFromObj() macro (tclExecute.c): Don't fill in type if TCL_ERRO... | jan.nijtmans | 2017-02-03 | 1 | -5/+4 |
|
|
| | * | | If TCL_NO_DEPRECATED is defined, remove the "case" statement, and use much le... | jan.nijtmans | 2017-01-25 | 1 | -0/+2 |
|
|
| | * | | Introduce new function TclInitThreadAlloc(), symmetric with TclFinalizeThread...notifier | jan.nijtmans | 2017-01-13 | 1 | -0/+1 |
|
|
| * | | | [win] accomplished winTime module using very fast wide clicks, with denominat... | sebres | 2017-02-09 | 1 | -7/+3 |
|
|
| * | | | [timerate] bug fix: missing scale conversion by Mac OSX on platform where hig... | sebres | 2017-02-09 | 1 | -0/+16 |
|
|
| * | | | missing entry of tclInt.h added | sebres | 2017-01-09 | 1 | -0/+3 |
| |/ / |
|
| * | | TIP [http://www.tcl.tk/cgi-bin/tct/tip/459|459] implementation, but (for now)... | jan.nijtmans | 2017-01-04 | 1 | -0/+5 |
| |\ \ |
|
| | * \ | Bring back stub table in original state. | jan.nijtmans | 2016-12-08 | 1 | -2/+6 |
| | |\ \ |
|
| | * | | | Complete implementation, tests and documentation | jan.nijtmans | 2016-11-28 | 1 | -0/+1 |
|
|
| | * | | | Starting implementing the "package files" command. TIP still to be written. | jan.nijtmans | 2016-11-24 | 1 | -0/+1 |
|
|
| * | | | | Eliminate the internal macro/function TclNewIntObj: In all cases TclNewLongOb... | jan.nijtmans | 2016-12-23 | 1 | -9/+2 |
| | |/ /
| |/| | |
|
| * | | | Created a new "proper bytearray" Tcl_ObjType so we can use bytearrays | dgp | 2016-12-01 | 1 | -2/+1 |
|
|
| * | | | Route all [string repeat] operations through a common implementation. | dgp | 2016-11-30 | 1 | -0/+2 |
| |/ / |
|
| * | | Make compileEpoch "unsigned int", and start counting at 1. | jan.nijtmans | 2016-11-24 | 1 | -1/+1 |
|
|
| * | | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c... | jan.nijtmans | 2016-11-16 | 1 | -13/+13 |
|
|
| * | | Route all [string last] operations through a common implementation. | dgp | 2016-11-08 | 1 | -1/+3 |
|
|
| * | | First draft refactoring the [string first] functionality. | dgp | 2016-11-04 | 1 | -0/+2 |
|
|
| * | | WIP | dgp | 2016-10-28 | 1 | -2/+3 |
|
|
| * | | Start bringing all `string cat` operations into one place so it can be coded | dgp | 2016-10-27 | 1 | -0/+2 |
|
|
| * | | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd liter... | jan.nijtmans | 2016-09-07 | 1 | -4/+6 |
| |\ \ |
|
| * | | | [0363f0146c] Fix [array startsearch] id handling to support var name variations | dgp | 2016-07-19 | 1 | -1/+0 |
|
|
| * | | | New private flag value INDEX_TEMP_TABLE. | dgp | 2016-07-13 | 1 | -0/+9 |
|
|
| * | | | Make hash type changable by compiling with -DTCL_HASH_TYPE=size_t (for exampl... | jan.nijtmans | 2016-07-12 | 1 | -1/+1 |
|
|
| * | | | merge 8.6 | dgp | 2016-07-09 | 1 | -0/+15 |
| |\ \ \ |
|