-
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.