]> git.mdlowis.com Git - archive/carl.git/shortlog
archive/carl.git
2016-02-08 Mike LowisAdded unit tests for doubly-linked list. 100% covered now master
2016-02-03 Michael D.... Merged data structure source files with headers in...
2015-12-30 Mike LowisAdded tools dir to the dist files list
2015-12-30 Mike LowisAdded distribution tarball tasks
2015-12-30 Michael D.... Added config.mk file to allow user-specific configuration
2015-12-11 Michael D.... Added test file for basic rune functions
2015-12-11 Michael D.... Optimized unicode data test
2015-12-10 Mike LowisFinish unit tests for toupperrune, tolowerrune, and...
2015-11-29 Michael D.... Switched to a simple POSIX compliant makefile
2015-10-01 Mike D. LowisAdded some hash functions to the hashtable interface
2015-10-01 Mike D. LowisAdded tests for delete and tweaked the API a bit
2015-10-01 Mike D. LowisAdded tests for new hashtable implementation. Fully...
2015-10-01 Michael D.... Fleshed out the hashtable implementation some more...
2015-09-30 Mike D. LowisAdded incomplete hashtable implementation
2015-09-30 Mike D. LowisAdded a TODO file to keep track of pending work
2015-09-30 Mike D. LowisEnsure that all provided data structures are standalone...
2015-09-30 Mike D. LowisConvert the project over to a ninja build file generate...
2015-09-22 Mike D. Lowismoved all generated utf files to a subdirectory
2015-09-22 Mike D. LowisAdded very crappy, very primitive test case for verifyi...
2015-09-22 Mike D. LowisRename library from libc to carl to avoid interfering...
2015-09-22 Michael D.... Added prototypes for generated runetype functions and...
2015-09-21 Michael D.... Updated unicode database parsing script to generate...
2015-09-19 Michael D.... regenerated rune type tables
2015-09-19 Michael D.... Removed exits functionality and changed formatting...
2015-09-18 Mike D. LowisUpdated unicode generator to generate all tables instea...
2015-09-18 Mike D. LowisAdded generated rune type files
2015-08-12 Mike D. LowisAdd threading and atomics to the header file
2015-07-06 Michael D.... Initial implementation of vector
2015-06-28 Michael D.... Added ctype include
2015-06-28 Michael D.... Added a foreach macro for singly linked lists
2015-06-28 Michael D.... Added initial implementation of doubly linked list
2015-06-27 Michael D.... Added binary search tree implementation to the data...
2015-06-26 Michael D.... Tweaked unicode.rb slightly
2015-06-26 Michael D.... Added singly linked list implementation
2015-06-25 Mike D. LowisAdded unicode 8.0.0 character database and ruby script...
2015-06-09 Mike D. LowisFixed compiler warnings for stubs
2015-06-08 Mike D. LowisAdded stubs for some rune routines
2015-06-07 Michael D.... Added support for unit tests
2015-06-07 Michael D.... Added more documentation
2015-06-06 Michael D.... Added documentation to some functions in preparation...
2015-06-06 Michael D.... Added refcounting functionality
2015-06-05 Mike D. LowisStarted defining extensions to C library
2015-06-05 Mike D. LowisFixed a quirk with the user_main prototype
2015-06-05 Mike D. LowisInitialized the build environment
2015-06-05 Mike LowisInitial commit