This website requires JavaScript.
Explore
Help
Sign In
interesting
/
libui
Watch
1
Star
0
Fork
You've already forked libui
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
288c74b026
libui
/
test
History
Pietro Gagliardi
288c74b026
Implemented the new MulDiv128 stuff on macOS. To make things easier in regards to signedness, this implementation also uses a base, like the Unix one, and the mach_timebase_info() conversion is done in timerMonotonicTime() instead. (Also added the admittedly-redundant-since-the-current(ish)-implementation-cannot-fail error check to mach_timebase_info().) As a result, timerTimeSub() can now be end - start on all platforms. Also found and fixed bugs in the actual muldiv128 algorithm implementation. Next up: Windows.
2019-05-05 03:17:11 -04:00
..
lib
Implemented the new MulDiv128 stuff on macOS. To make things easier in regards to signedness, this implementation also uses a base, like the Unix one, and the mach_timebase_info() conversion is done in timerMonotonicTime() instead. (Also added the admittedly-redundant-since-the-current(ish)-implementation-cannot-fail error check to mach_timebase_info().) As a result, timerTimeSub() can now be end - start on all platforms. Also found and fixed bugs in the actual muldiv128 algorithm implementation. Next up: Windows.
2019-05-05 03:17:11 -04:00
initmain.c
Fixed build errors on Windows.
2019-05-04 21:47:04 -04:00
main.c
Fixed build issues. Now to fix runtime issues: we'll have to use reentrancy everywhere, because rcx is clobbered by GetMessage().
2019-05-03 10:32:31 -04:00
meson.build
Fixed build errors on Windows.
2019-05-04 21:47:04 -04:00
resources.rc
More notes.
2019-04-21 18:00:38 -04:00
test.h
Formatted test results across multiple lines in the same way as in Go. Also prettyprinted diffs in initmain.c.
2019-05-04 21:13:47 -04:00
test.manifest
ANd integrated the test manifest back into the tester.
2019-04-21 17:59:29 -04:00
test.static.manifest
ANd integrated the test manifest back into the tester.
2019-04-21 17:59:29 -04:00