Edward R. Gonzalez ed
ed synced commits to refs/heads/dev at ed/gencpp from mirror 2025-02-05 05:03:52 +00:00
878bc4c8ae Merge pull request #72 from Ed94/dev
ec8dd1e9cd missing delete specifier (gen_unreal_engine)
c0ea2ce3ff fix for edge case (running out of tokens while parsing assignment expression
b5652a4dad if on c11 segmented (parsing spec defines were mising!)
dda70fce36 can't use static globals on static libs
Compare 9 commits »
ed synced commits to refs/heads/main at ed/gencpp from mirror 2025-02-05 05:03:52 +00:00
878bc4c8ae Merge pull request #72 from Ed94/dev
ec8dd1e9cd missing delete specifier (gen_unreal_engine)
c0ea2ce3ff fix for edge case (running out of tokens while parsing assignment expression
b5652a4dad if on c11 segmented (parsing spec defines were mising!)
dda70fce36 can't use static globals on static libs
Compare 18 commits »
ed synced commits to refs/heads/dev at ed/gencpp from mirror 2025-02-04 20:53:51 +00:00
6481313969 Various fixes and adjustments
5c17983a73 move more strbuilder functions to cpp
b6d95e8d70 move strbuilder_make_space_for to strings.cpp (not inlined)
6f2d81434e fixes
b8695a33db added missing asserts to serialization functions
Compare 5 commits »
ed synced commits to refs/heads/dev at ed/gencpp from mirror 2025-02-04 12:43:50 +00:00
1f958e121c more adjustments based on odin binding drafting
ed synced commits to refs/heads/dev at ed/gencpp from mirror 2025-02-04 04:33:51 +00:00
e457191f5d moved seiralization inlines to inlines.hpp, more adjustments
ed synced commits to refs/heads/dev at ed/gencpp from mirror 2025-02-03 20:23:52 +00:00
0d8f30b25c adjustments based on odin bindings drafting
d08efcb5ef Corrections while implementing odin bindings
Compare 2 commits »
ed pushed to master at ed/SectrPrototype 2025-02-01 14:29:37 +00:00
0f5f9c18b1 Update readme, build scripts
ed synced commits to refs/heads/dev at ed/gencpp from mirror 2025-01-31 02:43:18 +00:00
13ebd105c4 Fix for convert_cpp_enum_to_c for gen_c_library
bdd9c9bcdf Fixes for building all library types
Compare 2 commits »
ed synced commits to refs/heads/main at ed/gencpp from mirror 2025-01-31 02:43:18 +00:00
13ebd105c4 Fix for convert_cpp_enum_to_c for gen_c_library
bdd9c9bcdf Fixes for building all library types
16bc66c80e Backporting changes done on UnrealGencpp repo
f8c42a53c6 Fix for parse_function_after_name suffix specifier macro
eca538c6af Fixes for GEN_API symbol exports necessary for dynamic linking
Compare 8 commits »
ed synced commits to refs/tags/v0.24-Alpha at ed/gencpp from mirror 2025-01-31 02:43:18 +00:00
ed synced new reference refs/tags/v0.24-Alpha to ed/gencpp from mirror 2025-01-31 02:43:18 +00:00
ed synced commits to refs/heads/dev at ed/gencpp from mirror 2025-01-30 18:33:17 +00:00
16bc66c80e Backporting changes done on UnrealGencpp repo
ed synced commits to refs/heads/dev at ed/gencpp from mirror 2025-01-29 09:53:18 +00:00
f8c42a53c6 Fix for parse_function_after_name suffix specifier macro
eca538c6af Fixes for GEN_API symbol exports necessary for dynamic linking
ce2be411d7 Add support for non Specifier enum SuffixSpecs in AST_Fn and parsing (Thanks Unreal)
16fc3fa379 Separate ifndef for bitfield_is_set
Compare 4 commits »
ed synced commits to refs/heads/dev at ed/gencpp from mirror 2025-01-29 01:43:18 +00:00
62b36ec8bb misc changes to clang format spacing
b6b246fb38 Added refactor.exe binary
d91d3c6b6f typo in _Generic psuedo
3ab2673fd3 gen_c_library doc update
ca7ff99a79 Code type coercion for builder_print in C11 library using generic selector.
Compare 217 commits »
ed pushed to master at ed/Surgo 2025-01-23 05:06:06 +00:00
55f7976baa update deps scripts (keep the check for updating the repo manually
ed pushed to master at ed/GASATHON 2025-01-23 05:00:09 +00:00
a2bcafbec6 Basic changes to build/target/uproject while dealing with Seekers boostrap
ed pushed to master at ed/SectrPrototype 2025-01-14 01:44:14 +00:00
07cd28226f update to latest
ed pushed to master at ed/SectrPrototype 2025-01-13 06:08:09 +00:00
0cd2d84c64 Simplified text rendering code (since its now much of the heavily lifting is all on VEFontCache)
7680290650 vefontcache fixes
Compare 2 commits »
ed pushed to master at ed/SectrPrototype 2025-01-13 03:03:44 +00:00
fd424c94bb Fixed bug wth vefoncache storage_entry.visible, added building stb_truetype to dep update
ed pushed to master at ed/SectrPrototype 2025-01-12 21:42:00 +00:00
9d5ac7b0d2 got it to compile with vefontcache changes, runtime issues..