Skip to content

Commit

Permalink
First release notes and more complete docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro Vullo committed Mar 17, 2018
1 parent c599306 commit ea785ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
2018-02-XX avullo
* First release, describe
2018-03-17 avullo
* First full release, static library build with tested support for Linux/GCC/Clang
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- [Installation](#installation)
- [Usage](#usage)
- [Supported Compilers](#supported-compilers)
- [Known Bugs and Limitations](#bugs)
- [License and Copyright](#license-and-copyright)
- [Acknowledgements](#acknowledgements)
- [Projects using libitree](#projects-using-libitree)
Expand Down Expand Up @@ -54,7 +55,9 @@ In particular, the following compilers are currently used in continuous integrat
| Clang 4.0.1 | Ubuntu 14.04.5 LTS | clang version 4.0.1-svn305264-1~exp1 (branches/release_40) |
| Clang 5.0.0 | Ubuntu 14.04.5 LTS | clang version 5.0.0-svn310902-1~exp1 (branches/release_500_final) |

## Known Bugs and Limitations

Interval equality checks are at the moment based on float comparison which is obviously not ideal. As a result, the structure of the tree and the results of search queries might slightly vary across different architectures. I will switch to using a more robust approach when finding a rather stable solution.

## License and Copyright

Expand Down

0 comments on commit ea785ea

Please sign in to comment.