Skip to content
Snippets Groups Projects
  1. Apr 06, 2023
  2. Feb 28, 2023
  3. Feb 21, 2023
  4. Feb 20, 2023
  5. Jan 27, 2023
  6. Dec 05, 2022
  7. Jul 27, 2022
  8. Jul 26, 2022
  9. Sep 05, 2021
  10. Aug 05, 2021
  11. May 25, 2021
    • Guilhem Saurel's avatar
      break circular include (#237) · 9aa411a7
      Guilhem Saurel authored
      * include registration: add failing unit test
      
      * include registration: break circular include loop
      
      otherwise, when a user include directly this header without fwd.hpp, as
      in the include.cpp regression test:
      
      Dans le fichier inclus depuis ../include/eigenpy/fwd.hpp:35,
                       depuis ../include/eigenpy/registration.hpp:9,
                       depuis ../unittest/include.cpp:7:
      ../include/eigenpy/expose.hpp: Dans la fonction « void eigenpy::expose() »:
      ../include/eigenpy/expose.hpp:27:9: erreur: « register_symbolic_link_to_registered_type » n'a pas été déclaré dans cette portée
         27 |     if(!register_symbolic_link_to_registered_type<T>())
            |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      ../include/eigenpy/expose.hpp:27:52: erreur: expected primary-expression before « > » token
         27 |     if(!register_symbolic_link_to_registered_type<T>())
            |                                                    ^
      ../include/eigenpy/expose.hpp:27:50: attention: le non logique est toujours appliqué au membre de gauche de la comparaison [-Wlogical-not-parentheses]
         27 |     if(!register_symbolic_link_to_registered_type<T>())
            |                                                  ^
      ../include/eigenpy/expose.hpp:27:54: erreur: expected primary-expression before « ) » token
         27 |     if(!register_symbolic_link_to_registered_type<T>())
            |                                                      ^
      Unverified
      9aa411a7
  12. Apr 02, 2021
    • Guilhem Saurel's avatar
      [CMake] add extension to fix CMP0115 · 080f9098
      Guilhem Saurel authored
      fix:
      
      CMake Warning (dev) at unittest/CMakeLists.txt:10 (ADD_LIBRARY):
        Policy CMP0115 is not set: Source file extensions must be explicit.  Run
        "cmake --help-policy CMP0115" for policy details.  Use the cmake_policy
        command to set the policy and suppress this warning.
      
        File:
      
          …/eigenpy/unittest/eigen_ref.cpp
      Call Stack (most recent call first):
        unittest/CMakeLists.txt:33 (ADD_LIB_UNIT_TEST)
      This warning is for project developers.  Use -Wno-dev to suppress it.
      080f9098
  13. Jun 08, 2020
  14. May 27, 2020
  15. May 05, 2020
  16. Mar 12, 2020
  17. Feb 25, 2020
  18. Feb 23, 2020
  19. Feb 21, 2020
  20. Jan 29, 2020
  21. Jan 22, 2020
  22. Dec 19, 2019
    • gabrielebndn's avatar
      Deprecate BUILD_UNIT_TESTS (#142) · 69ac54cc
      gabrielebndn authored and Justin Carpentier's avatar Justin Carpentier committed
      * Default BUILD_TESTING to OFF
      
      * Deprecate BUILD_UNIT_TESTS and remove its usage
      
      * Revert "Default BUILD_TESTING to OFF"
      
      This reverts commit 102bf6fb30ce77bfe195b296482406b4b6a81b41.
      
      * [BUILD_UNIT_TESTS] Better deprecation message
      69ac54cc
  23. Nov 25, 2019
  24. Jul 18, 2019
  25. Jul 17, 2019
  26. Jul 12, 2019
  27. Jun 28, 2019
  28. Apr 16, 2019
  29. Feb 18, 2019
Loading