ChangeLog: https://github.com/stepcode/stepcode/releases/tag/v0.8.2
Build fixes
* dependency fixes for expparse / expscan.
* handle newer clang compilers
* more robust parallel building
Relocation of headers and explicit directory prefixes
* client codes should now include one directory (for example,
/usr/include/stepcode) and specify headers in their code using path/header.h
(for example, #include <clstepcore/sdai.h>) previous releases required
explicit listing of all stepcode folders due to internal header include
directives - this has been corrected
because the old name wasn't accurate - the class libraries are only a fraction
of the software.
The STEP Class Library (SCL) originated at the National Institute of Standards
and Technology, or NIST. NIST started working with STEP in the 80's and
continued until the late 90's. Some components of SCL were originally written
in Lisp and then re-written in mixed C and C++ in the early 90's.
The rest of SCL was written in C++ to begin with.
STEPcode (SC) includes the class libraries, some of the most widely used EXPRESS
schemas, some tools to work with EXPRESS, and support libraries for those tools.
Two of the tools can create schema-specific libraries that are used with the
class libraries. There are also some test files and programs.
WWW: https://github.com/stepcode/stepcode/wiki
PR: 201046
Submitted by: fernando.apesteguia@gmail.com