aboutsummaryrefslogtreecommitdiff
path: root/src/unittest/test_schematic.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Code modernization: subfolders (#6283)Loïc Blot2017-08-191-7/+7
| | | | | | | | | | | | | * Code modernization: subfolders Modernize various code on subfolders client, network, script, threading, unittests, util * empty function * default constructor/destructor * for range-based loops * use emplace_back instead of push_back * C++ STL header style * Make connection.cpp readable in a pointed place + typo
* Add -Wsign-compare for Clang builds and fix some signed/unsigned compiler ↵kwolekr2015-05-161-1/+1
| | | | warnings
* Schematics: Add per-node force placement optionkwolekr2015-05-091-40/+55
|
* Fix compilation for non-client builds, and fix signed comparison warningkwolekr2015-05-081-2/+2
|
* Tests: Add schematic unittestskwolekr2015-05-081-0/+265
Improve schematic file-saving interface Add ability to create temporary test files