Skip to content

Tags: idscan/owl-cpp

Tags

0.3.3.97-idscan7

Toggle 0.3.3.97-idscan7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ENT-12650 Use std::filesystem by default (#5)

To help move forward switch to using C++17 as target and use std
filesystem that comes with it. Add USE_BOOST_FILESYSTEM that will use
boost::filesystem (as previous) in case, but that defaults OFF. Note
change in API to pass paths by std::string so whichever filesystem is in
use does not bother the calling code.

0.3.3.97.jf5

Toggle 0.3.3.97.jf5's commit message
ENT-12650 Missed another use of BOOST rather than Boost

0.3.3.97-jf4

Toggle 0.3.3.97-jf4's commit message
ENT-12650 Remove conditional

This makes it more like old patch version

0.3.3.97-jf2

Toggle 0.3.3.97-jf2's commit message
ENT-12650 Minor fixes to previous

0.3.3.97-jf1

Toggle 0.3.3.97-jf1's commit message
EMT-12650 Further fixes

Particularly after trying USE_BOOST_FILESYSTEM=ON

0.3.3.97-tp6

Toggle 0.3.3.97-tp6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ENT-3325 Further C++17 fixes (#4)

Remove uses of std::unary_function - this was deprecated at C++11
but has been formally removed at C++17. Seems the use was basically
redundant and can just be removed.

0.3.3.97-jf3

Toggle 0.3.3.97-jf3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ENT-3325 Further C++17 fixes (#4)

Remove uses of std::unary_function - this was deprecated at C++11
but has been formally removed at C++17. Seems the use was basically
redundant and can just be removed.

0.3.3.97-jf0

Toggle 0.3.3.97-jf0's commit message
ENT-3325 Further C++17 fixes

Remove uses of std::unary_function - this was deprecated at C++11
but has been formally removed at C++17. Seems the call was basically
redundant and can just be removed.

0.3.3.97-tp5

Toggle 0.3.3.97-tp5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ent 2470 update to be compliant with cpp17 (#3)

Replaced the use of auto_ptr to unique_ptr to be compliant with latest c++ standards.

0.3.3.97-tp4

Toggle 0.3.3.97-tp4's commit message
ENT-2470: Changed auto_ptr to unique_ptr