Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-08 | Cleanup: Add missing explicit initialisations | David Robillard | 1 | -1/+2 | |
2019-03-09 | Clean up AtomForge | David Robillard | 1 | -14/+7 | |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -6/+12 | |
2019-03-09 | Localise dependency on boost::format and improve logging API | David Robillard | 1 | -4/+3 | |
2019-03-08 | Use smart pointers to handle FILE streams | David Robillard | 1 | -4/+6 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -3/+3 | |
2018-01-21 | Use C++ style includes for standard language headers | David Robillard | 1 | -1/+2 | |
2017-12-25 | Use std::move to potentially avoid copying | David Robillard | 1 | -1/+1 | |
2017-12-25 | Use nullptr | David Robillard | 1 | -8/+8 | |
2017-12-24 | Clean up includes in public headers | David Robillard | 1 | -0/+1 | |
2017-02-12 | Fix various cast alignment warnings | David Robillard | 1 | -7/+6 | |
2016-07-29 | Remove Forge dependency from AtomReader | David Robillard | 1 | -5/+1 | |
2015-10-02 | Unregister socket clients on hangup. | David Robillard | 1 | -0/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5735 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-05-25 | Use ingen:/ as base URI on the wire. | David Robillard | 1 | -3/+2 | |
This allows referring to non-graph items, which are converted to bundle-relative URIs on save, resolving issue #1049. Change root graph URI to ingen:/graph. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5687 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-05-23 | Prevent concurrent Sord access. | David Robillard | 1 | -8/+23 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5683 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-07 | Demodularize socket stuff. | David Robillard | 1 | -0/+187 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5535 a436a847-0d15-0410-975c-d299462d15a1 |