/simpletypesystem/trunk

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

  • Committer: Gustav Hartvigsson
  • Date: 2017-01-24 20:55:19 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20170124205519-gtr18o3dwbunrrnx
* Fixed the tests in the CMake file
* Made doxygen output static declarations.
* Started work on SApplication
* Played with BaseN.c
  * Now it is a lil' bit better
* Spilt defs.h
  * Added types.h
    * Started work on the full typesystem.
      (Still needs testing)
  * Added primes.[c,h]
    * Contains some static array with primes.
      ("Good" primes, and all primes up to 5 000.
    * And helper functions related to Primes (Needs Tests).
* fixed s_dynamic_array_dump_array.
  (The old version did not make much sense)
* removed some functions from DymanicArray.c
* fixed compiler warnings in Mainloop.c
* removed s_map_(de)serialize_json functions.
* Made s_thread_status_get_name be less prone to error
  (This due to the C11 standard not specifing what these
   values should be)
* fixed s_thread_run
* fixed s_threa_stop

  TODO:
* Write tests for the s_prime_* functions
* Write tests for the s_type_* functions.
Filename Latest Rev Last Changed Committer Comment Size
..
main_loop_tests 130.1.6 9 years ago Gustav Hartvigsson * Added more tests Diff
base_n.c 150 8 years ago Gustav Hartvigsson * Fixed the tests in the CMake file * Made doxygen 863 bytes Diff Download File
base_n.h 138 9 years ago Gustav Hartvigsson * Fixed s_base_16_enc * started work on s_base_16_ 85 bytes Diff Download File
callback.c 150 8 years ago Gustav Hartvigsson * Fixed the tests in the CMake file * Made doxygen 1.5 KB Diff Download File
callback.h 109.1.1 10 years ago Gustav Hartvigsson * SMap seems to be broken... Or could it be SObjec 89 bytes Diff Download File
CMakeLists.txt 138 9 years ago Gustav Hartvigsson * Fixed s_base_16_enc * started work on s_base_16_ 780 bytes Diff Download File
dynamic_array.c 109.1.5 9 years ago Gustav Hartvigsson * Getting closer to fixing the callbacks... 1.6 KB Diff Download File
dynamic_array.h 47 10 years ago Gustav Hartvigsson * Added a few skeletal functions to Callback.h * R 104 bytes Diff Download File
error.c 121.1.3 9 years ago Gustav Hartvigsson * Made the GC switchable at rutime (once) when com 898 bytes Diff Download File
error.h 39 10 years ago Gustav Hartvigsson * Added "check" target for testing. * Changed SRC 80 bytes Diff Download File
linked_list.c 109.1.6 9 years ago Gustav Hartvigsson * fixed SLinkedList for the time being. 5.3 KB Diff Download File
linked_list.h 109.1.5 9 years ago Gustav Hartvigsson * Getting closer to fixing the callbacks... 98 bytes Diff Download File
main.c 149 9 years ago Gustav Hartvigsson * Fixed tests 864 bytes Diff Download File
map.c 142 9 years ago Gustav Hartvigsson * fiddeled with the test macros to make them easye 1.4 KB Diff Download File
map.h 109.1.7 9 years ago Gustav Hartvigsson * Fixed SMap, for the time being... 74 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 150 8 years ago Gustav Hartvigsson * Fixed the tests in the CMake file * Made doxygen 4.6 KB Diff Download File
thread.c 109.1.1 10 years ago Gustav Hartvigsson * SMap seems to be broken... Or could it be SObjec 108 bytes Diff Download File
thread.h 109.1.1 10 years ago Gustav Hartvigsson * SMap seems to be broken... Or could it be SObjec 105 bytes Diff Download File
to_string.c 121.1.3 9 years ago Gustav Hartvigsson * Made the GC switchable at rutime (once) when com 492 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