gencpp/project/helpers
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
..
helper.hpp Massive total progress on c_library generation: (Summary of last 3 WIP commits) 2024-12-07 17:58:56 -05:00
member_proc_support.hpp memory.hpp no longer uses memory mappings by default 2024-11-30 17:18:49 -05:00
pop_container_defines.inline.hpp verified the C hashtable has parity with the C++ templated gencpp hashtable. 2024-12-05 23:02:26 -05:00
pop_ignores.inline.hpp WIP : Fixes and other changes 2024-10-25 01:04:17 -04:00
push_container_defines.inline.hpp verified the C hashtable has parity with the C++ templated gencpp hashtable. 2024-12-05 23:02:26 -05:00
push_ignores.inline.hpp Finished draft pass verifying containers.array.hpp is equivalent to container.hpp's array. 2024-12-05 21:01:04 -05:00
undef.macros.hpp gencpp : General refactors to dependencies 2024-10-27 18:58:37 -04:00