Commit Graph

48 Commits

Author SHA1 Message Date
Emmanuel Durand
3a678b313c Fix attributes unit tests for attributes without setter 2025-05-01 09:25:31 -04:00
Emmanuel Durand
49a130007d Add multiple choices selection to attributes, and a first use with 2025-04-10 08:17:03 -05:00
Emmanuel Durand
bf3354ea13 Added support for 16bits images in Image, Image_Shmdata and Image_Sh4lt 2024-05-29 13:57:57 -04:00
Emmanuel Durand
0fda7c54a8 Fixed compilation on Windows 2023-12-22 16:22:41 -05:00
Emmanuel Durand
6a02d5bea7 Fix ZMQ channel to better match Pub-Sub pattern 2023-12-22 20:10:24 +00:00
Emmanuel Durand
b7a7ae3e3c Fixes following thread sanitizer analysis 2023-12-15 10:59:54 -05:00
Emmanuel Durand
1ad61e7bae Renamed "sideness" to "culling" everywhere 2023-12-05 08:04:54 -05:00
Emmanuel Durand
4ff210a990 Fixed issues detected by static analysis 2023-11-17 15:26:27 +00:00
Emmanuel Durand
ca6ae90fc5 Updated all copyrights to mention Splash authors instead of individual contributors 2023-11-12 09:31:38 -05:00
Emmanuel Durand
aec8416220 Fixed linting throughout the whole codebase 2023-10-18 13:36:09 -04:00
Tarek Yasser
047fd86757 Fix compilation errors on clang. 2023-10-10 03:54:33 +03:00
Emmanuel Durand
95eabfbb9b Fixed configuration loading at runtime 2023-09-01 19:35:22 -04:00
Emmanuel Durand
670628eaaa Fixed long connection delay when using shmdata link backend 2023-09-01 21:37:05 +00:00
Emmanuel Durand
851e1a9be8 Fixed ColorCalibrator tests for arm64 2022-09-30 14:00:19 -04:00
Emmanuel Durand
a98fd3e213 Moved unit test mocks to their own namespaces to prevent stack collisions 2022-09-27 11:55:30 -04:00
Emmanuel Durand
d3740bfea5 Reorganized tests assets, separated between unit and integration assets 2022-09-21 15:56:30 -04:00
Emmanuel Durand
58409b734e Added some small fixes to the tests 2022-06-21 13:31:59 +00:00
Emmanuel Durand
214eb38e09 Apply 1 suggestion(s) to 1 file(s) 2022-06-17 15:57:30 +00:00
Christian Frisson
58d1e3ead8 tests/unit_tests/controller/colorcalibrator.cpp: fill expectedCRF within size 2022-06-17 11:53:20 -04:00
eva_decorps
107f0aa80c Add unit tests for color calibrator 2022-06-17 10:02:48 -04:00
Emmanuel Durand
4fe240c0bc Fixed RootObject serializing test 2022-03-29 15:19:45 +00:00
Emmanuel Durand
00314f28dd Added shmdata for communication between Splash processes 2021-10-22 19:05:31 +00:00
Emmanuel Durand
0da87ffddd Replaced Mesh serialization with Splash::serialize 2021-09-20 19:21:52 +00:00
Emmanuel Durand
8da6d1e695 Replaced ImageBuffer serialization 2021-09-14 13:36:48 +00:00
Emmanuel Durand
00bf1c042a Moved SerializedObjects away from shared_ptr 2021-09-09 16:13:33 -04:00
Emmanuel Durand
6f940888b4 Fixed use of Image::update throughout the basecode 2021-08-23 17:44:09 +00:00
Emmanuel Durand
f92f8881ad Replaced #defines with static const/constexpr 2021-07-07 20:52:03 +00:00
Emmanuel Durand
2c5905e4ad Improved mutex handling in BufferObjects 2021-06-30 10:59:31 -04:00
Emmanuel Durand
2ae35fece6 Added a Subprocess class to handle subprocesses 2021-05-26 09:34:02 -04:00
Frédéric Lestage
c477d23c9a Simplify attr call for methods 2021-04-06 18:39:23 +00:00
Emmanuel Durand
5f31e92de8 Fixed issue with not testing that an attribute exists before setting it 2021-01-14 23:54:28 +00:00
Emmanuel Durand
755aaf497d Added getter/setter tests for all attributes 2020-12-28 18:23:50 -05:00
Emmanuel Durand
e89520e764 Removed default setter and getter for Attribute 2020-12-28 13:38:31 -05:00
Emmanuel Durand
9de3790ea8 Added the possibility to define an attribute with no setter 2020-12-28 13:24:44 -05:00
Emmanuel Durand
9775eb3f9a Removed all 'using namespace std' occurrences 2020-12-08 10:29:35 -05:00
Marie-Eve Dumas
8347329665 check Calimiro integration to Splash 2020-12-03 09:50:41 -05:00
Emmanuel Durand
061649bf27 Fixed configuration upgrade not handling non-array values correctly 2020-11-23 10:14:56 -05:00
Emmanuel Durand
8b5f88c4e2 Added bool as possible Value underlying type 2020-10-19 14:47:06 -04:00
Marie-Eve Dumas
372d791fa1 adapted tests 2020-09-11 18:03:11 +00:00
Marie-Eve Dumas
86248f5ea6 Testing file access in osUtils 2020-07-31 15:35:26 -04:00
Emmanuel Durand
2a5c965e62 Moved argument parsing in splash-app.cpp instead of World 2020-03-10 11:21:17 -04:00
Marie-Eve
86db694fde added a class that read files from a directory 2020-02-20 18:50:01 +00:00
Emmanuel Durand
c48f64177e 🐛 Fixed an assertion when running tests in debug 2020-02-13 01:43:39 +00:00
Emmanuel Durand
8b7badc6c5 🐛 Fixed a false warning which happened when linking after deleting a GraphObject 2020-02-06 15:21:26 -05:00
Emmanuel Durand
fd7f2b958f Added tests for GraphObject, NameRegistry 2020-01-29 18:40:17 +00:00
Emmanuel Durand
2c6632d768 Added tests for BufferObject, OnScopeExit, Factory and ImageBuffer 2020-01-15 15:30:24 +00:00
Emmanuel Durand
558c322197 Added test for RootOBject 2020-01-13 15:23:18 +00:00
Emmanuel Durand
8ac1a9d49e Reorganized tests 2019-12-20 14:23:35 +00:00