update embedded JSON class to version 3.12.0
This commit is contained in:
1
README
1
README
@ -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
14
third_party/README
vendored
@ -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
|
||||
|
||||
2831
third_party/nlohmann/json.hpp
vendored
2831
third_party/nlohmann/json.hpp
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user