blob: 88659b09c61a6d7b3adc3fa91ba37b598dfb8a32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
Version 1.4.0
* Add support for querying type_info of context entries (compiler).
* Do sensible things if traversers are copied (compiler).
Version 1.3.0
* Add new fs::path functions: absolute(), relative(), current(),
complete(), and normalize().
Version 1.2.0
* Add support for automake and VC++ builds via meta-build.
* Add support for resetting nodes/edges and deleting nodes in
container::graph.
* Redesign fs::path, add comparison operators.
Version 1.1.1
* Bugfix release.
Version 1.1.0
* Code stream interface (compiler/code-stream).
* SLOC counter code stream (compiler/sloc-counter).
* C++ code indenter (compiler/cxx-indenter).
* Filesystem path abstraction (fs/path).
* RAII-based file auto-removal (fs/auto-remove).
* Project and solution files for VC++ 8 and 9.
* Install target.
Version 1.0.0
* First public release.
|