| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Updates!!!!! | 2016-04-23 | 5 | -8716/+4088 | |
| * | New Libraries | 2016-03-03 | 3 | -2101/+1219 | |
| * | Explicit Everything! | 2016-01-01 | 4 | -306/+241 | |
| * | Macro fixes | 2015-12-17 | 3 | -58/+75 | |
| * | Merge remote-tracking branch 'origin/master' | 2015-12-17 | 1 | -18/+5 | |
| |\ | |||||
| | * | Remove C++ specific macros | 2015-12-15 | 1 | -19/+2 | |
| * | | Change conventions slightly | 2015-12-17 | 4 | -1041/+1069 | |
| |/ | |||||
| * | Allow for no <stdio.h> | 2015-12-15 | 2 | -18/+32 | |
| * | gb.hpp - Allocators can be passed to gb_alloc/free/etc. without cast using `t... | 2015-12-14 | 3 | -33/+126 | |
| * | Update README.md | 2015-12-14 | 1 | -1/+1 | |
| * | gb.h - Implement all functions (from gb.hpp) | 2015-12-14 | 3 | -247/+1983 | |
| * | Update README.md | 2015-12-14 | 1 | -0/+1 | |
| * | Add gb.h - Just the prototypes | 2015-12-14 | 1 | -0/+656 | |
| * | Remove `_Allocator` suffix for allocator types | 2015-12-07 | 2 | -94/+81 | |
| * | sort::quick | 2015-12-02 | 2 | -305/+166 | |
| * | GB_ASSERT prints call stack | 2015-12-02 | 2 | -71/+176 | |
| * | Pool Allocator | 2015-12-02 | 3 | -419/+402 | |
| * | 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 | |
| * | Many bug fixes | 2015-11-22 | 4 | -95/+308 | |
| * | Merge pull request #2 from bullno1/gb_ini-error_handling | 2015-11-22 | 1 | -2/+2 | |
| |\ | |||||
| | * | Fix error handling in gb_ini | 2015-11-21 | 1 | -2/+2 | |
| |/ | |||||
| * | 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 | |
| |\ | |||||
