/simpletypesystem/trunk

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

  • Committer: Gustav Hartvigsson
  • Date: 2015-09-12 17:55:59 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20150912175559-o0k3rb3ojdhx7qwy
* Added our own types for stability and shit and giggles.
* Implemented s_box_get_[pointer, sobject, int, long, short, char, ....]
* Fixed s_box_free
* Marked s_box_get_[wchar, wstring] as depricated.
* Made a macro for the __attribute__((unused)) so it will work on MSVC... (Still need something like that for __attribute__((depricated))
* removed the strdump def, now a macro to s_string_new.
* Changed SMap buckets into SLinkedList instad of SDynamicArray.
* Added a generic to add two vectors together. (Automagikcs!)

* Needs a write a test suite for:
  * SMap
  * SBox
Filename Latest Rev Last Changed Committer Comment Size
..
docs 1 12 years ago Gustav Hartvigsson Initial Code. Diff
src 1 12 years ago Gustav Hartvigsson Initial Code. Diff
tests 1 12 years ago Gustav Hartvigsson Initial Code. Diff
CMakeLists.txt 59 10 years ago Gustav Hartvigsson * Moved print_backtrace() to utils.h 1.9 KB Diff Download File
Doxyfile.in 67 10 years ago Gustav Hartvigsson * Readded s_wstring_to_string function* * added 10.1 KB Diff Download File
LICENSE 42 10 years ago Gustav Hartvigsson * Updated the README. * Added LICENSE. 1 KB Diff Download File
README 42 10 years ago Gustav Hartvigsson * Updated the README. * Added LICENSE. 903 bytes Diff Download File