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

Automatically generated, fast, robust floating-point predicates (WIP) #734

Closed

Commits on Jul 28, 2020

  1. Configuration menu
    Copy the full SHA
    17efc61 View commit details
    Browse the repository at this point in the history
  2. [buffer] Fix direction code for some new cases.

    The similar_direction function could be erroneous for corner cases,
    refactored it out.
    This also makes it a bit less dependent on infinite_line (cartesian)
    barendgehrels authored and tinko92 committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    27fb82a View commit details
    Browse the repository at this point in the history
  3. [extensions] Performance improvements for side_robust strategy (boost…

    …org#701)
    
    * reorganize some parts of orient2d for a speedup
    
    * replace array in orient2d with own clearly named type.
    tinko92 committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    8eceb2f View commit details
    Browse the repository at this point in the history
  4. [index] Use memcpy and memmove only if T is_trivially_copyable.

    In C++03 mimic the trait with has_trivial_copy, has_trivial_assign and
    has_trivial_destructor.
    awulkiew authored and tinko92 committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    e11d008 View commit details
    Browse the repository at this point in the history
  5. [intersection] Modify tupled-output utils and move them out from inte…

    …rsection code.
    awulkiew authored and tinko92 committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    c7131ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2721777 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4a6a08e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5e72bc8 View commit details
    Browse the repository at this point in the history
  9. [overlay] Fix possible instabilities in sort_by_side

    plus some minor code refactoring
    barendgehrels authored and tinko92 committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    e13ce0d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5b63bdc View commit details
    Browse the repository at this point in the history