Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-23 | Clean up includes and forward declarations | David Robillard | 1 | -2/+0 | |
2023-05-02 | Fix relative URI creation with newer serd | David Robillard | 1 | -1/+1 | |
2023-02-03 | Suppress/fix new warnings in clang-tidy 15 | David Robillard | 1 | -14/+14 | |
2022-12-14 | Use std::optional | David Robillard | 1 | -190/+215 | |
2022-12-14 | Use std::filesystem and std::make_unique | David Robillard | 1 | -3/+5 | |
2022-09-27 | Use braced init lists to avoid repeating return types | David Robillard | 1 | -6/+6 | |
2022-08-18 | Use consistent spacing for line comments | David Robillard | 1 | -2/+2 | |
2022-08-18 | Clean up path construction | David Robillard | 1 | -3/+1 | |
2022-08-18 | Avoid "else" after "return", "break", and "continue" | David Robillard | 1 | -5/+9 | |
2022-08-18 | Use auto when declaring iterators | David Robillard | 1 | -16/+17 | |
2021-01-02 | Update for latest raul | David Robillard | 1 | -50/+50 | |
2020-08-03 | Clean up includes | David Robillard | 1 | -2/+0 | |
As directed by include-what-you-use. Unfortunately, it is still confused by quite a few things, but this gets a lot closer to a clean report, and at least makes the output more tolerable to manually check. | |||||
2020-08-02 | Fix shadow warnings | David Robillard | 1 | -3/+2 | |
2020-08-02 | Clean up URI map interface | David Robillard | 1 | -1/+1 | |
2020-08-02 | Fix return-std-move-in-c++11 warning | David Robillard | 1 | -3/+3 | |
2020-08-02 | Don't access static methods through instances | David Robillard | 1 | -1/+1 | |
2020-08-01 | Use modern casts | David Robillard | 1 | -9/+14 | |
2019-12-08 | Cleanup: Remove redundant string initialisations | David Robillard | 1 | -1/+1 | |
2019-12-08 | Cleanup: Use faster char overload of find_last_of() | David Robillard | 1 | -1/+1 | |
2019-12-08 | Cleanup: Use "auto" to avoid repeating type names | David Robillard | 1 | -5/+5 | |
2019-12-08 | Cleanup: Avoid parameter copying overhead | David Robillard | 1 | -71/+67 | |
2019-12-08 | Cleanup: Use "using" instead of "typedef" where appropriate | David Robillard | 1 | -3/+3 | |
2019-03-09 | Clean up AtomForge | David Robillard | 1 | -15/+6 | |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -5/+17 | |
2019-03-09 | Localise dependency on boost::format and improve logging API | David Robillard | 1 | -15/+13 | |
2019-03-08 | Make parser take mandatory arguments by reference | David Robillard | 1 | -92/+92 | |
2018-09-23 | Clean up property parsing | David Robillard | 1 | -48/+30 | |
2018-09-23 | Parse overridden properties with a single PUT | David Robillard | 1 | -4/+10 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -21/+21 | |
2018-09-22 | Use new LV2 include paths | David Robillard | 1 | -1/+1 | |
2018-08-07 | Use serd_free | David Robillard | 1 | -1/+1 | |
2018-03-08 | Fix cut/copy/paste of arcs | David Robillard | 1 | -2/+4 | |
2018-01-21 | Read port index if requested regardless of context | David Robillard | 1 | -1/+1 | |
2018-01-21 | Clean up URI and path handling in parser | David Robillard | 1 | -67/+39 | |
2018-01-21 | Fix newlines in parser error messages | David Robillard | 1 | -6/+6 | |
2018-01-21 | Add FilePath class and remove use of glib path utilities | David Robillard | 1 | -36/+20 | |
2018-01-21 | Add URI class and remove use of Raul::URI | David Robillard | 1 | -24/+24 | |
2018-01-21 | Replace insert(make_pair(...)) with emplace | David Robillard | 1 | -5/+4 | |
2017-12-25 | Use auto for iterators | David Robillard | 1 | -1/+1 | |
2017-12-25 | Remove superfluous using namespace declarations | David Robillard | 1 | -4/+3 | |
2017-12-25 | Always use braces | David Robillard | 1 | -3/+6 | |
2017-12-25 | Use nullptr | David Robillard | 1 | -4/+4 | |
2017-12-25 | Fix inconsistent parameter names | David Robillard | 1 | -14/+13 | |
2017-12-24 | Clean up includes in public headers | David Robillard | 1 | -0/+2 | |
2017-03-20 | Fix round-trip preservation of property contexts | David Robillard | 1 | -5/+4 | |
2017-02-15 | Move Properties out of Resource | David Robillard | 1 | -81/+81 | |
2017-02-15 | Move static path stuff to its own header | David Robillard | 1 | -6/+6 | |
2017-02-12 | Fix various cast alignment warnings | David Robillard | 1 | -6/+6 | |
2016-10-29 | Fix minor memory issues | David Robillard | 1 | -1/+1 | |
2016-10-02 | Fix saving and loading subgraphs | David Robillard | 1 | -44/+60 | |