Skip to content

Commit 9c2018e

Browse files
committed
update README, NEWS for v0.2
1 parent 3dacbc1 commit 9c2018e

File tree

2 files changed

+35
-11
lines changed

2 files changed

+35
-11
lines changed

NEWS

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
STEP Class Library ------ https://github.com/mpictor/StepClassLibrary
2+
************************************************************************
3+
Release 0.2 (Oct 1, 2011)
4+
5+
What's new since v0.1?
6+
7+
* Retrieve aggregate type from the underlying type (issue #4)
8+
* Fix aggregate select types naming convention in fedex_plus (issue #59)
9+
* Fix several segfaults and double free's in p21read (issue #63)
10+
* Fix several file read/write bugs in p21read, including
11+
* don't write '$' for empty string
12+
* 'abc\S\'def' is a valid string (issue #57)
13+
* Improve p21read execution time
14+
* Cleanup many files and delete src/clivfasd (but much more to do!) (issue #66)
15+
* Add BNF files, schemas, and CAX-IF Part 21 files
16+
17+
For a detailed list of changes, see
18+
https://github.com/mpictor/StepClassLibrary/wiki/changelog-v0.2
19+
20+
For a list of closed issues, see
21+
https://github.com/mpictor/StepClassLibrary/issues?state=closed&milestone=2
22+
223
************************************************************************
324

425
Release 0.1 (Sept 2011)
@@ -39,7 +60,7 @@ Pre-BRL-CAD changes:
3960
************************************************************************
4061
************************************************************************
4162
Updates from http://www.statik.tu-cottbus.de/fileadmin/project_dth/scl/
42-
Jan 2005 - Mar 2006
63+
Jan 2005 - Mar 2006
4364

4465
The original SCL source distribution could not be cleanly un-archived
4566
on case-insensitive file systems like Windows' NTFS because of a name
@@ -68,8 +89,8 @@ accepted.
6889

6990
************************************************************************
7091

71-
What's New in the STEP Class Library Release 3.2
72-
February 1998
92+
What's New in the STEP Class Library Release 3.2
93+
February 1998
7394

7495

7596
mkProbe now prints a usage message showing allowable command line
@@ -161,8 +182,8 @@ comment.
161182

162183
**********************************************************************
163184

164-
What's New in the STEP Class Library Release 3.1
165-
October 1997
185+
What's New in the STEP Class Library Release 3.1
186+
October 1997
166187

167188
The following is a list of enhancements which are found in the version
168189
3.1 release of the SCL and Data Probe. It assumes you are familiar

README

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ Step Class Library v0.1 -- https://github.com/mpictor/StepClassLibrary
1010

1111
* SCL is packaged along with some other tools. See
1212
"THE NIST STEP TOOLSET", below. In particular, Data Probe
13-
requires InterViews, an obsolete UI toolkit. A version of it is
14-
still present in the git repository, but I have not had luck
15-
building the data probe with it. It may be more productive
13+
requires InterViews, an obsolete UI toolkit. I (mpictor) have not
14+
had luck building the data probe with it. It may be more productive
1615
to replace InterViews with a modern toolkit such as Qt. I
1716
expect that this would be non-trivial.
1817

@@ -66,6 +65,10 @@ to match the current formatting. The main points are:
6665
- line endings are LF (linux), not CRLF (windows)
6766
- brackets around single-line conditionals
6867
- spaces inside parentheses and around operators
68+
- return type on the same line as the function name, unless that's
69+
too long
70+
- doxygen-style comments
71+
(see http://www.stack.nl/~dimitri/doxygen/docblocks.html)
6972

7073
If in doubt about a large patch, run astyle with the config file
7174
misc/astyle.cfg.
@@ -87,8 +90,8 @@ Notes/TODO items specific to the STEP libraries as included in BRL-CAD:
8790
and should be a starting point for any debugging of EXPRESS
8891
parsing issues.
8992

90-
* None of the original test codes have been incorporated into the
91-
new build system, but they are still present in src/test
93+
* Of the original test code, only p21read has been incorporated into
94+
the new build system, but they are still present in src/test
9295

9396
* Express and exppp header files have been relocated to subdirectories
9497
in include. The names of the library files being built have been
@@ -102,7 +105,7 @@ Notes/TODO items specific to the STEP libraries as included in BRL-CAD:
102105

103106
=====================================================
104107
Much has changed since README.scl was written.
105-
It is reproduced in its entirety below.
108+
However, it is reproduced in its entirety below.
106109
=====================================================
107110

108111
README.scl (top level README) February 1998

0 commit comments

Comments
 (0)