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

Updating testing and (minor) MSVC improvement #78

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on May 16, 2016

  1. Cleaning up CMake warnings

    reductor committed May 16, 2016
    Configuration menu
    Copy the full SHA
    f268828 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac924f1 View commit details
    Browse the repository at this point in the history
  3. Completely reworked testing

    * Added test files from Decompyle (https://sourceforge.net/projects/decompyle/) - thanks
    * Added baseline output results
    * Made pycdc_test.sh handle baseline comparisons
    * Added test outputs for Python 2.7
    
    NOTE: Need to check previously non-decompyle tests have been covered.
    reductor committed May 16, 2016
    Configuration menu
    Copy the full SHA
    f402821 View commit details
    Browse the repository at this point in the history
  4. Splitting testing to cover pydas and pycdc

    * New baseline directories
    * New output directories
    reductor committed May 16, 2016
    Configuration menu
    Copy the full SHA
    13f1f93 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2016

  1. Fixing comprehension handling

    * Removing random 'continue's
    * Allowing conditions in comprehensions to work
    reductor committed May 17, 2016
    Configuration menu
    Copy the full SHA
    536084a View commit details
    Browse the repository at this point in the history

Commits on May 18, 2016

  1. Configuration menu
    Copy the full SHA
    f1ddabc View commit details
    Browse the repository at this point in the history