gencpp/project/dependencies
Ed_ 1c133bfc8d Massive total progress on c_library generation: (Summary of last 3 WIP commits)
- No longer using GEN_API_C_* macros as C-library wont need them and if you need C linkage there is no need to use the c++ library.
- GEN_C_LIKE_CPP replaces GEN_SUPPORT_CPP_MEMBER_FEATURES && GEN_SUPPORT_CPP_REFERENCES
  a. If users don't want to use member functions, function overloading, or referencese they can just this one macro to before including the library.
- Enums aren't accomodated in C++ sources, they entirely converted in c_libray.cpp
- ast.hpp now properly generates with C variant
- Fully prepared code_types.hpp for C library gen (not tested yet)
- Generated enums managed by helper.hpp now properly generate for C library.
2024-12-07 17:58:56 -05:00
..
basic_types.hpp borken : lots of stuff changed, explaining in later commit...v 2024-12-07 00:21:09 -05:00
containers.hpp WIP: Broken af 2024-12-07 17:17:02 -05:00
debug.cpp WIP: Broken af 2024-12-07 17:17:02 -05:00
debug.hpp WIP: Broken af 2024-12-07 17:17:02 -05:00
filesystem.cpp borken : lots of stuff changed, explaining in later commit...v 2024-12-07 00:21:09 -05:00
filesystem.hpp WIP: Broken af 2024-12-07 17:17:02 -05:00
hashing.cpp borken : lots of stuff changed, explaining in later commit...v 2024-12-07 00:21:09 -05:00
hashing.hpp borken : lots of stuff changed, explaining in later commit...v 2024-12-07 00:21:09 -05:00
macros.hpp WIP: Broken af 2024-12-07 17:17:02 -05:00
memory.cpp borken : lots of stuff changed, explaining in later commit...v 2024-12-07 00:21:09 -05:00
memory.hpp Massive total progress on c_library generation: (Summary of last 3 WIP commits) 2024-12-07 17:58:56 -05:00
parsing.cpp borken : lots of stuff changed, explaining in later commit...v 2024-12-07 00:21:09 -05:00
parsing.hpp borken : lots of stuff changed, explaining in later commit...v 2024-12-07 00:21:09 -05:00
platform.hpp borken : lots of stuff changed, explaining in later commit...v 2024-12-07 00:21:09 -05:00
printing.cpp borken : lots of stuff changed, explaining in later commit...v 2024-12-07 00:21:09 -05:00
printing.hpp borken : lots of stuff changed, explaining in later commit...v 2024-12-07 00:21:09 -05:00
src_start.cpp Fixes to get it back to where I was last at with the const specifier issue 2023-09-25 16:42:29 -04:00
string_ops.cpp borken : lots of stuff changed, explaining in later commit...v 2024-12-07 00:21:09 -05:00
string_ops.hpp borken : lots of stuff changed, explaining in later commit...v 2024-12-07 00:21:09 -05:00
strings.cpp borken : lots of stuff changed, explaining in later commit...v 2024-12-07 00:21:09 -05:00
strings.hpp WIP: Broken af 2024-12-07 17:17:02 -05:00
timing.cpp borken : lots of stuff changed, explaining in later commit...v 2024-12-07 00:21:09 -05:00
timing.hpp borken : lots of stuff changed, explaining in later commit...v 2024-12-07 00:21:09 -05:00