Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use static constexpr instead of static const where possible. | Henner Zeller | 2020-04-14 | 1 | -3/+3 |
| | | | | | | | In particular inside class declarations, a static const assignment is technically not a definition, while constexpr is. Signed-off-by: Henner Zeller <h.zeller@acm.org> | ||||
* | Compile fix for visual studio | Clifford Wolf | 2014-12-11 | 1 | -0/+1 |
| | |||||
* | switching from unreliable typedefs to precisely sized uint32_t and uint64_t | SlowRiot | 2014-11-20 | 2 | -19/+16 |
| | |||||
* | fixing incorrect buffer size allocation, and unsafe integer size type | SlowRiot | 2014-11-20 | 2 | -60/+64 |
| | |||||
* | A few indent fixes | Clifford Wolf | 2014-10-15 | 1 | -1/+1 |
| | |||||
* | Changed to explicit heap allocated memory | William Speirs | 2014-10-15 | 1 | -1/+4 |
| | |||||
* | Replaced sha1 implementation | Clifford Wolf | 2014-08-01 | 2 | -234/+327 |
| | |||||
* | Moved stand-alone libs to libs/ directory and added libs/subcircuit | Clifford Wolf | 2013-02-27 | 2 | -0/+234 |