/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
..
baseobject.c 39 10 years ago Gustav Hartvigsson * Added "check" target for testing. * Changed SRC 5 KB Diff Download File
baseobject.h 33 10 years ago Gustav Hartvigsson * made test_macros.h a lil' bit more portable 5.5 KB Diff Download File
Box.c 27 10 years ago Gustav Hartvigsson * added skeleton for the SBox type. An SBox is a Empty Diff Download File
Box.h 27 10 years ago Gustav Hartvigsson * added skeleton for the SBox type. An SBox is a 444 bytes Diff Download File
CMakeLists.txt 39 10 years ago Gustav Hartvigsson * Added "check" target for testing. * Changed SRC 1.1 KB Diff Download File
config.h.in 32 10 years ago Gustav Hartvigsson * Added some compile options to the root CMakeList 235 bytes Diff Download File
defs.h 33 10 years ago Gustav Hartvigsson * made test_macros.h a lil' bit more portable 1.5 KB Diff Download File
DynamicArray.c 30 10 years ago Gustav Hartvigsson * Made the code compile using CMake. 3.2 KB Diff Download File
DynamicArray.h 30 10 years ago Gustav Hartvigsson * Made the code compile using CMake. 3.6 KB Diff Download File
Error.c 39 10 years ago Gustav Hartvigsson * Added "check" target for testing. * Changed SRC 2.5 KB Diff Download File
Error.h 39 10 years ago Gustav Hartvigsson * Added "check" target for testing. * Changed SRC 2.6 KB Diff Download File
Func.c 5.2.7 10 years ago Gustav Hartvigsson * Switched licence to a more permisive one. No 1 KB Diff Download File
Func.h 32 10 years ago Gustav Hartvigsson * Added some compile options to the root CMakeList 2.2 KB Diff Download File
GlobalNotify.c 24 10 years ago Gustav Hartvigsson * added skeleton of global noify. Empty Diff Download File
GlobalNotify.h 32 10 years ago Gustav Hartvigsson * Added some compile options to the root CMakeList 1.9 KB Diff Download File
hash.c 30 10 years ago Gustav Hartvigsson * Made the code compile using CMake. 264 bytes Diff Download File
hash.h 29 10 years ago Gustav Hartvigsson * Switched to CMake to future proof the project a 459 bytes Diff Download File
Interface.c 5.2.1 11 years ago Gustav Hartvigsson Started work on the Map (SMap) data structure. Sti Empty Diff Download File
Interface.h 5.2.1 11 years ago Gustav Hartvigsson Started work on the Map (SMap) data structure. Sti Empty Diff Download File
LinkedList.c 30 10 years ago Gustav Hartvigsson * Made the code compile using CMake. 3.6 KB Diff Download File
LinkedList.h 30 10 years ago Gustav Hartvigsson * Made the code compile using CMake. 3.3 KB Diff Download File
MainLoop.c 5.2.1 11 years ago Gustav Hartvigsson Started work on the Map (SMap) data structure. Sti Empty Diff Download File
MainLoop.h 5.2.1 11 years ago Gustav Hartvigsson Started work on the Map (SMap) data structure. Sti Empty Diff Download File
Map.c 22 10 years ago Gustav Hartvigsson * Made code compile 2.9 KB Diff Download File
Map.h 22 10 years ago Gustav Hartvigsson * Made code compile 4.6 KB Diff Download File
SimpleTypeSystem.c 5.2.8 10 years ago Gustav Hartvigsson * Copied over LinkedList and DynamicArray from c_s 1.6 KB Diff Download File
SimpleTypeSystem.h 29 10 years ago Gustav Hartvigsson * Switched to CMake to future proof the project a 2.1 KB Diff Download File
utils.c 39 10 years ago Gustav Hartvigsson * Added "check" target for testing. * Changed SRC 1.8 KB Diff Download File
utils.h 39 10 years ago Gustav Hartvigsson * Added "check" target for testing. * Changed SRC 2.7 KB Diff Download File
vec.c 32 10 years ago Gustav Hartvigsson * Added some compile options to the root CMakeList 327 bytes Diff Download File
vec.h 30 10 years ago Gustav Hartvigsson * Made the code compile using CMake. 923 bytes Diff Download File