Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

MSVC/x86 exception handling: rewrite avoiding VC runtime internals #54

Closed
wants to merge 4 commits into from

Commits on Jan 31, 2016

  1. setup exception handler for exceptions during cleanup to avoid callin…

    …g std::terminate
    
    remove vcruntime hacks
    when converting to exception to error, do not rethrow if the catch handles errors, too
    rainers committed Jan 31, 2016
    Configuration menu
    Copy the full SHA
    c91d50a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d09d8ca View commit details
    Browse the repository at this point in the history
  3. refactorings inspired by #4

    rainers committed Jan 31, 2016
    Configuration menu
    Copy the full SHA
    ac41bcf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7484da5 View commit details
    Browse the repository at this point in the history