/simpletypesystem/trunk

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

  • Committer: Gustav Hartvigsson
  • Date: 2015-04-28 12:25:20 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20150428122520-n90grm1k1l318ooa
* Finnished SLinkedList.
  * Still needs to be tested.
* Made s_object_initialize take the name of the class
* made s_object_free free the name
* fixed s_dynamic_array_free. It now takes a sboolean to tell it
  to free the data in the array or not.
* fixed a typo in defs.h
* fixed the the test of the dynamic array.
* switched (SObject *) to S_OBJECT () for casting in SError.
* changed hash_t to size_t.
* general code cleanup.
Filename Latest Rev Last Changed Committer Comment Size
..
baseobject.c 48 10 years ago Gustav Hartvigsson * Finnished SLinkedList. * Still needs to be tes 5.1 KB Diff Download File
baseobject.h 48 10 years ago Gustav Hartvigsson * Finnished SLinkedList. * Still needs to be tes 5.9 KB Diff Download File
Box.c 43 10 years ago Gustav Hartvigsson * Code cleanup * Added attribute ((unused)) to sup 18 bytes Diff Download File
Box.h 44 10 years ago Gustav Hartvigsson * Started to structuce the dectumentation a little 1.5 KB Diff Download File
Callback.c 44 10 years ago Gustav Hartvigsson * Started to structuce the dectumentation a little 1 KB Diff Download File
Callback.h 47 10 years ago Gustav Hartvigsson * Added a few skeletal functions to Callback.h * R 1.9 KB Diff Download File
CMakeLists.txt 44 10 years ago Gustav Hartvigsson * Started to structuce the dectumentation a little 1.2 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 48 10 years ago Gustav Hartvigsson * Finnished SLinkedList. * Still needs to be tes 2.4 KB Diff Download File
DynamicArray.c 48 10 years ago Gustav Hartvigsson * Finnished SLinkedList. * Still needs to be tes 3.7 KB Diff Download File
DynamicArray.h 48 10 years ago Gustav Hartvigsson * Finnished SLinkedList. * Still needs to be tes 4.2 KB Diff Download File
Error.c 48 10 years ago Gustav Hartvigsson * Finnished SLinkedList. * Still needs to be tes 2.5 KB Diff Download File
Error.h 46 10 years ago Gustav Hartvigsson * Renamed DynamicArray to SDynamicArray. * Renamed 2.7 KB Diff Download File
Func.c 5.2.7 11 years ago Gustav Hartvigsson * Switched licence to a more permisive one. No 1 KB Diff Download File
Func.h 47 10 years ago Gustav Hartvigsson * Added a few skeletal functions to Callback.h * R 2.2 KB Diff Download File
GlobalNotify.c 24 11 years ago Gustav Hartvigsson * added skeleton of global noify. Empty Diff Download File
GlobalNotify.h 47 10 years ago Gustav Hartvigsson * Added a few skeletal functions to Callback.h * R 3.1 KB Diff Download File
hash.c 46 10 years ago Gustav Hartvigsson * Renamed DynamicArray to SDynamicArray. * Renamed 266 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 12 years ago Gustav Hartvigsson Started work on the Map (SMap) data structure. Sti Empty Diff Download File
Interface.h 47 10 years ago Gustav Hartvigsson * Added a few skeletal functions to Callback.h * R 279 bytes Diff Download File
LinkedList.c 48 10 years ago Gustav Hartvigsson * Finnished SLinkedList. * Still needs to be tes 4.3 KB Diff Download File
LinkedList.h 48 10 years ago Gustav Hartvigsson * Finnished SLinkedList. * Still needs to be tes 3.6 KB Diff Download File
MainLoop.c 5.2.1 12 years ago Gustav Hartvigsson Started work on the Map (SMap) data structure. Sti Empty Diff Download File
MainLoop.h 5.2.1 12 years ago Gustav Hartvigsson Started work on the Map (SMap) data structure. Sti Empty Diff Download File
Map.c 46 10 years ago Gustav Hartvigsson * Renamed DynamicArray to SDynamicArray. * Renamed 2.9 KB Diff Download File
Map.h 46 10 years ago Gustav Hartvigsson * Renamed DynamicArray to SDynamicArray. * Renamed 4.6 KB Diff Download File
SimpleTypeSystem.c 45 10 years ago Gustav Hartvigsson * Fixed indirect dependency in baseobject.h * made 1.7 KB Diff Download File
SimpleTypeSystem.h 47 10 years ago Gustav Hartvigsson * Added a few skeletal functions to Callback.h * R 2.2 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 47 10 years ago Gustav Hartvigsson * Added a few skeletal functions to Callback.h * R 3.1 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 44 10 years ago Gustav Hartvigsson * Started to structuce the dectumentation a little 1.1 KB Diff Download File