c4core
c4core copied to clipboard
C++ utilities
When `git` is not installed, this error occurs when running `cmake`: ``` CMake Error at cmake/c4Project.cmake:1042 (find_program): Could not find GIT using the following names: git Call Stack (most recent...
Hello, I'm trying to integrate the library through rapidyaml and it seems to be a problem with the configuration. (_c4_append_subproject_property): _c4_append_subproject_property Function invoked with incorrect arguments for function named: _c4_append_subproject_property...
``` In file included from In file included from /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_devel_c4core/c4core/work/c4core-0.1.11-src/src/c4/base64.hpp/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_devel_c4core/c4core/work/c4core-0.1.11-src/src/c4/format.hpp::97: In file included from : In file included from /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_devel_c4core/c4core/work/c4core-0.1.11-src/src/c4/charconv.hpp:50: In file included from /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_devel_c4core/c4core/work/c4core-0.1.11-src/src/c4/std/std_fwd.hpp:6: /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_devel_c4core/c4core/work/c4core-0.1.11-src/src/c4/std/vector_fwd.hpp:29:2: error: "unknown standard library"...
I'm using [bazel](https://bazel.build/) to build my projects and I was hoping to use `c4core` and `rapidyaml`. I figured I'd share my bazel build files upstream. If this gets merged then...
We are trying to use the library on compilers ranging from gcc 4.8 to modern day. We are incorporating the library through our project's makefiles. The library is the delivered...
A string that begins with `inf`, regardless of what comes after (except `""` and `"inity"`), will silently succeed : ```cpp double d; char str[] = "Informed" if (atod(str, &d)) {...
re https://github.com/biojppm/rapidyaml/discussions/227
I've been playing with this on a bare metal ARM target using the arm-none-eabi-gcc toolchain (in order to run rapidyml). I think rapidyml + c4core are a great combo for...