| Commit message (Expand) | Author | Age | Files | Lines |
* | merge resp. reintegrate sebres-8-5-event-perf-branch to 8.6 | sebres | 2017-07-10 | 1 | -441/+1230 |
|\ |
|
| * | after at: added simple workaround for absolute timers/sleep ("after at real-t... | sebres | 2017-07-03 | 1 | -3/+26 |
|
|
| * | Introduced monotonic time as ultimate fix for time-jump issue (fixed for wind... | sebres | 2017-07-03 | 1 | -115/+75 |
|
|
| * | fixed timer-marker handling: timer should be always executed after queued eve... | sebres | 2017-07-03 | 1 | -20/+9 |
|
|
| * | interim commit: trying to pass test-cases - timer-3.*, chan-io-29.34, socket-... | sebres | 2017-07-03 | 1 | -18/+31 |
|
|
| * | "after at" set factor to 1000000 (seconds), test cases fixed
| sebres | 2017-07-03 | 1 | -5/+5 |
|
|
| * | code review, rewrite tclTimer, prolongation, etc.
| sebres | 2017-07-03 | 1 | -332/+460 |
|
|
| * | interim commit: code review, rewrite tclTimer, etc.
| sebres | 2017-07-03 | 1 | -77/+141 |
|
|
| * | revert dual lists (relative/absolute) back to single list (because of better ... | sebres | 2017-07-03 | 1 | -109/+63 |
|
|
| * | amend with review
| sebres | 2017-07-03 | 1 | -16/+53 |
|
|
| * | interim commit: trying to resolve time-freezes with new facilities timeJump/t... | sebres | 2017-07-03 | 1 | -105/+134 |
|
|
| * | interim commit: trying to resolve time-freezes with new facilities timeJump/t... | sebres | 2017-07-03 | 1 | -167/+345 |
|
|
| * | interim commit: try to fix time-drift backwards (calibration? something else?... | sebres | 2017-07-03 | 1 | -1/+1 |
|
|
| * | interim commit: try to fix time-drift backwards (too long offset after calibr... | sebres | 2017-07-03 | 1 | -3/+22 |
|
|
| * | after info, after cancel: compare interpreter of the timer-events by direct r... | sebres | 2017-07-03 | 1 | -2/+2 |
|
|
| * | resolved some warnings / fixed unix resp. x64 compilation
| sebres | 2017-07-03 | 1 | -4/+4 |
|
|
| * | code review + better usage of the waiting tolerance (fewer CPU-greedy now, av... | sebres | 2017-07-03 | 1 | -3/+35 |
|
|
| * | [win32] use timer resolution handling in Tcl_Sleep also;
| sebres | 2017-07-03 | 1 | -10/+12 |
|
|
| * | dynamic increase of timer resolution corresponding wait-time;
| sebres | 2017-07-03 | 1 | -20/+24 |
|
|
| * | [enhancement] extend "vwait" with same options as "update", new syntax "vwait... | sebres | 2017-07-03 | 1 | -1/+1 |
|
|
| * | [performance] do one event (update / event servicing) cycle optimized (introd... | sebres | 2017-07-03 | 1 | -23/+99 |
|
|
| * | [performance] much better handling for timer events within Tcl_ServiceEvent u... | sebres | 2017-07-03 | 1 | -90/+28 |
|
|
| * | [performance] large performance increase by event servicing cycles (3x - 5x f... | sebres | 2017-07-03 | 1 | -123/+91 |
|
|
| * | [performance] introduced additional queue for prompt timer events (after 0) t... | sebres | 2017-07-03 | 1 | -213/+265 |
|
|
| * | bug fix: wrong release of after-id tcl-object if it switch type (object leak)
| sebres | 2017-07-03 | 1 | -7/+13 |
|
|
| * | [bug/stable fix] don't execute TimerSetupProc directly (may be unwanted, beca... | sebres | 2017-07-03 | 1 | -21/+55 |
|
|
| * | after-id: introduced object of type "afterObjType" as self-referenced weak po... | sebres | 2017-07-03 | 1 | -29/+174 |
|
|
| * | timer resp. idle events optimized: better handling using doubly linked lists,... | sebres | 2017-07-03 | 1 | -190/+349 |
|
|
| * | [performance] after-event list optimized (interp-assoc switched to doubly lin... | sebres | 2017-07-03 | 1 | -33/+26 |
|
|
* | | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac... | jan.nijtmans | 2013-04-23 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | more result generation conversion | dkf | 2012-08-03 | 1 | -4/+5 |
|
|
* | | Factor out constant that must be the same in multiple places. Prompted by a | dkf | 2012-05-25 | 1 | -6/+3 |
|
|
* | | Reduce use of Tcl_AppendElement, which is not (and can't be) a Tcl_Obj-aware ... | dkf | 2011-05-09 | 1 | -3/+5 |
|
|
* | | More generation of error codes ([format], [after], [trace], RE optimizer). | dkf | 2011-04-04 | 1 | -14/+20 |
|
|
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -15/+15 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | Bug 1350293 | Kevin B Kenny | 2005-11-09 | 1 | -2/+3 |
|
|
| | * | Tcl_ClearChannelHandlers(): bail out early if passed NULL argument | vasiljevic | 2005-10-04 | 1 | -3/+6 |
|
|
| | * | purge outdated comment | dgp | 2005-03-23 | 1 | -4/+2 |
|
|
| | * | * generic/tclTimer.c: Removed a premature optimisation that | Kevin B Kenny | 2004-09-07 | 1 | -14/+4 |
|
|
* | | | Stop small [afters] from wasting CPU [Bug 2905784] while keeping accuracy. | ferrieux | 2010-10-29 | 1 | -5/+21 |
|
|
* | | | Pure whitespace changes, changing to follow Engineering Manual style. | dkf | 2010-02-24 | 1 | -3/+3 |
|
|
* | | | Minor formatting issues | dkf | 2009-12-28 | 1 | -7/+6 |
|
|
* | | | * generic/tclExecute.c: fix potential uninitialized variable use and | das | 2009-09-07 | 1 | -2/+2 |
|
|
* | | | - eliminate some unnessary type casts | nijtmans | 2009-02-10 | 1 | -3/+3 |
|
|
* | | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ... | dkf | 2009-01-09 | 1 | -22/+19 |
|
|
* | | | TIP #337 IMPLEMENTATION | dgp | 2008-12-09 | 1 | -2/+2 |
|
|
* | | | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 1 | -4/+4 |
|
|