gnucash/libgnucash
Richard Cohen 3abc9a5558 Refactor: Remove some unnecessary uses of memcpy
- Also, remove unnecessary "static" in gnucash-style.c

The second one in guid.cpp is UB:

libgnucash/engine/guid.cpp:137:5: warning: undefined behavior, source object type 'const gnc::GUID' is not TriviallyCopyable [bugprone-undefined-memory-manipulation]
        memcpy (&target, &source, sizeof (GncGUID));
        ^
2023-06-15 11:10:58 +01:00
..
app-utils Merge branch 'wordsmithing' into stable #1658 2023-06-07 22:00:06 +08:00
backend Refactor: Remove some unnecessary uses of memcpy 2023-06-15 11:10:58 +01:00
core-utils gnc_list_all_paths returns std::vector instead of GList of EnvPaths 2023-05-22 09:45:33 +08:00
doc Fix some typos 2023-01-26 13:48:58 +01:00
engine Refactor: Remove some unnecessary uses of memcpy 2023-06-15 11:10:58 +01:00
gnc-module Remove code that duplicates features of G_DEFINE_TYPE 2023-05-21 15:21:33 +01:00
quotes Add JSON::Parse to gnc-fq-update. 2023-03-10 12:51:30 -08:00
tax Add missing MAKE_LINKS, and the local scm directory to %load-path 2023-02-28 11:51:23 +00:00
CMakeLists.txt libgnucash/scm - move to bindings/guile 2019-12-06 19:59:11 +01:00