summaryrefslogtreecommitdiffstats
path: root/tests/ingen_test.cpp
AgeCommit message (Collapse)AuthorFilesLines
14 daysFix potential memory leakDavid Robillard1-0/+1
14 daysAvoid use of "#if 0" as a supercommentDavid Robillard1-1/+3
Mainly because clang-tidy complains about it.
14 daysAvoid std::endlDavid Robillard1-15/+8
2023-09-23Clean up includes and forward declarationsDavid Robillard1-1/+0
2023-02-03Suppress/fix new warnings in clang-tidy 15David Robillard1-6/+6
2022-12-14Concatenate nested namespacesDavid Robillard1-4/+2
2022-12-14Use std::filesystem and std::make_uniqueDavid Robillard1-4/+5
2022-12-13Avoid throwing exceptions from main()David Robillard1-5/+10
2022-09-27Use std::make_uniqueDavid Robillard1-1/+1
2022-08-18Fix whitespaceDavid Robillard1-1/+3
2022-08-18Fix overly long line commentsDavid Robillard1-2/+2
2022-08-18Avoid "else" after "return", "break", and "continue"David Robillard1-1/+3
2022-08-18Use auto when declaring iteratorsDavid Robillard1-1/+2
2021-01-02Update for latest raulDavid Robillard1-3/+3
2020-12-15Clean up includes in core and serverDavid Robillard1-1/+4
2020-12-14Fix redundant calls to smart pointer get() methodsDavid Robillard1-1/+1
2020-12-14Avoid "using namespace"David Robillard1-15/+36
2020-08-03Clean up includesDavid Robillard1-3/+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-02Remove std::shared_ptr aliasDavid Robillard1-1/+1
2020-08-02Remove std::unique_ptr aliasDavid Robillard1-1/+2
2020-08-02Rename memory utility headerDavid Robillard1-1/+1
2020-08-02Clean up URI map interfaceDavid Robillard1-1/+1
2020-08-02Use auto with casts and allocations to remove redundancyDavid Robillard1-1/+1
2020-08-01Use modern castsDavid Robillard1-6/+9
2020-08-01Make set_bundle_path_from_code take a function pointerDavid Robillard1-1/+1
2020-07-18Add missing static specifiersDavid Robillard1-1/+1
2019-03-16Improve input path handlingDavid Robillard1-12/+20
2019-03-09Clean up AtomForgeDavid Robillard1-15/+7
2019-03-09Clean up includes and forward declarationsDavid Robillard1-16/+16
2019-03-09Localise dependency on boost::format and improve logging APIDavid Robillard1-1/+1
2019-03-08Use smart pointers to manage World in programsDavid Robillard1-4/+3
2019-03-08Make parser take mandatory arguments by referenceDavid Robillard1-1/+1
2018-09-29Use nullptrDavid Robillard1-1/+1
2018-09-23Use lowercase namespace namesDavid Robillard1-1/+1
2018-01-22Only enqueue messages when the engine is remoteDavid Robillard1-1/+0
When the engine is local, messages are emitted in the Gtk thread and applied immediately. This should make the GUI more responsive.
2018-01-21Add FilePath class and remove use of glib path utilitiesDavid Robillard1-14/+9
2018-01-21Use C++ style includes for standard language headersDavid Robillard1-1/+1
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-3/+3
2018-01-21Don't build libraries twice when testing is enabledDavid Robillard1-1/+1
2017-12-25Use auto for iteratorsDavid Robillard1-1/+1
2017-12-25Use nullptrDavid Robillard1-4/+4
2017-02-18Improve parallel analysis and execution algorithmsDavid Robillard1-68/+4
2017-02-18Add experimental PortAudio driverDavid Robillard1-23/+6
2017-02-15Move Properties out of ResourceDavid Robillard1-6/+7
2017-02-12Fix warningsDavid Robillard1-1/+1
2017-02-12Fix various cast alignment warningsDavid Robillard1-8/+7
2017-02-12Run test events with monotonically increasing timeDavid Robillard1-7/+8
2017-01-03Always escape file URIsDavid Robillard1-1/+1
2016-10-02Fix unit test responses and ensure events succeedDavid Robillard1-1/+1
2016-10-02Add parallel graph executionDavid Robillard1-1/+7