update embedded JSON class to version 3.12.0

This commit is contained in:
Axel Kohlmeyer
2025-04-22 10:34:46 -04:00
parent 0ff17967b0
commit dbe98e2cfb
3 changed files with 1808 additions and 1038 deletions

1
README
View File

@ -34,6 +34,7 @@ lib additional provided or external libraries
potentials interatomic potential files
python Python module for LAMMPS
src source files
third_party Copies of thirdparty software bundled with LAMMPS
tools pre- and post-processing tools
unittest test programs for use with CTest
.github Git and GitHub related files and tools

14
third_party/README vendored
View File

@ -1 +1,13 @@
This folder contains copies of third-party software
This folder contains copies of third-party software.
These packages may be either included in the source
code tarball or downloaded on-the-fly during compilation
as needed. In some cases, some small customizations
are made to avoid namespace conflicts where the
included third party software needs workarounds for
issues on platforms (OS or compiler related) to
function consistently with LAMMPS.
The following software source packages are included
Folder: Package: Version: Original URL
nlohmann/json JSON for Modern C++ 3.12.0 https://github.com/nlohmann/json/releases/tag/v3.12.0

File diff suppressed because it is too large Load Diff