# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#4 | 13266 | tjuricek |
Reorganized depot to avoid stream/main in path. This may be re-imported. |
||
#3 | 13217 | tjuricek | More C++03 conversion of files that, for some reason, didn't get recompiled in my IDE. | ||
#2 | 13216 | tjuricek |
Change to a C++03 build. Major changes: 1. QSharedPointer::create(...) is much more restricted than in C++11, so just use the .reset() method unless you're passing in a single const reference argument to the constructor. 2. Using Qt's foreach. 3. Replace lambdas with simpler helper methods. This seems to work, but we may have subtle memory issues I'm not 100% on top of yet. |
||
#1 | 13158 | tjuricek |
Add unit test for PhoenixProject class to verify techniques at manipulating and serializing the model to and from JSON. Use phoenixProjectFromJson() to load the PhoenixProject directly now. |