/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

  • Committer: Gustav Hartvigsson
  • Date: 2015-04-08 18:25:07 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20150408182507-094jw13yhmi3bhfu
* Added "check" target for testing.
* Changed SRC to SSTS_SRC for future proofing.
* Removed a few "_" from before some struct names. It is not needed.
* Re-wrote how s_object_to_string () works on SError's. Should be faster now, but less safe...
  * To make this work I added SErrorTypeName string array. (Need to surpress the errer it creats).
* Re-orderd SErrorType enum.
* Use s_string_new_fmt () the default method for s_object_to_string ().
* Changed to strdup in some functions in utils.c.
* Added s_current_time () function to get an ISO time string.
* Added some more documentation to utils.h
* !DEBUG -> DEBUG in utils.h
* Added more tests to the test suite.
* Re-Wrote test_macros.h to display time, making it a lil' bit nicer to look at.
Filename Latest Rev Last Changed Committer Comment Size
..
error 5.2.5 11 years ago Gustav Hartvigsson Woops, foregot the test of the Error Objects... :- Diff
inheritance 1 11 years ago Gustav Hartvigsson Initial Code. Diff
CMakeLists.txt 39 10 years ago Gustav Hartvigsson * Added "check" target for testing. * Changed SRC 186 bytes Diff Download File
error.c 39 10 years ago Gustav Hartvigsson * Added "check" target for testing. * Changed SRC 1.4 KB Diff Download File
error.h 39 10 years ago Gustav Hartvigsson * Added "check" target for testing. * Changed SRC 80 bytes Diff Download File
main.c 39 10 years ago Gustav Hartvigsson * Added "check" target for testing. * Changed SRC 406 bytes Diff Download File
refcount.c 39 10 years ago Gustav Hartvigsson * Added "check" target for testing. * Changed SRC 1016 bytes Diff Download File
refcount.h 36 10 years ago Gustav Hartvigsson * Murmur 89 bytes Diff Download File
test_macros.h 39 10 years ago Gustav Hartvigsson * Added "check" target for testing. * Changed SRC 4.2 KB Diff Download File
to_string.c 39 10 years ago Gustav Hartvigsson * Added "check" target for testing. * Changed SRC 491 bytes Diff Download File
to_string.h 39 10 years ago Gustav Hartvigsson * Added "check" target for testing. * Changed SRC 92 bytes Diff Download File