Ludovic 'Archivist' Lagouardette
|
66ba3d98e4
|
Updating bottleneck with a semaphore
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
64c1c4e3a9
|
Nico Lomuto would be proud... if he didn't hate that algo so much
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
556359ccca
|
Partition works and 100% covered for uint32_t
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
fdaa5e0f55
|
Forgot to comment whatever depended on partition tehe
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
5041266ecc
|
back to selection sort, no partition
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
3b06e09f09
|
"fixed" the sort, will require more work
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
633f138b6b
|
Remove the null terminator of string buffers
This applies in both constexpr buffers and non constexpr contexts, this was detected because Elixir would consider logs as binaries
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
7f0c786ccb
|
fixed a type mismatch
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
f50388e8d3
|
Fixed a dumb bounds infringement
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
da2ac4c8ff
|
Prototype of flat_tree
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
ddf7a07534
|
Constexpr everything in fp_math
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
99ced331c0
|
Added a default constructor to shared_ptr
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
d7d7720b07
|
fix on some operations
making of shared pointers
cbor return of binaries
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
87def449a8
|
regression fixed, #15 is clear
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
bb802d50a8
|
Fixed #15 but now regression on cbor 1-7
Optional was the cause and now we get a bunch of bad_optionals
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
e438445f0f
|
Issue #15 test cases out
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
6713b56da6
|
Moved nullopt monostate out of optional
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
6e7905ab9a
|
Moved cbor tags to config
They are pretty project dependent after all
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
7b756ce477
|
fixed stuff for trivially destructibles
Also works for fixing base types since they are trivially destructibles.
|
před 3 roky |
Emil-Jarosz
|
d76ee8c6a9
|
Make endian_wrapper copy ctor/assignment trivial
|
před 3 roky |
Emil-Jarosz
|
b864f3a3c1
|
Add arithmetic assign operators for endian_wrapper
|
před 3 roky |
Emil-Jarosz
|
de8f097d70
|
Add copy assignment operator for endian_wrapper
|
před 3 roky |
Emil-Jarosz
|
275e85d5e2
|
Make endian_wrapper conversion operator const
|
před 3 roky |
Emil-Jarosz
|
078e9bdab4
|
Clean up bitops.hpp
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
83a347f975
|
Fixed #14
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
1cbd21a7e6
|
Fixed allocator header to include all allocator tools
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
4d227b7b33
|
Some cancelled prototyping
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
460ff45767
|
cbor current tests work
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
3b0edfe57f
|
fixed cbor kv parsing
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
4dbe9850c1
|
Logging tested throughly
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
2ec7a62e09
|
Refactored cbor tests, still need work
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
92b4b971c4
|
Better logging system +goodies
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
cebb8aa3d6
|
Using Ruse to make handling function pointers easier
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
6c060051a6
|
work on Cbor
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
edf2075b1e
|
Pointers fix
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
a570ed4745
|
Grimoire port
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
39d7c97984
|
more division of things in dynamic
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
8f96ec4ffd
|
Changed stupid mistyping
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
c148a64197
|
Started implementing the type system compiler
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
962d02365d
|
Fixing bad indentation in the lexer
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
a45dbee7f1
|
Added a grimoire Lexer for GP
Courtesy of Enalye for the assistance in understanding their gibberish
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
b31ad140a7
|
Added a header for text handling in ascii
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
9defdda3c5
|
More work on CBOR refactoring
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
11db96378a
|
Handles move assignment correctly
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
3453681c48
|
Fixed a bad vector handling
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
52c260e376
|
A prototype for byte channel primitives
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
06fa00ce56
|
Several refactorings and docs updates
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
e7da4072e5
|
Docs
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
c9e7e9b05e
|
Added bottleneck implementation
|
před 3 roky |
Ludovic 'Archivist' Lagouardette
|
8c3d7f6297
|
Fixed misplaced function
|
před 3 roky |