faker-cxx v4.4.0
Permanent link:
cppdashboard.dev/r/2026/08/faker-cxx-v4-4-0C++ Faker library for generating fake (but realistic) data.
Release notes
## What's Changed * feat: Add location addresses for Austria (de_AT) by @GageLawton in https://github.com/cieslarmichal/faker-cxx/pull/1093 * fix: handle empty separator in split function by @tristanhatton in https://github.com/cieslarmichal/faker-cxx/pull/1096 * feat: Adding location data for Sweden (sv_SE) by @alexanderl0ng in https://github.com/cieslarmichal/faker-cxx/pull/1094 * refactor: use std::optional for token start tracking in fillTokenValues by @tristanhatton in https://github.com/cieslarmichal/faker-cxx/pull/1095 * feat: add location address data for Belarus by @Akanksha-H in https://github.com/cieslarmichal/faker-cxx/pull/1097 * docs: update phone function name in QUIXK_START.md by @RipunjaySainii in https://github.com/cieslarmichal/faker-cxx/pull/1099 * feat: add location address data for Korea by @cieslarmichal in https://github.com/cieslarmichal/faker-cxx/pull/1102 * feat: add location address data for Lebanon by @cieslarmichal in https://github.com/cieslarmichal/faker-cxx/pull/1107 * feat: add location address data for Greece by @cieslarmichal in https://github.com/cieslarmichal/faker-cxx/pull/1108 * feat: add location address data for Slovenia by @cieslarmichal in https://github.com/cieslarmichal/faker-cxx/pull/1106 * feat: add location address data for Belgium by @cieslarmichal in https://github.com/cieslarmichal/faker-cxx/pull/1103 * feat: add location address data for Bulgaria by @cieslarmichal in https://github.com/cieslarmichal/faker-cxx/pull/1104 * feat: add location address data for North Macedonia by @cieslarmichal in https://github.com/cieslarmichal/faker-cxx/pull/1105 * feat: add location address data for Argentina by @cieslarmichal in https://github.com/cieslarmichal/faker-cxx/pull/1109 * feat: add location address data for Latvia by @cieslarmichal in https://github.com/cieslarmichal/faker-cxx/pull/1110 * feat: add location address data for Moldova by @cieslarmichal in https://github.com/cieslarmichal/faker-cxx/pull/1111 * feat: add location address data for Syria by @cieslarmichal in https://github.com/cieslarmichal/faker-cxx/pull/1112 * feat: add location address data for China by @cieslarmichal in https://github.com/cieslarmichal/faker-cxx/pull/1113 * feat: add location address data for Vietnam by @cieslarmichal in https://github.com/cieslarmichal/faker-cxx/pull/1114 * feat: add location address data for Croatia by @cieslarmichal in https://github.com/cieslarmichal/faker-cxx/pull/1115 * feat: add location address data for Ireland by @cieslarmichal in https://github.com/cieslarmichal/faker-cxx/pull/1116 * feat: add location address data for Malta by @cieslarmichal in https://github.com/cieslarmichal/faker-cxx/pull/1117 * feat: add location address data for Netherlands by @cieslarmichal in https://github.com/cieslarmichal/faker-cxx/pull/1118 * fix: avoid std::format for floating-point precision to fix macOS build by @cieslarmichal in https://github.com/cieslarmichal/faker-cxx/pull/1100 * fix: repair build broken by concurrent location-data PRs by @cieslarmichal in https://github.com/cieslarmichal/faker-cxx/pull/1121 * fix(ci): pin CC/CXX to cl.exe for Windows Conan profile detection by @cieslarmichal in https://github.com/cieslarmichal/faker-cxx/pull/1120 * feat: add location address data for Switzerland (de_CH, fr_CH, it_CH, rm_CH) by @cieslarmichal in https://github.com/cieslarmichal/faker-cxx/pull/1122 * feat: add location address data for Bosnia and Herzegovina (bs_BA, hr_BA, sr_BA) by @cieslarmichal in https://github.com/cieslarmichal/faker-cxx/pull/1123 * feat: add location address data for Canada (fr_CA) by @cieslarmichal in https://github.com/cieslarmichal/faker-cxx/pull/1124 * fix: apply clang-format and de-flake Lithuania street address test by @cieslarmichal in https://github.com/cieslarmichal/faker-cxx/pull/1125 ## New Contributors * @GageLawton made their first contribution in https://github.com/cieslarmichal/faker-cxx/pull/1093 * @tristanhatton mad…
Share this resource