| 2026-05-20 12:10 | Merge branch 'release_0.3_r1' | Christophe Coustet | 13 | +15 | -13 |
| 2026-05-20 09:39 | Fix copyright notice | Christophe Coustet | 12 | +14 | -12 |
| 2026-05-20 08:33 | Fix a typo | Christophe Coustet | 1 | +1 | -1 |
| 2026-05-19 13:49 | Merge branch 'release_0.3' | Christophe Coustet | 17 | +387 | -152 |
| 2026-05-19 13:49 | Merge branch 'release_0.3' into develop | Christophe Coustet | 3 | +43 | -22 |
| 2026-05-19 13:48 | Fix .gitignore | Christophe Coustet | 1 | +0 | -1 |
| 2026-05-19 13:47 | Bump version number to 0.3 | Christophe Coustet | 1 | +2 | -2 |
| 2026-05-19 13:45 | Add Release notes for release 0.3 | Christophe Coustet | 1 | +41 | -19 |
| 2026-05-13 14:57 | Replace CMake with a POSIX Makefile | Christophe Coustet | 6 | +335 | -121 |
| 2026-04-17 08:40 | Upgrade copyright notice | Christophe Coustet | 11 | +11 | -11 |
| 2021-10-19 08:11 | Merge branch 'release_0.2.4' into develop | Vincent Forest | 12 | +42 | -27 |
| 2021-10-19 08:09 | Merge branch 'release_0.2.4' | Vincent Forest | 12 | +43 | -28 |
| 2021-10-19 08:05 | Update the copyright notice | Vincent Forest | 12 | +28 | -18 |
| 2021-10-19 08:04 | Update the release notes formatting | Vincent Forest | 1 | +8 | -8 |
| 2021-10-19 08:03 | Write the 0.2.4 release note | Vincent Forest | 1 | +5 | -0 |
| 2021-10-19 07:51 | Set version to 0.2.4 | Vincent Forest | 1 | +1 | -1 |
| 2021-10-19 07:49 | Set the CMake minimum version to 3.1 | Vincent Forest | 1 | +1 | -1 |
| 2020-10-22 09:33 | Merge branch 'release_0.2.3' | Christophe Coustet | 3 | +8 | -14 |
| 2020-10-22 09:32 | Merge branch 'release_0.2.3' into develop | Christophe Coustet | 2 | +6 | -1 |
| 2020-10-22 09:31 | Bump version number to 0.2.3 | Christophe Coustet | 1 | +1 | -1 |
| 2020-10-22 09:31 | Add Release notes for release 0.2.3 | Christophe Coustet | 1 | +5 | -0 |
| 2020-10-21 12:00 | Fix build: possible double definition with some rsys versions | Christophe Coustet | 2 | +2 | -13 |
| 2018-12-18 13:37 | Merge branch 'release_0.2.2' into develop | Vincent Forest | 2 | +5 | -1 |
| 2018-12-18 13:36 | Merge branch 'release_0.2.2' | Vincent Forest | 2 | +6 | -2 |
| 2018-12-18 13:36 | Write the 0.2.2 release note | Vincent Forest | 1 | +4 | -0 |
| 2018-12-18 13:35 | Bump version to 0.2.2 | Vincent Forest | 1 | +1 | -1 |
| 2018-12-17 14:48 | Fix link order on Ubuntu that prevented building tests. | christophe coustet | 1 | +1 | -1 |
| 2017-12-13 10:04 | Merge branch 'release_0.2.1' into develop | Vincent Forest | 2 | +8 | -3 |
| 2017-12-13 10:03 | Merge branch 'release_0.2.1' | Vincent Forest | 8 | +697 | -692 |
| 2017-12-13 10:02 | Write the 0.2.1 release note | Vincent Forest | 1 | +7 | -2 |
| 2017-12-13 09:58 | Bump version number to 0.2.1 | Vincent Forest | 1 | +1 | -1 |
| 2017-12-11 11:05 | Fix deprecations introduced by RSys 0.6 | Vincent Forest | 7 | +689 | -689 |
| 2017-09-19 08:27 | Merge branch 'release_0.2' into develop | Vincent Forest | 1 | +8 | -0 |
| 2017-09-19 08:24 | Merge branch 'release_0.2' | Vincent Forest | 12 | +50 | -43 |
| 2017-09-19 08:24 | Write the 0.2 release note | Vincent Forest | 1 | +8 | -0 |
| 2017-09-18 14:35 | Update the copyright year range | Vincent Forest | 12 | +12 | -12 |
| 2017-09-18 14:27 | Bump version number to 0.2 | Vincent Forest | 1 | +1 | -1 |
| 2017-09-18 14:23 | Update the sanim_node_visit_tree API | Vincent Forest | 3 | +29 | -30 |
| 2017-01-13 14:42 | Fix the sanim_node_visit_tree function | Vincent Forest | 1 | +8 | -3 |
| 2016-11-30 15:35 | Test some more configurations for sanim nodes. | Christophe Coustet | 1 | +25 | -1 |
| 2016-11-30 15:34 | Fix coding style. | Christophe Coustet | 1 | +4 | -4 |
| 2016-11-29 09:36 | Update the project management of the tests | Vincent Forest | 1 | +7 | -6 |
| 2016-11-29 09:35 | Update the API of the sanim_get_child_node | Vincent Forest | 3 | +3 | -3 |
| 2016-11-29 08:57 | Fix code, some coding style issues and GCC warn/err | Vincent Forest | 5 | +100 | -91 |
| 2016-11-17 13:08 | Add node_search_tree API and test. | Christophe Coustet | 4 | +126 | -0 |
| 2016-11-17 12:45 | Add a test for node_visit_tree. | Christophe Coustet | 1 | +517 | -0 |
| 2016-11-17 08:50 | Improve node_visit_tree by constructing transforms on the fly. | Christophe Coustet | 3 | +114 | -20 |
| 2016-11-15 17:45 | Unimportant change; for uniformization purpose. | Christophe Coustet | 1 | +2 | -2 |
| 2016-11-14 14:25 | DEFAULT / NULL initialize vars in tests. | Christophe Coustet | 2 | +4 | -4 |
| 2016-11-14 14:25 | Define DEFAULT / NULL values for public types. | Christophe Coustet | 1 | +19 | -1 |
| 2016-11-10 16:57 | BugFix in a test (use uninitialized var). | Christophe Coustet | 2 | +3 | -4 |
| 2016-11-10 15:41 | Add node tracking stuff for pivots. | Christophe Coustet | 6 | +150 | -17 |
| 2016-11-10 10:13 | Add getters for translation and rotations into API. | Christophe Coustet | 5 | +61 | -2 |
| 2016-11-09 17:27 | BugFix: wrong tree visit | Christophe Coustet | 1 | +4 | -3 |
| 2016-11-09 13:36 | Add visit_tree ans is_initialized API calls. | Christophe Coustet | 2 | +113 | -45 |
| 2016-11-08 16:47 | Add a few more arg checks. | Christophe Coustet | 1 | +5 | -5 |
| 2016-11-07 12:55 | Add is_pivot API call and test code. | Christophe Coustet | 5 | +38 | -1 |
| 2016-11-04 14:46 | Fix double init in test. | Christophe Coustet | 1 | +1 | -4 |
| 2016-11-04 10:48 | Add API calls to copy and recursive_copy nodes. | Christophe Coustet | 7 | +611 | -406 |
| 2016-11-04 10:16 | Remove useless file. | Christophe Coustet | 2 | +0 | -22 |
| 2016-11-02 18:08 | Fix previous commit. | Christophe Coustet | 1 | +7 | -0 |
| 2016-11-02 17:50 | Add API to copy a node and to access father and children of a node. | Christophe Coustet | 7 | +293 | -24 |
| 2016-11-02 15:15 | Arg rename. | Christophe Coustet | 2 | +7 | -7 |
| 2016-11-02 15:19 | Remove device API and stuff from the lib. | Christophe Coustet | 5 | +0 | -291 |
| 2016-10-25 12:42 | Ease convergence constraint on the pointing algorithm. | Christophe Coustet | 3 | +41 | -41 |
| 2016-10-25 12:38 | Add an heuristic to speed the pointing algorithm up. | Christophe Coustet | 1 | +53 | -3 |
| 2016-10-25 05:17 | Small optimization on 1 axis pivot | christophe coustet | 1 | +24 | -12 |
| 2016-10-24 16:28 | Add 2 axis pivots ans some more tests (both 1 and 2 axis) | Christophe Coustet | 3 | +637 | -196 |
| 2016-10-20 09:13 | Reject invalid cases on pivot solving. | Christophe Coustet | 1 | +26 | -0 |
| 2016-10-19 16:16 | Start implementing 2 axis pivots. | Christophe Coustet | 3 | +124 | -29 |
| 2016-10-18 15:12 | BugFix: 1 axis pivot pointing computations | Christophe Coustet | 2 | +69 | -40 |
| 2016-10-18 13:43 | Add 1 axis pivot tracking a target line | Christophe Coustet | 3 | +134 | -26 |
| 2016-10-17 16:23 | Continuing pivots; 1 axis tracking sun & 1 axis tracking output dir | Christophe Coustet | 7 | +526 | -120 |
| 2016-10-12 15:37 | First commit for pivots/tracking; uncomplete. | Christophe Coustet | 6 | +102 | -57 |
| 2016-10-12 14:01 | Add pivot nodes. | Christophe Coustet | 5 | +173 | -0 |
| 2016-10-12 13:58 | Shared code factorisation. | Christophe Coustet | 4 | +165 | -102 |
| 2016-10-12 13:43 | Rename a test | Christophe Coustet | 2 | +1 | -1 |
| 2016-10-12 09:52 | Remove useless forward decl. | Christophe Coustet | 2 | +1 | -1 |
| 2016-10-12 09:51 | BugFix: wrong mat multiply order in transform computation | Christophe Coustet | 1 | +1 | -1 |
| 2016-10-12 09:41 | Add some node test | Christophe Coustet | 1 | +26 | -2 |
| 2016-10-11 16:36 | Add node_data type and API. | Christophe Coustet | 4 | +260 | -116 |
| 2016-10-10 16:43 | First source files. | Christophe Coustet | 10 | +783 | -0 |
| 2016-10-10 14:34 | First commit (license and readme files). | Christophe Coustet | 3 | +718 | -0 |