| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove templated clamp | 2015-12-01 | 1 | -11/+1 | |
| | | |||||
| * | Dealloc to Free & More Hashing Functions | 2015-11-29 | 2 | -196/+230 | |
| | | |||||
| * | Heap Allocator Fix | 2015-11-29 | 2 | -240/+109 | |
| | | |||||
| * | Better Allocation system | 2015-11-29 | 2 | -256/+172 | |
| | | |||||
| * | Array bug fix | 2015-11-28 | 2 | -11/+12 | |
| | | |||||
| * | gb.hpp v0.25 - gb_math.hpp v0.03 | 2015-11-27 | 3 | -82/+183 | |
| | | | | | | 0.25 - Faster Heap_Allocator for Windows using HeapAlloc 0.03 - Remove templated min/max/clamp | ||||
| * | Many bug fixes | 2015-11-22 | 4 | -95/+308 | |
| | | | | | | Fix Hash_Table Fix gb_ini Error Handling | ||||
| * | Merge pull request #2 from bullno1/gb_ini-error_handling | 2015-11-22 | 1 | -2/+2 | |
| |\ | | | | | Fix error handling in gb_ini | ||||
| | * | Fix error handling in gb_ini | 2015-11-21 | 1 | -2/+2 | |
| |/ | | | | | - Report GB_INI_ERROR_FILE_ERROR when file cannot be read - Report error from handler | ||||
| * | Hash_Table Bug Fixes | 2015-11-19 | 2 | -36/+54 | |
| | | |||||
| * | More documentation and bug fixes | 2015-11-19 | 2 | -250/+452 | |
| | | |||||
| * | gb.hpp - Minor changes | 2015-11-19 | 2 | -110/+203 | |
| | | |||||
| * | Move Semantics for Array and Hash_Table | 2015-11-18 | 2 | -68/+124 | |
| | | |||||
| * | gb.hpp - Code rearrangement into namespaces | 2015-11-18 | 3 | -314/+474 | |
| | | |||||
| * | Fix array::free | 2015-11-18 | 2 | -2/+6 | |
| | | |||||
| * | Fix Another Typo causing unresolved external symbol | 2015-11-18 | 2 | -3/+4 | |
| | | |||||
| * | Typo fixes | 2015-11-18 | 7 | -125/+12 | |
| | | |||||
| * | Better `static` keywords | 2015-11-17 | 2 | -27/+29 | |
| | | |||||
| * | Rearrange library order | 2015-11-17 | 1 | -1/+1 | |
| | | |||||
| * | gb_math.hpp - More Angle Units and others things | 2015-11-17 | 2 | -209/+219 | |
| | | |||||
| * | gb_math.hpp - Initial Version | 2015-11-17 | 3 | -3149/+3775 | |
| | | |||||
| * | gb.hpp - #ifndef for many macros | 2015-11-17 | 2 | -183/+217 | |
| | | |||||
| * | gb.hpp - Angle | 2015-11-15 | 2 | -54/+176 | |
| | | |||||
| * | gb.hpp - Cache friendly Transform and String fixes | 2015-11-09 | 2 | -442/+206 | |
| | | |||||
| * | gb.hpp - Hash_Table bug fixes | 2015-11-01 | 2 | -75/+84 | |
| | | |||||
| * | gb.hpp - Reduction of implicit RAII | 2015-10-28 | 2 | -452/+1135 | |
| | | |||||
| * | gb.hpp - All References are const convention | 2015-10-18 | 3 | -311/+274 | |
| | | |||||
| * | gb.hpp - Namespaced Types | 2015-10-18 | 6 | -552/+1361 | |
| | | |||||
| * | gb.hpp - Fix Todos | 2015-10-05 | 2 | -40/+47 | |
| | | |||||
| * | gb.hpp - Basic Type Traits | 2015-10-05 | 2 | -311/+532 | |
| | | |||||
| * | gb.hpp - Random | 2015-10-05 | 2 | -330/+640 | |
| | | |||||
| * | gb.hpp - Complex | 2015-10-04 | 2 | -276/+778 | |
| | | |||||
| * | gb.hpp - Atomics | 2015-10-03 | 3 | -38/+50 | |
| |\ | |||||
| | * | gb.hpp - Bug Fixes | 2015-10-02 | 3 | -38/+50 | |
| | | | |||||
| * | | gb.hpp - Atomics | 2015-10-03 | 1 | -102/+500 | |
| |/ | |||||
| * | gb.hpp - Matrix(2,3) | 2015-09-30 | 2 | -29/+421 | |
| | | |||||
| * | Update README.md | 2015-09-29 | 1 | -1/+1 | |
| | | |||||
| * | gb.hpp - Fix Bugs | 2015-09-29 | 2 | -41/+111 | |
| | | |||||
| * | gb_string.h - Fix typos and errors | 2015-09-29 | 1 | -5/+6 | |
| | | |||||
| * | Os spec ideas | 2015-09-28 | 1 | -29/+126 | |
| | | |||||
| * | gb.hpp - Transform Type and Quaternion Functions | 2015-09-28 | 1 | -27/+205 | |
| | | |||||
| * | gb.hpp - String | 2015-09-28 | 1 | -37/+647 | |
| | | |||||
| * | gb.hpp - Time functions | 2015-09-28 | 1 | -481/+765 | |
| | | |||||
| * | gb.hpp - Hash Table Support | 2015-09-27 | 2 | -137/+592 | |
| | | |||||
| * | Add experimental gb.hpp | 2015-09-27 | 2 | -4/+2257 | |
| | | |||||
| * | Fix Silly Mistakes | 2015-09-27 | 2 | -150/+151 | |
| | | |||||
| * | Update README.md | 2015-09-27 | 1 | -1/+2 | |
| | | |||||
| * | Add extern "C" if compiling as C++ | 2015-09-27 | 2 | -8/+27 | |
| | | |||||
| * | Add gb_ini.h | 2015-09-27 | 1 | -0/+451 | |
| | | |||||
| * | Update README.md | 2015-09-26 | 1 | -1/+1 | |
| | | |||||
