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

[WIP] Convert Bash scripts to Python #147 #338

Merged
merged 48 commits into from
Jul 12, 2018

Commits on Jun 11, 2018

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

Commits on Jun 12, 2018

  1. Configuration menu
    Copy the full SHA
    97ae641 View commit details
    Browse the repository at this point in the history
  2. Some cleanup

    TheCodez committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    d922d13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdb6b4a View commit details
    Browse the repository at this point in the history
  4. Attemp to fix compile error

    TheCodez committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    8849cde View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed45adc View commit details
    Browse the repository at this point in the history
  6. Try calling python 3 instead

    TheCodez committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    97c456b View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2018

  1. Make install-share.py executable

    Compilable decompiler version
    TheCodez committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    55c73dc View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2018

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

Commits on Jun 16, 2018

  1. Configuration menu
    Copy the full SHA
    2d84524 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    386556d View commit details
    Browse the repository at this point in the history
  3. [skip ci] Use CmdRunner.run_cmd everywhere in retdec_decompiler

    Small fixes and cleanup
    Early out if an error occurs
    TheCodez committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    f10e7e3 View commit details
    Browse the repository at this point in the history
  4. [skip ci] Latest fixes

    add retdec_tests_runner.py
    TheCodez committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    5248482 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2018

  1. Configuration menu
    Copy the full SHA
    b6975d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e29b06d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a91c1c View commit details
    Browse the repository at this point in the history
  4. Should now work on every os

    TheCodez committed Jun 17, 2018
    Configuration menu
    Copy the full SHA
    a53cc43 View commit details
    Browse the repository at this point in the history
  5. Fix compile error

    TheCodez committed Jun 17, 2018
    Configuration menu
    Copy the full SHA
    a8de6fd View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. Configuration menu
    Copy the full SHA
    ea903dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d78c9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1635da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    500e24e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a2ab46 View commit details
    Browse the repository at this point in the history
  6. Try fixing Travis on macOS

    TheCodez committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    ef7b5ce View commit details
    Browse the repository at this point in the history
  7. Upgrade python instead

    TheCodez committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    b6c52a6 View commit details
    Browse the repository at this point in the history
  8. Test scripts in travis

    TheCodez committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    4fa358a View commit details
    Browse the repository at this point in the history
  9. Fix build

    TheCodez committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    f8d2ae8 View commit details
    Browse the repository at this point in the history
  10. Fix path

    TheCodez committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    90b9ba6 View commit details
    Browse the repository at this point in the history
  11. Update build

    Small cleanup
    TheCodez committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    192c39e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e21840f View commit details
    Browse the repository at this point in the history
  13. Try to debug failure reason

    Fix test runner
    Use Python 3.5 on ubuntu
    TheCodez committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    576e605 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    287f750 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2018

  1. [skip ci] Little cleanup to make the code more clear

    Don't parse_args twice
    TheCodez committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    df5058a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a89ad5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a80440 View commit details
    Browse the repository at this point in the history
  4. [skip ci] Print memory usage, print output from unpacker, match code …

    …convention and some other fixes
    TheCodez committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    e009193 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d73239 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2018

  1. Configuration menu
    Copy the full SHA
    f15127d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60e8080 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    449c85f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2018

  1. [skip ci] Fix a few comments

    TheCodez committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    5415872 View commit details
    Browse the repository at this point in the history
  2. [skip ci] Add some comments

    TheCodez committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    9009c6c View commit details
    Browse the repository at this point in the history
  3. [skip ci] Add early type_extractor/gen_cstdlib_and_linux_jsons.py and…

    … type_extractor/gen_windows_and_windrivers_jsons.py version
    TheCodez committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    1a08e9f View commit details
    Browse the repository at this point in the history
  4. Try Unit tests

    TheCodez committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    6db0e24 View commit details
    Browse the repository at this point in the history
  5. Try to fix test

    TheCodez committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    0654a51 View commit details
    Browse the repository at this point in the history
  6. Use absolute path instead

    TheCodez committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    e3b80d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

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

Commits on Jul 11, 2018

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