/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
..
external 86 9 years ago Gustav Hartvigsson * added external .h files for dealing with stuff t Diff
Application.c 150 8 years ago Gustav Hartvigsson * Fixed the tests in the CMake file * Made doxygen 27 bytes Diff Download File
Application.h 150 8 years ago Gustav Hartvigsson * Fixed the tests in the CMake file * Made doxygen 1.5 KB Diff Download File
BaseN.c 150 8 years ago Gustav Hartvigsson * Fixed the tests in the CMake file * Made doxygen 9.2 KB Diff Download File
BaseN.h 138 8 years ago Gustav Hartvigsson * Fixed s_base_16_enc * started work on s_base_16_ 2 KB Diff Download File
baseobject.c 121.1.3 9 years ago Gustav Hartvigsson * Made the GC switchable at rutime (once) when com 5 KB Diff Download File
baseobject.h 126.1.1 9 years ago Gustav Hartvigsson * Using #ifndef __H_FOO__ #define __H_FOO__ 5.6 KB Diff Download File
Box.c 121.1.3 9 years ago Gustav Hartvigsson * Made the GC switchable at rutime (once) when com 10.3 KB Diff Download File
Box.h 126.1.1 9 years ago Gustav Hartvigsson * Using #ifndef __H_FOO__ #define __H_FOO__ 5.7 KB Diff Download File
Callback.c 121.1.3 9 years ago Gustav Hartvigsson * Made the GC switchable at rutime (once) when com 2.5 KB Diff Download File
Callback.h 150 8 years ago Gustav Hartvigsson * Fixed the tests in the CMake file * Made doxygen 3.1 KB Diff Download File
CMakeLists.txt 150 8 years ago Gustav Hartvigsson * Fixed the tests in the CMake file * Made doxygen 2.4 KB Diff Download File
config.h.in 126.1.1 9 years ago Gustav Hartvigsson * Using #ifndef __H_FOO__ #define __H_FOO__ 471 bytes Diff Download File
Console.c 140 8 years ago Gustav Hartvigsson * Added Better comments to SRingBuffer * Fixed ind Empty Diff Download File
Console.h 140 8 years ago Gustav Hartvigsson * Added Better comments to SRingBuffer * Fixed ind 1.9 KB Diff Download File
defs.c 150 8 years ago Gustav Hartvigsson * Fixed the tests in the CMake file * Made doxygen Empty Diff Download File
defs.h 150 8 years ago Gustav Hartvigsson * Fixed the tests in the CMake file * Made doxygen 6.4 KB Diff Download File
DynamicArray.c 150 8 years ago Gustav Hartvigsson * Fixed the tests in the CMake file * Made doxygen 5.2 KB Diff Download File
DynamicArray.h 150 8 years ago Gustav Hartvigsson * Fixed the tests in the CMake file * Made doxygen 5.6 KB Diff Download File
Error.c 121.1.3 9 years ago Gustav Hartvigsson * Made the GC switchable at rutime (once) when com 9.2 KB Diff Download File
Error.h 130.1.4 9 years ago Gustav Hartvigsson * Inpremented the manual mark and sweep thingys. 4.8 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 126.1.1 9 years ago Gustav Hartvigsson * Using #ifndef __H_FOO__ #define __H_FOO__ 2.9 KB Diff Download File
GlobalNotify.c 149 8 years ago Gustav Hartvigsson * Fixed tests 1.8 KB Diff Download File
GlobalNotify.h 146 8 years ago Gustav Hartvigsson * Reorderd includes in SimpleTypeSystem.h * Starte 3.4 KB Diff Download File
hash.c 61 9 years ago Gustav Hartvigsson * Made the code more easy to read. 501 bytes Diff Download File
hash.h 126.1.1 9 years ago Gustav Hartvigsson * Using #ifndef __H_FOO__ #define __H_FOO__ 707 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 126.1.1 9 years ago Gustav Hartvigsson * Using #ifndef __H_FOO__ #define __H_FOO__ 292 bytes Diff Download File
LinkedList.c 138 8 years ago Gustav Hartvigsson * Fixed s_base_16_enc * started work on s_base_16_ 8.3 KB Diff Download File
LinkedList.h 126.1.1 9 years ago Gustav Hartvigsson * Using #ifndef __H_FOO__ #define __H_FOO__ 4.4 KB Diff Download File
MainLoop.c 150 8 years ago Gustav Hartvigsson * Fixed the tests in the CMake file * Made doxygen 14.4 KB Diff Download File
MainLoop.h 140 8 years ago Gustav Hartvigsson * Added Better comments to SRingBuffer * Fixed ind 8.6 KB Diff Download File
Map.c 150 8 years ago Gustav Hartvigsson * Fixed the tests in the CMake file * Made doxygen 8 KB Diff Download File
Map.h 150 8 years ago Gustav Hartvigsson * Fixed the tests in the CMake file * Made doxygen 5 KB Diff Download File
Matrix.c 121.1.3 9 years ago Gustav Hartvigsson * Made the GC switchable at rutime (once) when com 3.1 KB Diff Download File
Matrix.h 126.1.1 9 years ago Gustav Hartvigsson * Using #ifndef __H_FOO__ #define __H_FOO__ 6.6 KB Diff Download File
mm.c 130.1.4 9 years ago Gustav Hartvigsson * Inpremented the manual mark and sweep thingys. 2.6 KB Diff Download File
mm.h 146 8 years ago Gustav Hartvigsson * Reorderd includes in SimpleTypeSystem.h * Starte 3.9 KB Diff Download File
mm_mark_and_sweep.c 130.1.6 9 years ago Gustav Hartvigsson * Added more tests 3.2 KB Diff Download File
mm_mark_and_sweep.h 130.1.5 9 years ago Gustav Hartvigsson * better structuring of documentation 2.1 KB Diff Download File
primes.c 150 8 years ago Gustav Hartvigsson * Fixed the tests in the CMake file * Made doxygen 926 bytes Diff Download File
primes.h 150 8 years ago Gustav Hartvigsson * Fixed the tests in the CMake file * Made doxygen 5 KB Diff Download File
RingBuffer.c 140 8 years ago Gustav Hartvigsson * Added Better comments to SRingBuffer * Fixed ind 5.4 KB Diff Download File
RingBuffer.h 139 8 years ago Gustav Hartvigsson * Started work on the ring buffer, still untested 4.5 KB Diff Download File
SimpleTypeSystem.c 146 8 years ago Gustav Hartvigsson * Reorderd includes in SimpleTypeSystem.h * Starte 1.7 KB Diff Download File
SimpleTypeSystem.h 146 8 years ago Gustav Hartvigsson * Reorderd includes in SimpleTypeSystem.h * Starte 2.8 KB Diff Download File
Stream.c 121.1.3 9 years ago Gustav Hartvigsson * Made the GC switchable at rutime (once) when com 1.9 KB Diff Download File
Stream.h 126.1.1 9 years ago Gustav Hartvigsson * Using #ifndef __H_FOO__ #define __H_FOO__ 1.8 KB Diff Download File
StreamPrivate.h 126.1.1 9 years ago Gustav Hartvigsson * Using #ifndef __H_FOO__ #define __H_FOO__ 802 bytes Diff Download File
Thread.c 150 8 years ago Gustav Hartvigsson * Fixed the tests in the CMake file * Made doxygen 3.6 KB Diff Download File
Thread.h 150 8 years ago Gustav Hartvigsson * Fixed the tests in the CMake file * Made doxygen 3.7 KB Diff Download File
types.c 150 8 years ago Gustav Hartvigsson * Fixed the tests in the CMake file * Made doxygen 4.5 KB Diff Download File
types.h 150 8 years ago Gustav Hartvigsson * Fixed the tests in the CMake file * Made doxygen 7.8 KB Diff Download File
utils.c 150 8 years ago Gustav Hartvigsson * Fixed the tests in the CMake file * Made doxygen 9 KB Diff Download File
utils.h 150 8 years ago Gustav Hartvigsson * Fixed the tests in the CMake file * Made doxygen 10.1 KB Diff Download File
vec.c 121.1.3 9 years ago Gustav Hartvigsson * Made the GC switchable at rutime (once) when com 2.1 KB Diff Download File
vec.h 126.1.1 9 years ago Gustav Hartvigsson * Using #ifndef __H_FOO__ #define __H_FOO__ 3.5 KB Diff Download File