| Commit message (Expand) | Author | Age | Files | Lines |
* | merge (integrate) sebres-event-perf-fix-busy-waitsebres_8_5_event_perf_branch | sebres | 2017-07-13 | 2 | -8/+22 |
|\ |
|
| * | avoid busy wait if new short block-time will be set within service event-cycl...sebres_event_perf_fix_busy_wait | sebres | 2017-07-13 | 1 | -7/+22 |
|
|
| * | timer: fixed setup of the block-time to 0.0 by pending timer of new generatio... | sebres | 2017-07-13 | 1 | -1/+0 |
|/ |
|
* | merge core-8-5-branch | sebres | 2017-07-10 | 5 | -979/+997 |
|\ |
|
| * | tclPathObj: fixed TclJoinPath (backported from 8.6) - usage of released objec... | sebres | 2017-07-03 | 1 | -84/+70 |
|
|
| * | Upgrade all internal character tables to Unicode 10 | jan.nijtmans | 2017-06-22 | 2 | -807/+836 |
|
|
| * | Fix [2738427]: Tcl_NumUtfChars(...) no overflow check. | jan.nijtmans | 2017-06-08 | 1 | -13/+14 |
|
|
| * | [67aa9a2070] Tcl_UtfToUniChar returns single byte for invalid UTF-8 input as ... | jan.nijtmans | 2017-06-06 | 2 | -75/+77 |
|
|
* | | avoid blocking wait if we've some retarded events (from last event-cycle) and... | sebres | 2017-07-10 | 1 | -0/+12 |
|
|
* | | reintegrate sebres-8-6-event-perf-branch back to 8.5 | sebres | 2017-07-10 | 7 | -211/+430 |
|\ \ |
|
| * | | tclUnixNotfy.c: we should wait for notifier at least once in case of waitForF... | sebres | 2017-07-10 | 1 | -10/+20 |
|
|
| * | | Stability fix: queue epoch to guarantee avoid broken queue, service level to ... | sebres | 2017-07-10 | 5 | -178/+378 |
|
|
| * | | merge resp. reintegrate sebres-8-5-event-perf-branch to 8.6 | sebres | 2017-07-10 | 24 | -15366/+9553 |
| |\ \
| |/ /
|/| | |
|
* | | | performance test cases extended
| sebres | 2017-07-03 | 1 | -8/+37 |
|
|
* | | | cleanup...
| sebres | 2017-07-03 | 1 | -17/+1 |
|
|
* | | | after at: added simple workaround for absolute timers/sleep ("after at real-t... | sebres | 2017-07-03 | 2 | -3/+200 |
|
|
* | | | code review and small optimizations
| sebres | 2017-07-03 | 2 | -36/+37 |
|
|
* | | | fix check event source threshold (corresponds 100-ns ranges, if the wide-clic... | sebres | 2017-07-03 | 1 | -38/+51 |
|
|
* | | | unix: implements wide-clicks on unix (1 wide-click == 0.001 microseconds (1 n... | sebres | 2017-07-03 | 3 | -13308/+4979 |
|
|
* | | | [unix] fixes conditional-wait: timeout is monotonic based;
| sebres | 2017-07-03 | 1 | -3/+13 |
|
|
* | | | Introduced monotonic time as ultimate fix for time-jump issue (fixed for wind... | sebres | 2017-07-03 | 11 | -435/+393 |
|
|
* | | | don't cancel scheduled event as long as the event list is not bidirectional (... | sebres | 2017-07-03 | 1 | -1/+9 |
|
|
* | | | fixed timer-marker handling: timer should be always executed after queued eve... | sebres | 2017-07-03 | 6 | -197/+230 |
|
|
* | | | interim commit: trying to pass test-cases - timer-3.*, chan-io-29.34, socket-... | sebres | 2017-07-03 | 3 | -60/+118 |
|
|
* | | | Merge branch 'fix-busy-prompt-timers' into event-perf-branch:
| sebres | 2017-07-03 | 1 | -34/+81 |
|
|
* | | | "after at" set factor to 1000000 (seconds), test cases fixed
| sebres | 2017-07-03 | 3 | -13/+13 |
|
|
* | | | code review, rewrite tclTimer, prolongation, etc.
| sebres | 2017-07-03 | 7 | -404/+593 |
|
|
* | | | interim commit: code review, rewrite tclTimer, etc.
| sebres | 2017-07-03 | 5 | -111/+219 |
|
|
* | | | 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 | 2 | -19/+56 |
|
|
* | | | don't use tolerance in vwait, because of dual usage, it causes canceling of w... | sebres | 2017-07-03 | 1 | -8/+2 |
|
|
* | | | interim commit: trying to resolve time-freezes with new facilities timeJump/t... | sebres | 2017-07-03 | 7 | -270/+362 |
|
|
* | | | interim commit: trying to resolve time-freezes with new facilities timeJump/t... | sebres | 2017-07-03 | 5 | -194/+454 |
|
|
* | | | call TclWinResetTimerResolution at end of sleep resp. wait for event (no cali... | sebres | 2017-07-03 | 1 | -10/+18 |
|
|
* | | | win: calibration cycle completely rewritten (no calibration thread needed, so... | sebres | 2017-07-03 | 2 | -613/+222 |
|
|
* | | | interim commit: amend with optimization
| sebres | 2017-07-03 | 1 | -53/+159 |
|
|
* | | | interim commit: time-drift backwards fix... (try to resolve using counter var... | sebres | 2017-07-03 | 1 | -168/+187 |
|
|
* | | | interim commit: time-drift backwards fix... (try to resolve using frequency f... | sebres | 2017-07-03 | 1 | -222/+86 |
|
|
* | | | interim commit: time-drift backwards fix...
| sebres | 2017-07-03 | 1 | -27/+78 |
|
|
* | | | interim commit: try to fix time-drift backwards (calibration? something else?... | sebres | 2017-07-03 | 3 | -45/+80 |
|
|
* | | | interim commit: try to fix time-drift backwards (too long offset after calibr... | sebres | 2017-07-03 | 3 | -143/+260 |
|
|
* | | | extended performance test-cases (test-nrt-capability): RTS-near sleeps with v... | sebres | 2017-07-03 | 1 | -0/+12 |
|
|
* | | | chanio.test: optimize several tests cases running too long (shorten unwanted ... | sebres | 2017-07-03 | 1 | -6/+6 |
|
|
* | | | bug fix: prevent setting of negative block-time by too few initial wait-time,... | sebres | 2017-07-03 | 1 | -6/+8 |
|
|
* | | | extended performance test-cases (test-nrt-capability): covering of brief wait... | sebres | 2017-07-03 | 1 | -0/+29 |
|
|
* | | | [unix] optimized Tcl_WaitForEvent similar to windows changes (makes Tcl for *... | sebres | 2017-07-03 | 2 | -89/+226 |
|
|
* | | | added performance test-cases to cover timer-events speed resp. event-driven t... | sebres | 2017-07-03 | 2 | -0/+270 |
|
|
* | | | fix sporadic errors on some fast cpu/platforms (because bgerror executed in b... | sebres | 2017-07-03 | 1 | -8/+15 |
|
|
* | | | make timer test-case more precise and time-independent, ignores short toleran... | sebres | 2017-07-03 | 1 | -138/+119 |
|
|
* | | | after info, after cancel: compare interpreter of the timer-events by direct r... | sebres | 2017-07-03 | 2 | -2/+28 |
|
|