Thad House
|
629e95776a
|
Add VendorDeps JSON files for command libraries (#2048)
Add commandversion flag to the examples and templates json files.
|
2019-11-07 17:38:07 -08:00 |
|
Peter Johnson
|
f5b4be16db
|
Old C++ Command: Make GetName et al public (#2042)
These used to be effectively public due to SendableBase, and are public
in the Java version.
|
2019-11-05 20:53:40 -08:00 |
|
Thad House
|
509819d83f
|
Split the two command implementations into separate libraries (#2012)
This will allow us at the user code side to determine to include old commands, new commands or both.
|
2019-11-01 21:58:54 -07:00 |
|