-
0bc8a48dbd
Fix off by 1 error in DqnString::Expand()
Doyle T
2018-03-11 21:26:18 +1100
-
dc22ba2a02
Const overloads for DqnJson_Get, restore InitLiteralNoAlloc
Doyle T
2018-03-11 01:23:04 +1100
-
6fcf111d2d
Make library work on unix again
Doyle T
2018-03-09 02:03:05 +1100
-
540deb4774
Update lib with named bool parameters and minor fixes
Doyle Thai
2018-02-20 00:21:00 +1100
-
7f2950b3dd
Add slices, make returned bufs are null terminated
Doyle Thai
2018-02-07 16:39:40 +1100
-
b0217483db
Fix mem leak in hash, add reset tail for allocator
Doyle Thai
2018-02-05 17:42:27 +1100
-
701140287f
Try separate mem apis for head/tail
Doyle Thai
2018-02-05 01:50:36 +1100
-
019aad46ca
Write tests for testing realloc stack
Doyle Thai
2018-02-03 23:11:14 +1100
-
9be5194b17
Write more tests for push pop to tail
Doyle Thai
2018-02-03 21:39:15 +1100
-
b8157a3c9f
Draft double-ended stack allocator for temp malloc
Doyle Thai
2018-02-03 20:58:15 +1100
-
7228a8b344
Fix memstack free not clearing metadata
Doyle Thai
2018-02-03 15:51:47 +1100
-
6a02e38706
Fix printf bug
Doyle Thai
2018-02-03 13:26:00 +1100
-
21ff2f43dc
Write basic tests for new revamped memstacks
Doyle Thai
2018-02-03 02:49:54 +1100
-
1fc49c4fde
Cleanup tests to be more structured
Doyle Thai
2018-02-02 23:26:05 +1100
-
15a4c6ad22
Revamp MemStack with bounds guarding and simplify api
Doyle Thai
2018-02-02 19:34:44 +1100
-
87b7d3362c
Return true on resize to 0 for arrays
Doyle Thai
2018-02-01 00:08:42 +1100
-
f838cc79bf
Add strutil getlastbackslash
Doyle Thai
2018-01-29 19:03:20 +1100
-
06b0f25f2a
Fix realloc bug destroying memory in stack
Doyle Thai
2018-01-28 12:43:53 +1100
-
86d2db397c
Update array api
Doyle Thai
2018-01-26 14:54:03 +1100
-
47bf005dbf
Fix string init with 0 sized literal crash
Doyle Thai
2018-01-25 18:55:05 +1100
-
b8aee7cef9
Fix off by 1byte error on tracking string free
Doyle Thai
2018-01-25 16:43:51 +1100
-
81c6f4edc3
Natvis: Fix hash table and block display
Doyle Thai
2018-01-25 12:32:32 +1100
-
9f25d5a98e
Add msvc natvis for better debugging
Doyle Thai
2018-01-25 12:26:33 +1100
-
a412bf0bfa
Add file copy, better log, iterator for array
Doyle Thai
2018-01-24 14:58:03 +1100
-
1464181cc2
Add clear function to hashtable
Doyle Thai
2018-01-21 21:18:34 +1100
-
0468024f35
Fix array off by 1 in remove/get
Doyle Thai
2018-01-21 13:28:53 +1100
-
7e996981d6
Fix memstack not freeing right size block
Doyle Thai
2018-01-20 21:08:04 +1100
-
121c630126
Change memAPI to ptr, add mem info, improve assert
Doyle Thai
2018-01-20 19:03:29 +1100
-
2d7b942010
Disable sso strings because problems.
Doyle Thai
2018-01-19 23:56:25 +1100
-
398ca0bc96
Add SSO for strings, memStack quick initialiser
Doyle Thai
2018-01-19 21:52:34 +1100
-
feeec0c610
Remove useless request api in DqnMemAPI
Doyle Thai
2018-01-19 13:48:01 +1100
-
912ca43056
Fix formatting and clean up documentation
Doyle Thai
2018-01-18 20:25:44 +1100
-
db25c5997f
Minor fixes, add trim whitespace
Doyle Thai
2018-01-18 16:01:37 +1100
-
7809185daa
Fix string append crash on 0 len
Doyle Thai
2018-01-06 16:53:53 +1100
-
fd00b9071c
Minor const changes, string fix and name changes
Doyle Thai
2018-01-06 00:46:44 +1100
-
5876c16abe
Fix array resize crash on 0 initialisation
Doyle Thai
2018-01-04 16:27:50 +1100
-
8209593f57
Fix literals not working with strings in structs
Doyle Thai
2018-01-04 16:07:18 +1100
-
18967312d6
Clean up DqnFile to be more C++ and minor fixes
Doyle Thai
2018-01-04 00:40:27 +1100
-
ee4f8eca17
Finally fix clip rect bug?
Doyle Thai
2017-12-06 19:08:49 +1100
-
3d3d741ad6
Add missing default constructor for DqnV2i
Doyle Thai
2017-11-12 00:14:49 +1100
-
25d6308a5f
List removal for arrays, template specialize sort
Doyle Thai
2017-11-11 20:08:43 +1100
-
88bac561ec
Update vector and rect api to use constructors
Doyle Thai
2017-11-10 23:14:50 +1100
-
2f6624fad7
Make DqnRnd a class, make array memapi aware
Doyle Thai
2017-11-08 21:32:06 +1100
-
25098ca74c
Add hash table and binary search to library
Doyle Thai
2017-10-29 20:30:07 +1100
-
15dad9d8d2
Simplify DqnMemAPI and DqnMemStack api
Doyle Thai
2017-10-29 12:45:00 +1100
-
d01e2fbc2f
Remove the need for isFreeable in strings
Doyle Thai
2017-10-29 11:51:16 +1100
-
b6a3600283
Clean up tests, fix DqnString bug, rename DqnDir
Doyle Thai
2017-10-29 11:41:26 +1100
-
3ee5500124
Remove C-style api for strings, fix stack alloc bug
Doyle Thai
2017-10-28 23:25:17 +1100
-
bfa00944c6
Various fixes, string lib, start removing C-style API
Doyle Thai
2017-10-28 19:58:09 +1100
-
5533ad0b68
Fix typos, add utilties for wstr/file reading
Doyle Thai
2017-07-26 21:31:17 +1000
-
d2ebb53322
Fix mat4 lookat, add translate[3f|v3]
Doyle Thai
2017-07-16 20:47:49 +1000
-
be0b84a244
Static analysis cppcheck
Doyle Thai
2017-07-13 12:50:01 +1000
-
979679470b
Fix DqnMat4_Rotate not normalising axis
Doyle Thai
2017-07-04 14:22:24 +1000
-
924aa84e7d
Fix problem exposing platform w/o implementation
Doyle Thai
2017-07-03 15:17:09 +1000
-
f8a4d4fe4b
Fix crashes on unix using gcc -O3
Doyle Thai
2017-07-02 16:31:29 +1000
-
2d163fa554
Add fix for strict-aliasing in DqnRnd
Doyle Thai
2017-07-02 14:47:38 +1000
-
cbf7b4d606
Add quicksort generic to lib
Doyle Thai
2017-06-28 22:47:27 +1000
-
825caefe4a
Fix non-used param bugs, add minimal win32 sample
Doyle Thai
2017-06-27 17:45:51 +1000
-
db1f76996c
Add quicker filesize query, and ReadEntireFile()
Doyle Thai
2017-06-26 21:46:28 +1000
-
866126e735
Make atomic add allow amounts not just +-1
Doyle Thai
2017-06-26 12:37:52 +1000
-
fca8db0366
Port atomics, mutex lock and job queue to unix
Doyle Thai
2017-06-26 01:57:51 +1000
-
19c427d756
Add opt. RAII-isms for destruction, fix thread bug
Doyle Thai
2017-06-24 14:59:48 +1000
-
886425eaa3
Add CPP api for dqn file and lock
Doyle Thai
2017-06-24 11:00:44 +1000
-
45bc637773
Expose job queue, update init function
Doyle Thai
2017-06-23 23:12:20 +1000
-
f9de41b6c0
Add cpp members to DqnArray
Doyle Thai
2017-06-23 21:17:26 +1000
-
3d61d66388
Fix destructor premature call in memstack cpp api
Doyle Thai
2017-06-23 19:05:51 +1000
-
9bb8efcf9d
Add CPP member functions to DqnMemStack
Doyle Thai
2017-06-23 15:30:21 +1000
-
187fc14d02
DqnTimer unix implementation
Doyle Thai
2017-06-22 18:10:44 +1000
-
f464e869ec
Add compile time asserts, table of contents
Doyle Thai
2017-06-22 16:16:28 +1000
-
b2639447d0
Reorganise layout with table of contents
Doyle Thai
2017-06-22 14:43:53 +1000
-
81c68ad908
Add better documentation
Doyle Thai
2017-06-22 14:00:11 +1000
-
84149d0ad1
Add file write tests and delete functionality
Doyle Thai
2017-06-22 01:26:08 +1000
-
93bbc25b11
Fix compile and warnings on MSVC
Doyle Thai
2017-06-21 19:01:36 +1000
-
a067fed81f
Implement dir read/free and file write in Unix
Doyle
2017-06-21 18:52:14 +1000
-
245e6b11f1
Basic file open/close/read implemented in Unix
Doyle
2017-06-21 18:05:30 +1000
-
036afb9b10
Implemented unix DqnFile_Open
Doyle
2017-06-21 17:48:00 +1000
-
73b5d05df8
Enable more warnings for unix, fix StrtoF32 bug
Doyle
2017-06-21 14:54:57 +1000
-
341388bb70
Get basics to compile & work in unix
Doyle
2017-06-21 14:10:53 +1000
-
b1e7fdc264
Reorganise platform specific code
Doyle Thai
2017-06-20 22:23:34 +1000
-
307621fb03
Add more win32 functions from dtrenderer
Doyle Thai
2017-06-20 19:19:52 +1000
-
65ee7bab4b
Add new mat4 functions and some external testing
Doyle Thai
2017-06-08 16:41:24 +1000
-
fceac54ecb
Add helper V4 functions, change allocate to push
Doyle Thai
2017-05-26 01:10:32 +1000
-
25744855ee
Switch membuffer to memstack and add pop
Doyle Thai
2017-05-22 18:50:21 +1000
-
034de12235
Add support for scientific notation in strtof32
Doyle Thai
2017-05-20 22:59:21 +1000
-
44ef3759e5
Fix strtoi64 and add a basic strtof32 function
Doyle Thai
2017-05-20 19:11:28 +1000
-
5c06410929
Various small changes and helper functions
Doyle Thai
2017-05-15 17:45:53 +1000
-
73f0fd448c
Differentiate between freeing [non]linked blocks
Doyle Thai
2017-05-08 20:10:14 +1000
-
c47748c168
Remove default mem buffer api
Doyle Thai
2017-05-08 18:57:47 +1000
-
00cae20654
Rename file flags/actions to be consistent
Doyle Thai
2017-05-08 17:59:51 +1000
-
f9555d8edb
Improve realloc for MemBuffers in default callback
Doyle Thai
2017-05-06 17:28:57 +1000
-
6fe75928f0
Create a default MemoryAPI for MemBuffers
Doyle Thai
2017-05-06 02:44:17 +1000
-
1c3c78d738
Add custom memory allocator support for DArray
Doyle Thai
2017-05-05 02:37:38 +1000
-
116861d888
Add str find first occurence, fix array pop logic
Doyle Thai
2017-05-04 00:22:30 +1000
-
2203e9b4f2
Add comments, make alignment function to macro
Doyle Thai
2017-05-01 21:03:27 +1000
-
fef763aaff
Add MemBuffer with allocation from stack memory
Doyle Thai
2017-05-01 18:29:45 +1000
-
fbb9c8bf9d
Add operator overloads to vectors
Doyle Thai
2017-05-01 16:40:52 +1000
-
4bea4f6505
Change naming scheme to be more compact
Doyle Thai
2017-05-01 14:01:05 +1000
-
c3ebef2ea1
Add wchar operations
Doyle Thai
2017-04-25 17:37:40 +1000
-
8d471a1502
Add some wide len, win32 error code display
Doyle Thai
2017-04-20 22:43:58 +1000
-
a4bc798a6f
Remove inline for now
Doyle Thai
2017-04-19 18:10:00 +1000