| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Function parameter case consistency with the rest of the code base | Martin Ridgers | 2022-01-05 | 1 | -9/+9 |
| | | |||||
| * | Cleaned up some unnecessary comments | Martin Ridgers | 2022-01-05 | 1 | -2/+0 |
| | | |||||
| * | aligned_alloc() states that size must be a multiple of alignment | Martin Ridgers | 2022-01-05 | 1 | -0/+3 |
| | | |||||
| * | Misplaced #ifdef statement that should be an #if | Martin Ridgers | 2021-12-15 | 1 | -1/+1 |
| | | |||||
| * | Merged main. | Per Larsson | 2021-12-14 | 1 | -0/+1 |
| |\ | |||||
| | * | Merged main | Martin Ridgers | 2021-11-12 | 1 | -2/+2 |
| | |\ | |/ |/| | |||||
| | * | Merged main | Martin Ridgers | 2021-11-01 | 1 | -2/+2 |
| | |\ | |||||
| | * | | Missing include | Martin Ridgers | 2021-10-29 | 1 | -0/+1 |
| | | | | |||||
| * | | | Format fix. | Per Larsson | 2021-11-11 | 1 | -2/+2 |
| | |/ |/| | |||||
| * | | memory: Minor change to squelch static analysis warnings | Stefan Boberg | 2021-10-29 | 1 | -2/+2 |
| |/ | |||||
| * | zencore: Enabled MSC warning 4668 to get warnings when preprocessor macros ↵ | Stefan Boberg | 2021-10-15 | 1 | -0/+2 |
| | | | | | | | | | are used without an explicit definition Also fixed up various code to compile with this, by using ZEN_THIRD_PARTY_INCLUDES_START/ZEN_THIRD_PARTY_INCLUDES_END macros Removed prewindows.h/postwindows.h since they are no longer to be used due to the above | ||||
| * | memory: Added experimental mimalloc path to AlignedAllocImpl/AlignedFreeImpl | Stefan Boberg | 2021-09-30 | 1 | -4/+11 |
| | | | | | | | Also added similar path to IoBuffer Cannot be enabled at the moment as we end up passing pointers to std::free via some path so more work will be necessary | ||||
| * | It's not possible to compile out tests | Stefan Boberg | 2021-09-20 | 1 | -2/+5 |
| | | | | | Tests are now compiled in if `ZEN_WITH_TESTS=1`, and compiled out if not. Compiling tests out reduces the footprint of the resulting executables quite significantly. | ||||
| * | clang-format fixes | Stefan Boberg | 2021-09-16 | 1 | -2/+4 |
| | | |||||
| * | Correct platform-specific _mm_malloc/aligned_alloc includes | Martin Ridgers | 2021-09-15 | 1 | -1/+6 |
| | | |||||
| * | Use std::aligned_alloc() instead of Intel's _mm_malloc | Martin Ridgers | 2021-09-14 | 1 | -6/+31 |
| | | |||||
| * | Adding zenservice code | Stefan Boberg | 2021-05-11 | 1 | -0/+165 |