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

Xp1.67.0 #1

Merged
merged 4 commits into from
Jul 9, 2021
Merged

Xp1.67.0 #1

merged 4 commits into from
Jul 9, 2021

Commits on Jul 9, 2021

  1. Update value_semantic to return a boost shared pointer instead of a r…

    …aw pointer
    
    This will return a managed pointer to the user instead of an unmanaged pointer.
    This helps static code analyzers from flagged false positive memory leaks
    It is becoming harder and harder for projects to use this project because some customers require a static code analyzer. By returning a managed pointer, those projects can continue to use this amazing library.
    
    (cherry picked from commit c0c2230)
    
    # Conflicts:
    #	src/options_description.cpp
    #	test/options_description_test.cpp
    #	test/parsers_test.cpp
    #	test/unicode_test.cpp
    cfrandsen authored and cfrandsen committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    b9c9bed View commit details
    Browse the repository at this point in the history
  2. Fix merge conflicts with boost 1.67.0

    cfrandsen authored and cfrandsen committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    ebbdb0e View commit details
    Browse the repository at this point in the history
  3. Fix cygwin errors: change >> to > >

    (cherry picked from commit 4477671)
    cfrandsen authored and cfrandsen committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    3d8daf3 View commit details
    Browse the repository at this point in the history
  4. Fix cygwin failure: setting shared pointer to 0 results in error: con…

    …version from 'int' to non-scalar type
    
    (cherry picked from commit 7601fe7)
    cfrandsen authored and cfrandsen committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    6edcc31 View commit details
    Browse the repository at this point in the history