Commit Graph

330 Commits

Author SHA1 Message Date
Mikalai Arapau 1bb2562fb5 fix for occasional crash in QGraphicsSceneBspTree (#3) 2018-11-08 13:37:41 -05:00
Russell Greene c235e3940f Fix use after free bug 2018-10-19 19:16:58 -04:00
Russell Greene bf7a0fc3bd Fix catergory->category typo 2018-10-16 17:27:12 -04:00
Russell Greene 3aece3960f Merge remote-tracking branch 'upstream/master' into modelview 2018-10-16 17:11:42 -04:00
Russell Greene ac9672a923 Make NodeGraphicsObject public 2018-10-16 17:01:51 -04:00
sindney d4b83952c6 Fix dereferencing nullptr (#194)
Dereferencing nullptr node causes crash on osx’s clang.
2018-10-15 14:13:05 +02:00
Justin Bassett 47a1c35ecb Automatically get Catch2 if needed (#193) 2018-10-10 16:40:20 +02:00
Dmitry Pinaev 3cb2bee28d Fix OSX travis build 2018-10-09 22:28:49 +02:00
Dmitry Pinaev 00eb9ced68 Add information on building (#192) 2018-10-09 22:13:17 +02:00
Russell Greene d686f652f5 Make DataFlowModel exported into the DLL 2018-08-24 12:10:12 -04:00
Russell Greene bd4577d642 Fix more warnings and errors
* add more usings
* add some Q_UNUSED declartions
* fix variable shadowing
2018-08-24 12:04:15 -04:00
Russell Greene 26871bc749 Add various missing using statements that msvc wants 2018-08-24 11:55:27 -04:00
Russell Greene 5959dbb063 Add basic headless example 2018-08-23 00:04:45 -04:00
Russell Greene c19850d851 Move dataflowmodel to it's own public file 2018-08-23 00:04:33 -04:00
Russell Greene 7f7440d7a7 Add several missing using statements 2018-08-22 23:14:33 -04:00
Russell Greene be41c1aeed Add missing using, fix initialization order 2018-08-22 19:48:51 -04:00
Russell Greene 79c7ca9418 Uniformly use struct 2018-08-22 19:46:02 -04:00
Dmitry Pinaev 2bc89a0110 Format code uniformly, fix compilation errors 2018-08-22 17:42:14 -04:00
Russell Greene 487fb77b27 Fix various warnings
* consistently use class for ConnectionID
* use QT_NO_DEBUG instead of NDEBUG
2018-08-22 12:10:03 -04:00
Russell Greene 9cee2ff4b7 Fix compile errors 2018-08-22 12:01:04 -04:00
Russell Greene 7cac121c12 Update catch in travis 2018-08-22 12:00:54 -04:00
Russell Greene d5ed27e30c Convert to modelview philosophy 2018-08-09 20:19:12 -06:00
Davide Faconti 87f0d386bf Prefer for loop over lambda (#181) 2018-06-06 11:30:40 +02:00
Justin Bassett b3a3e9826b Fix Issue #127 (#140)
* Fix Issue #127

* add unit test
2018-05-29 22:05:07 +02:00
Dmitry Pinaev 56fbb9344f Fix appveyor script after merge (#177) 2018-05-28 00:01:52 +02:00