0
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected 1 day ago.
Oct 27, 2024 — Oct 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove non-windows functionality. More... over 16 years ago
Add Stuart Crook's CFNotifictionCenter code. New tests to come, once x-platform issues ironed out. Sorry if this breaks anything! More... over 16 years ago
Correct typo in ICU headers. More... over 16 years ago
Bumped patch revision from .1 to .2 in preparation for a release. Updated changes since last release. More... over 16 years ago
Provided a module-private implementation of lround to work around the fact that MS VS2005 and VS2008 do not have a C99-compliant math library. More... over 16 years ago
* Add missing dependency on CFLite for CFRunLoopTimerExample project. * Provide simple lround implementation for Windows use. More... over 16 years ago
Ignore autom4ate.cache directory created by autoconf and friends. More... over 16 years ago
Ensure dirent.[ch] get picked up for the dist make target goal. More... over 16 years ago
Added CFTest and SimpleWebServer to the check and dist make target goals. More... over 16 years ago
Updated to reflect ICU version update and Cocotron relocation. More... over 16 years ago
Added another test to ensure timer iteration rounding is working correctly. More... over 16 years ago
Changed double printf specifiers from 'f' to 'g'. Ensure timer iterations is properly rounded rather than implicitly truncated and change the success result criteria to match. More... over 16 years ago
Changed all iteration counters to unsigned long as they cannot ever practically be negative. More... over 16 years ago
Coding style clean-up. More... over 16 years ago
Update to ICU 4.0 More... over 16 years ago
Correct minor build error (Windows) More... over 16 years ago
* Add missing Windows dirent implementation. * Remove non-existant examples from the project. More... over 16 years ago
Correct binary plist writes for non-CFData types (thanks to Stuart Crook.) More... over 16 years ago
* Minor updates to the String Example. * Include David's useful test application. More... over 16 years ago
* Move Cocotron into subfolder. * Add more string tests. More... over 16 years ago
* Enable preferences for bundles. * Correct Windows handling of user preferred language ID. More... over 16 years ago
Attempt to more closely match BuildCFLite steps from darwinbuild. More... over 16 years ago
Updates based on Leopard sources (Darwinports) for ICU 3.6 More... over 16 years ago
Added example back to the check target goal now that it is quasi-functional on Linux. More... over 16 years ago
Ensure __CFRunLoopRun provides a container of timers to call on Linux as it does for Windows. More... over 16 years ago
A couple of updates to get headers in line with Mac OS X. More... over 16 years ago
Windows and Linux will likely share much of the core of __CFRunLoopRun. Use portable types based on existing typedefs rather than explicit Windows types to ease that future sharing. More... over 16 years ago
Windows and Linux will share some common infrastructure for handling run loop timers. Make sure those symbols and variables are visible for Linux. More... over 16 years ago
Add some casts to satisfy Apple's gcc. More... over 16 years ago
Ensure __CFPortSet types are always initialized consistently for maximum portability. Update _CFRunLoopInputsReady to leverage code that is now ported. More... over 16 years ago