gencpp/project/dependencies
Ed_ 050b00f28a WIP - Broken Compile : Added pragma once and includes to all files + Parser fixes, and String improvements
Adding the pragma once and includes the files broke compilation, still diagnosing why.

- Some string functions were moved to the cpp, still need to do some more evaluation of it and the containers...
- Added support for forceinline and neverinline to parsing (untested)
- Added support for specifiers in operator cast such as explicit, inline/forceinline/neverinline, etc.
    - Before it only support const.
    - Still need to support volatile.
- Forceinline was not supported at all for tokenization, fixed that.
2023-08-21 20:30:13 -04:00
..
basic_types.hpp WIP - Broken Compile : Added pragma once and includes to all files + Parser fixes, and String improvements 2023-08-21 20:30:13 -04:00
containers.hpp WIP - Broken Compile : Added pragma once and includes to all files + Parser fixes, and String improvements 2023-08-21 20:30:13 -04:00
debug.cpp WIP - Broken Compile : Added pragma once and includes to all files + Parser fixes, and String improvements 2023-08-21 20:30:13 -04:00
debug.hpp WIP - Broken Compile : Added pragma once and includes to all files + Parser fixes, and String improvements 2023-08-21 20:30:13 -04:00
filesystem.cpp WIP - Broken Compile : Added pragma once and includes to all files + Parser fixes, and String improvements 2023-08-21 20:30:13 -04:00
filesystem.hpp WIP - Broken Compile : Added pragma once and includes to all files + Parser fixes, and String improvements 2023-08-21 20:30:13 -04:00
hashing.cpp WIP - Broken Compile : Added pragma once and includes to all files + Parser fixes, and String improvements 2023-08-21 20:30:13 -04:00
hashing.hpp WIP - Broken Compile : Added pragma once and includes to all files + Parser fixes, and String improvements 2023-08-21 20:30:13 -04:00
header_start.hpp WIP - Broken Compile : Added pragma once and includes to all files + Parser fixes, and String improvements 2023-08-21 20:30:13 -04:00
macros.hpp WIP - Broken Compile : Added pragma once and includes to all files + Parser fixes, and String improvements 2023-08-21 20:30:13 -04:00
memory.cpp WIP - Broken Compile : Added pragma once and includes to all files + Parser fixes, and String improvements 2023-08-21 20:30:13 -04:00
memory.hpp WIP - Broken Compile : Added pragma once and includes to all files + Parser fixes, and String improvements 2023-08-21 20:30:13 -04:00
parsing.cpp Single header generates again, some more cleanup. 2023-08-03 23:18:33 -04:00
parsing.hpp Heavy refactor.. 2023-08-03 11:01:43 -04:00
printing.cpp WIP - Broken Compile : Added pragma once and includes to all files + Parser fixes, and String improvements 2023-08-21 20:30:13 -04:00
printing.hpp WIP - Broken Compile : Added pragma once and includes to all files + Parser fixes, and String improvements 2023-08-21 20:30:13 -04:00
src_start.cpp WIP - Broken Compile : Added pragma once and includes to all files + Parser fixes, and String improvements 2023-08-21 20:30:13 -04:00
string_ops.cpp WIP - Broken Compile : Added pragma once and includes to all files + Parser fixes, and String improvements 2023-08-21 20:30:13 -04:00
string_ops.hpp WIP - Broken Compile : Added pragma once and includes to all files + Parser fixes, and String improvements 2023-08-21 20:30:13 -04:00
strings.cpp WIP - Broken Compile : Added pragma once and includes to all files + Parser fixes, and String improvements 2023-08-21 20:30:13 -04:00
strings.hpp WIP - Broken Compile : Added pragma once and includes to all files + Parser fixes, and String improvements 2023-08-21 20:30:13 -04:00
timing.cpp WIP - Broken Compile : Added pragma once and includes to all files + Parser fixes, and String improvements 2023-08-21 20:30:13 -04:00
timing.hpp WIP - Broken Compile : Added pragma once and includes to all files + Parser fixes, and String improvements 2023-08-21 20:30:13 -04:00