3 Commits

Author SHA1 Message Date
Fernando Apesteguía
a54f2584d4 cad/stepcode: update to 0.8.2
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
2023-10-03 09:17:00 +02:00
Fernando Apesteguía
80bd6d18f7 cad/stepcode: update to 0.8.1
This is the first release since 2014. The library naming has changed. Since
there are no consumers in the ports tree, we are good.
2022-10-06 10:48:16 +02:00
Dmitry Marakasov
9a9b588b55 In April/May 2012, STEP Class Library was renamed to STEPcode. This was done
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
2015-07-03 14:45:40 +00:00