-
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