Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't build std_unique_ptr unit tests in C++11 #442

Merged
merged 2 commits into from
Feb 27, 2024

Conversation

jorisv
Copy link
Contributor

@jorisv jorisv commented Feb 27, 2024

No description provided.

@jorisv jorisv self-assigned this Feb 27, 2024
@jorisv jorisv marked this pull request as ready for review February 27, 2024 16:20
@jorisv jorisv disabled auto-merge February 27, 2024 16:40
@jorisv jorisv merged commit efed704 into stack-of-tasks:devel Feb 27, 2024
32 checks passed
@jorisv jorisv deleted the topic/fix_cpp11_build branch February 27, 2024 21:12
nim65s added a commit to nim65s/robotpkg that referenced this pull request Apr 22, 2024
    ## [3.5.0] - 2024-04-14

    ### Added
    - Allow use of installed JRL-cmakemodule (stack-of-tasks/eigenpy#446)
    - Support of Numpy 2.0.0b1 (stack-of-tasks/eigenpy#448)
    - Support new primitive type (char, int8_t, uint8_t, int16_t, uint16_t, uint32_t, uint64_t) ()stack-of-tasks/eigenpy#455)
    - Support conversion between signed <-> unsigned integers (stack-of-tasks/eigenpy#455)
    - Support conversion between complex numbers (stack-of-tasks/eigenpy#455)

    ### Fixed
    - Fix unit test build in C++11 (stack-of-tasks/eigenpy#442)
    - Fix unit test function signature [#443](stack-of-tasks/eigenpy#443)
    - Fix CMake export (stack-of-tasks/eigenpy#446)
    - Fix `int` management on Windows (stack-of-tasks/eigenpy#455)
    - Fix `long long` management on Mac (stack-of-tasks/eigenpy#455)
    - Allow to run test in the build directory on Windows (stack-of-tasks/eigenpy#457)

    ### Removed
    - Remove casting when converting from Eigen scalar to Numpy scalar.
      This should not remove any functionality since Numpy array are created from the Eigen scalar type
      (stack-of-tasks/eigenpy#455)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants