summaryrefslogtreecommitdiffstats
path: root/generic/tclClock.c
Commit message (Collapse)AuthorAgeFilesLines
* merge 8.7dgp2020-03-061-10/+5
|\
| * More TCL_UNUSED deploymentdgp2020-03-061-10/+5
| |
* | Merge 8.7jan.nijtmans2020-02-281-29/+29
|\ \ | |/
| * Implement TIP #557: C++ support for Tcljan.nijtmans2020-02-281-29/+29
| |\
| | * Merge 8.7jan.nijtmans2020-02-261-1/+1
| | |\
| | * \ Merge 8.7jan.nijtmans2019-10-061-1/+1
| | |\ \
| | * \ \ Merge tip-548jan.nijtmans2019-08-291-0/+5
| | |\ \ \
| | * | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-29/+29
| | | | | |
* | | | | | Merge 8.7jan.nijtmans2020-02-261-32/+32
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6jan.nijtmans2020-02-261-32/+32
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Resolve a number of shadowed variables (discovered by compiling with -Wshadow)jan.nijtmans2020-02-261-32/+32
| | | | | |
* | | | | | Merge 8.7jan.nijtmans2020-02-241-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6jan.nijtmans2020-02-241-1/+1
| |\ \ \ \ \ | | |/ / / / | | | | | / | | |_|_|/ | |/| | |
| | * | | Merge 8.5jan.nijtmans2020-02-241-1/+1
| | |\ \ \
| | | * | | Add -Wpointer-arith warning to C-compile. Fix gcc(-9) warning.jan.nijtmans2020-02-241-1/+1
| | | | | |
* | | | | | Merge 8.7jan.nijtmans2019-10-051-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6jan.nijtmans2019-10-051-1/+1
| |\ \ \ \ \ | | |/ / / / | | | | | / | | |_|_|/ | |/| | |
| | * | | Change LSTATUS to LONG, since older SDK's don't know it. core.tcl.tk -> ↵jan.nijtmans2019-10-051-1/+1
| | |\ \ \ | | | |/ / | | | | | | | | | | core.tcl-lang.org and http -> https
| | | * | back-ported branch sebres-8-6-timerate (new command "timerate" for 8.5)sebres2017-05-161-8/+2
| | | |\ \
| | | * | | Fix compiler warnings (discovered on latest clang/gcc6), suggested by Gustaf ↵jan.nijtmans2016-01-211-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | Neumann. All harmless, no change of functionality.
* | | | | | Merge 8.7jan.nijtmans2019-08-281-0/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6jan.nijtmans2019-08-281-0/+5
| |\ \ \ \ \ | | |/ / / / | | | | | / | | |_|_|/ | |/| | |
| | * | | Add /* FALLTHRU */ markers in various places (silencing possible GCC ↵jan.nijtmans2019-08-281-0/+5
| | | | | | | | | | | | | | | | | | | | warnings). Eliminate some more "register" keywords. Eliminate (or silence) some unused function parameters.
* | | | | merge 8.7 (TIP#527, New measurement facilities in TCL: New command timerate, ↵sebres2019-03-051-7/+2
|\ \ \ \ \ | |/ / / / | | | | | | | | | | performance test suite)
| * | | | merge 8.6 (TIP#527, New measurement facilities in TCL: New command timerate, ↵sebres2019-03-051-7/+2
| |\ \ \ \ | | |/ / / | | | | | | | | | | performance test suite)
| | * | | merge 8.6(.9), conflicts resolvedsergey.brester2019-02-071-16/+13
| | |\ \ \ | | | |_|/ | | |/| |
| | * | | back-ported branch sebres_trunk_timerate (new command "timerate" for 8.6)sebres2017-05-091-7/+2
| | |\ \ \
| | | * | | [timerate] bug fix: missing scale conversion by Mac OSX on platform where ↵sebres2017-02-091-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | high resolution clicks are not microseconds based; [win] use high resolution timer for the wide clicks and microseconds directly, prevent several forwards/backwards conversions; [win, unix, mac-osx] normalize some functions for common usage in different time units (clicks, micro- and nanoseconds)
* | | | | | Merge 8.7jan.nijtmans2019-02-251-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | New internal macro TclHasIntRep() to re-encapsulate the typePtr field.dgp2019-02-251-1/+1
| | | | | |
* | | | | | Another (big) round of int -> size_t enhancements. So Tcl can handle string ↵jan.nijtmans2019-02-011-1/+1
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | >2GiB in more places.
* | | | | | Merge 8.7jan.nijtmans2019-01-281-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. jan.nijtmans2019-01-281-1/+1
| | | | | | | | | | | | | | | | | | But ... don't use this function when the result is only compared to NULL: that's just overkill.
* | | | | | Merge 8.7jan.nijtmans2018-12-121-12/+12
|\ \ \ \ \ \ | |/ / / / /
| * | | | | If compiled with -DTCL_NO_DEPRECATED, remove ↵jan.nijtmans2018-12-121-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tcl_NewIntObj/Tcl_NewLongObj/Tcl_DbNewLongObj from stub table, as they will be gone in 9.0 (converted to a macro) Use Tcl_WideInt's directly in more places, diminishing the possibility of inadvent overflow.
* | | | | | Implement TIP 445dgp2018-11-131-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | merge trunkdgp2017-06-161-12/+10
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | merge trunkdgp2017-04-121-1/+1
| |\ \ \ \ \
| | * | | | | Remove some unnecessary "struct" definitions and some type casts no longer ↵jan.nijtmans2017-04-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | necessary. No functional changes.
| * | | | | | merge trunkdgp2017-03-171-4/+18
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Compile [clock clicks], [clock microseconds], [clock milliseconds] and ↵Kevin B Kenny2017-03-151-12/+8
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | | | | | | | [clock seconds].
| | * | | | | Make 'clock' and 'encoding' into compilable ensembles that play with safe ↵Kevin B Kenny2017-03-141-0/+18
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | | | | | | | | | interps
| * | | | | | merge trunkdgp2016-12-191-3/+2
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Some more internal use of size_t in stead of int. No functional change.jan.nijtmans2016-12-161-3/+2
| | | | | | |
| * | | | | | merge trunkdgp2016-07-101-0/+12
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | A few more easy conversions.dgp2016-03-271-1/+1
| | | | | | |
* | | | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, ↵jan.nijtmans2018-09-011-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | TCL_IO_FAILURE and TCL_NO_LENGTH (experimental, still open to be renamed following discussion)
* | | | | | | merge core-8-branch. Various cleanup: unused structure names, unused ↵jan.nijtmans2017-12-011-1/+1
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | #defines. Change some "epoch"-related fields from int to size_t. Nothing functional.
* | | | | | Tcl_GetWideIntFromObj() -> TclGetWideIntFromObj(), and minor other ↵jan.nijtmans2017-06-071-16/+13
| |_|_|/ / |/| | | | | | | | | | | | | | simplifications/optimizations. No functional change.
* | | | | Compile [clock clicks], [clock microseconds], [clock milliseconds] and ↵Kevin B Kenny2017-03-151-12/+8
| |_|/ / |/| | | | | | | | | | | [clock seconds].