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

Graph builder #36

Open
wants to merge 2,740 commits into
base: master
Choose a base branch
from
Open

Graph builder #36

wants to merge 2,740 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 13, 2018

  1. Configuration menu
    Copy the full SHA
    7f68eac View commit details
    Browse the repository at this point in the history
  2. added new import tests

    pgbovine committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    04da8a4 View commit details
    Browse the repository at this point in the history
  3. tiny

    pgbovine committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    2ba806c View commit details
    Browse the repository at this point in the history
  4. updated

    pgbovine committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    c8611dc View commit details
    Browse the repository at this point in the history
  5. tiny

    pgbovine committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    c878231 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1bdd93e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2018

  1. subtle simplification!

    pgbovine committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    5324579 View commit details
    Browse the repository at this point in the history
  2. compiled

    pgbovine committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    931af51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e9a1f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11a4f3a View commit details
    Browse the repository at this point in the history
  5. added

    pgbovine committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    39bbda7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5461d71 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    28b46d0 View commit details
    Browse the repository at this point in the history
  8. compiled

    pgbovine committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    bf61ded View commit details
    Browse the repository at this point in the history
  9. added regression tests

    pgbovine committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    b170a90 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    85ac747 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    43f37d3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bd41da7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6b90cfd View commit details
    Browse the repository at this point in the history
  14. compiled

    pgbovine committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    069ec17 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ab0a3e9 View commit details
    Browse the repository at this point in the history
  16. updated test suite

    pgbovine committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    b9e1588 View commit details
    Browse the repository at this point in the history
  17. added new tests

    pgbovine committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    4be56a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2018

  1. added support for a lot of more python module imports

    +                          # added these additional ones on 2018-06-15
    +                          # after seeing usage logs of what users tried
    +                          # importing a lot but we didn't support yet
    +                          # (ignoring imports that heavily deal with
    +                          # filesystem, networking, or 3rd-party libs)
    +                          '__future__', 'cmath', 'decimal', 'fractions',
    +                          'pprint', 'calendar', 'pickle', 'cPickle',
    +                          'struct', 'types', 'ctypes', 'array',
    +                          'sqlite3', 'locale', 'glob', 'abc', 'inspect',
    +                          'doctest', 'unittest',
    pgbovine committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    8e13e6c View commit details
    Browse the repository at this point in the history
  2. test suite updates

    pgbovine committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    8b54706 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f63456d View commit details
    Browse the repository at this point in the history
  4. compiled

    pgbovine committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    3be4914 View commit details
    Browse the repository at this point in the history
  5. test updates

    pgbovine committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    9fc71e1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c4a28b4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0ebcbcc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b0e5cb2 View commit details
    Browse the repository at this point in the history
  9. compiled

    pgbovine committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    8275bc0 View commit details
    Browse the repository at this point in the history
  10. updated tests

    pgbovine committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    75b7740 View commit details
    Browse the repository at this point in the history
  11. remove inspect as well

    pgbovine committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    8abaeeb View commit details
    Browse the repository at this point in the history
  12. bam

    pgbovine committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    1c69f95 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2018

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

    pgbovine committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    2f896ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a09dbe View commit details
    Browse the repository at this point in the history
  4. added test

    pgbovine committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    86890e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ef9848 View commit details
    Browse the repository at this point in the history
  6. small footer tweaks

    pgbovine committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    4db336a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8e3b0aa View commit details
    Browse the repository at this point in the history
  8. minor

    pgbovine committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    96026f8 View commit details
    Browse the repository at this point in the history
  9. added tree.trace test

    pgbovine committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    3a35152 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4994cfc View commit details
    Browse the repository at this point in the history
  11. tiny

    pgbovine committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    c6fa4d8 View commit details
    Browse the repository at this point in the history
  12. added --allmodules option

    pgbovine committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    2fd8869 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    765c69c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6eae578 View commit details
    Browse the repository at this point in the history
  15. removed more crufty old code

    pgbovine committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    20b5d9a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2508c98 View commit details
    Browse the repository at this point in the history
  17. moar

    pgbovine committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    f45605e View commit details
    Browse the repository at this point in the history
  18. bugfix

    pgbovine committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    871cc93 View commit details
    Browse the repository at this point in the history
  19. minor

    pgbovine committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    dbba720 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2018

  1. preload optimizations

    pgbovine committed Jun 17, 2018
    Configuration menu
    Copy the full SHA
    57d934d View commit details
    Browse the repository at this point in the history
  2. minor

    pgbovine committed Jun 17, 2018
    Configuration menu
    Copy the full SHA
    57df711 View commit details
    Browse the repository at this point in the history
  3. comments

    pgbovine committed Jun 17, 2018
    Configuration menu
    Copy the full SHA
    894dd04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c32a31 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc66ed2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f9af216 View commit details
    Browse the repository at this point in the history
  7. compiled

    pgbovine committed Jun 17, 2018
    Configuration menu
    Copy the full SHA
    bda8b72 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    beb3d46 View commit details
    Browse the repository at this point in the history
  9. pythontutor_hide now supports unix-style shell globs,

    so you can write patterns like '#pythontutor_hide: _*'
    pgbovine committed Jun 17, 2018
    Configuration menu
    Copy the full SHA
    b7b3ad0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1b816d8 View commit details
    Browse the repository at this point in the history
  11. compiled

    pgbovine committed Jun 17, 2018
    Configuration menu
    Copy the full SHA
    25cf753 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2dd53b3 View commit details
    Browse the repository at this point in the history
  13. compiled

    pgbovine committed Jun 17, 2018
    Configuration menu
    Copy the full SHA
    dff3e1c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    53dea9c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9ae2cc2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    86c619d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    48fe6a8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0d2c867 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8e6ac6f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e35cf56 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    82a30ec View commit details
    Browse the repository at this point in the history
  22. updated tests a bit

    pgbovine committed Jun 17, 2018
    Configuration menu
    Copy the full SHA
    d6ae301 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    de36c05 View commit details
    Browse the repository at this point in the history
  24. implemented first draft of '#pythontutor_hide_type:'

    (formerly '#pythontutor_inline_type:')
    pgbovine committed Jun 17, 2018
    Configuration menu
    Copy the full SHA
    a312a99 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    a1165da View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. subtle

    pgbovine committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    a3d9175 View commit details
    Browse the repository at this point in the history
  2. test suite updates

    pgbovine committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    40caa94 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2018

  1. Configuration menu
    Copy the full SHA
    a12e0c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94e7c54 View commit details
    Browse the repository at this point in the history
  3. compiled

    pgbovine committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    220d8e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6493f82 View commit details
    Browse the repository at this point in the history
  5. tiny

    pgbovine committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    3589c35 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. added a noRepeats option to get live help survey questions

    so that we don't show each user the same question again
    pgbovine committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    579867b View commit details
    Browse the repository at this point in the history
  2. compiled

    pgbovine committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    0dcdacc View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

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

    pgbovine committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    ce32d2d View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2018

  1. Fix #229 - remove unprotected localStorage access.

    Moves the Safari private browsing workaround check into supports_html5_storage().
    liffiton authored Jul 24, 2018
    Configuration menu
    Copy the full SHA
    70bfcf1 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2018

  1. Merge pull request #232 from liffiton/patch-1

    Fix #229 - remove unprotected localStorage access.
    pgbovine authored Aug 9, 2018
    Configuration menu
    Copy the full SHA
    a06adc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9119be4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d6ddfd View commit details
    Browse the repository at this point in the history
  4. compiled

    pgbovine committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    d4f94d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2018

  1. added a warning about non-python code not working right now

    due to server problems (it's been a problem since at least 2018-08-10)
    pgbovine committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    5372e47 View commit details
    Browse the repository at this point in the history
  2. added small note

    pgbovine committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    1484b71 View commit details
    Browse the repository at this point in the history
  3. added some dependencies

    pgbovine committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    6581521 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8112a2c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa7b4b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2018

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

Commits on Aug 28, 2018

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

Commits on Sep 12, 2018

  1. minor cosmetic update

    pgbovine committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    f8e380c View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

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

Commits on Jan 8, 2019

  1. update numbers

    pgbovine committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    1cd3ce6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a209fda View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2019

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

Commits on Feb 14, 2019

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

Commits on Mar 24, 2019

  1. Configuration menu
    Copy the full SHA
    959195a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d1de71 View commit details
    Browse the repository at this point in the history
  3. build

    pgbovine committed Mar 24, 2019
    Configuration menu
    Copy the full SHA
    8f08623 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e85038b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8fef50a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c704386 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

  1. Update index.html

    pgbovine authored Mar 25, 2019
    Configuration menu
    Copy the full SHA
    a0a81c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Configuration menu
    Copy the full SHA
    46d82b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9956bd4 View commit details
    Browse the repository at this point in the history
  3. build

    pgbovine committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    76cdc9c View commit details
    Browse the repository at this point in the history
  4. tweaked wording

    pgbovine committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    18c7f9b View commit details
    Browse the repository at this point in the history
  5. build

    pgbovine committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    8963608 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c6b858f View commit details
    Browse the repository at this point in the history
  7. typo fix

    pgbovine committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    266b786 View commit details
    Browse the repository at this point in the history
  8. bugfix

    pgbovine committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    36d380b View commit details
    Browse the repository at this point in the history
  9. removed small in-situ survey

    pgbovine committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    6a89159 View commit details
    Browse the repository at this point in the history
  10. build

    pgbovine committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    75a5bcd View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. adjusted error messages

    pgbovine committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    0b3ca74 View commit details
    Browse the repository at this point in the history
  2. build

    pgbovine committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    d75badd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf6d440 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2019

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

Commits on Apr 2, 2019

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

    pgbovine committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    d0c544a View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2019

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

Commits on Apr 10, 2019

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

    pgbovine committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    0a7d3eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebf2081 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d921bc1 View commit details
    Browse the repository at this point in the history
  5. compiled

    pgbovine committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    1c60f3e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a87fe1b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9050195 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3a65070 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9adfca5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7c454d6 View commit details
    Browse the repository at this point in the history
  11. Update history.txt

    pgbovine authored Apr 10, 2019
    Configuration menu
    Copy the full SHA
    06a697e View commit details
    Browse the repository at this point in the history
  12. Update history.txt

    pgbovine authored Apr 10, 2019
    Configuration menu
    Copy the full SHA
    23b40d8 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2019

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

Commits on Jun 10, 2019

  1. Configuration menu
    Copy the full SHA
    dcc3bff View commit details
    Browse the repository at this point in the history
  2. tiny error check

    pgbovine committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    e0655fb View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

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

    pgbovine committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    80ac1ac View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2019

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

Commits on Aug 16, 2019

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

Commits on Aug 26, 2019

  1. updated chat messages

    pgbovine committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    3f88144 View commit details
    Browse the repository at this point in the history
  2. compiled

    pgbovine committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    110dd6f View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

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

Commits on Oct 10, 2019

  1. Configuration menu
    Copy the full SHA
    2948836 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7aa3ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0576033 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e716461 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa6284f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. Configuration menu
    Copy the full SHA
    f63b58a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15e8acd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5187994 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce19ffd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed58ea5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    76b6cc6 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2019

  1. Configuration menu
    Copy the full SHA
    ae5f3ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e24240d View commit details
    Browse the repository at this point in the history
  3. Update README.md

    pgbovine authored Oct 12, 2019
    Configuration menu
    Copy the full SHA
    1d36d8f View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. Update history.txt

    pgbovine authored Oct 16, 2019
    Configuration menu
    Copy the full SHA
    6993b7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    055334a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2c787a View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2019

  1. added

    pgbovine committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    93be6a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8907603 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    099dbc0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    279cf7f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0563b26 View commit details
    Browse the repository at this point in the history
  6. updated

    pgbovine committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    f497114 View commit details
    Browse the repository at this point in the history
  7. simplified the UI by removing excess text and also

    removed the inline Eureka survey (v5-unity/js/surveys.ts)
    pgbovine committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    9cd168e View commit details
    Browse the repository at this point in the history
  8. compiled

    pgbovine committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    f1ca170 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fc33389 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    83e15eb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    daa37d3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    778cd8b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a209d2e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    06cd914 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9b73698 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2bf0451 View commit details
    Browse the repository at this point in the history
  17. compiled

    pgbovine committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    3379748 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2019

  1. cleaned up UI a bit more and moved "Step N of M"

    display to BELOW the VCR control buttons so that they don't jiggle around
    pgbovine committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    4c580ef View commit details
    Browse the repository at this point in the history
  2. compiled

    pgbovine committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    0c2ecf9 View commit details
    Browse the repository at this point in the history
  3. Create wishlist.md

    pgbovine authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    27dc702 View commit details
    Browse the repository at this point in the history
  4. Update wishlist.md

    pgbovine authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    1a73c02 View commit details
    Browse the repository at this point in the history
  5. Update wishlist.md

    pgbovine authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    3bfa2db View commit details
    Browse the repository at this point in the history
  6. Update wishlist.md

    pgbovine authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    e86ce9d View commit details
    Browse the repository at this point in the history
  7. Update wishlist.md

    pgbovine authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    779be0c View commit details
    Browse the repository at this point in the history
  8. Update wishlist.md

    pgbovine authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    cf53d52 View commit details
    Browse the repository at this point in the history
  9. Update wishlist.md

    pgbovine authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    2026119 View commit details
    Browse the repository at this point in the history
  10. Update wishlist.md

    pgbovine authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    2dd9cd6 View commit details
    Browse the repository at this point in the history
  11. Update wishlist.md

    pgbovine authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    1deac7e View commit details
    Browse the repository at this point in the history
  12. Update wishlist.md

    pgbovine authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    c842ba6 View commit details
    Browse the repository at this point in the history
  13. Update wishlist.md

    pgbovine authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    33ff7f5 View commit details
    Browse the repository at this point in the history
  14. Update wishlist.md

    pgbovine authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    c1d1671 View commit details
    Browse the repository at this point in the history
  15. Update wishlist.md

    pgbovine authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    7cf6bb1 View commit details
    Browse the repository at this point in the history
  16. Update wishlist.md

    pgbovine authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    98caacb View commit details
    Browse the repository at this point in the history
  17. Update wishlist.md

    pgbovine authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    c9d5b5e View commit details
    Browse the repository at this point in the history
  18. Update wishlist.md

    pgbovine authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    f6e3096 View commit details
    Browse the repository at this point in the history
  19. Update wishlist.md

    pgbovine authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    68367e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. Update wishlist.md

    pgbovine authored Oct 21, 2019
    Configuration menu
    Copy the full SHA
    a5b2300 View commit details
    Browse the repository at this point in the history
  2. Update wishlist.md

    pgbovine authored Oct 21, 2019
    Configuration menu
    Copy the full SHA
    dd9f97f View commit details
    Browse the repository at this point in the history
  3. Update wishlist.md

    pgbovine authored Oct 21, 2019
    Configuration menu
    Copy the full SHA
    eb220d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6fd8695 View commit details
    Browse the repository at this point in the history
  5. Update wishlist.md

    pgbovine authored Oct 21, 2019
    Configuration menu
    Copy the full SHA
    3782eb1 View commit details
    Browse the repository at this point in the history
  6. Update wishlist.md

    pgbovine authored Oct 21, 2019
    Configuration menu
    Copy the full SHA
    4a0aa2d View commit details
    Browse the repository at this point in the history
  7. Update wishlist.md

    pgbovine authored Oct 21, 2019
    Configuration menu
    Copy the full SHA
    8259e3b View commit details
    Browse the repository at this point in the history
  8. Update wishlist.md

    pgbovine authored Oct 21, 2019
    Configuration menu
    Copy the full SHA
    4a638c0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f05a4c1 View commit details
    Browse the repository at this point in the history
  10. Update wishlist.md

    pgbovine authored Oct 21, 2019
    Configuration menu
    Copy the full SHA
    7b200f7 View commit details
    Browse the repository at this point in the history
  11. bah

    pgbovine committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    51084bc View commit details
    Browse the repository at this point in the history
  12. sterner error message

    pgbovine committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    9d01d69 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

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

Commits on May 11, 2020

  1. graph page

    diogo55 committed May 11, 2020
    Configuration menu
    Copy the full SHA
    1c27993 View commit details
    Browse the repository at this point in the history
  2. keep v5 start v6

    diogo55 committed May 11, 2020
    Configuration menu
    Copy the full SHA
    e1cec51 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. responses to request

    diogo55 committed May 12, 2020
    Configuration menu
    Copy the full SHA
    2552920 View commit details
    Browse the repository at this point in the history
  2. graph visualizer updated

    diogo55 committed May 12, 2020
    Configuration menu
    Copy the full SHA
    64fba23 View commit details
    Browse the repository at this point in the history
  3. delete file after used

    diogo55 committed May 12, 2020
    Configuration menu
    Copy the full SHA
    eae5eec View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. igraph to pygraphviz

    diogo55 committed May 19, 2020
    Configuration menu
    Copy the full SHA
    247d8f3 View commit details
    Browse the repository at this point in the history
  2. add route for graphs

    diogo55 committed May 19, 2020
    Configuration menu
    Copy the full SHA
    da59b6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43388dc View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. update

    diogo55 committed May 22, 2020
    Configuration menu
    Copy the full SHA
    eddd415 View commit details
    Browse the repository at this point in the history
  2. add visitReturn_stmt

    diogo55 committed May 22, 2020
    Configuration menu
    Copy the full SHA
    ee4663b View commit details
    Browse the repository at this point in the history
  3. break and continue cases

    diogo55 committed May 22, 2020
    Configuration menu
    Copy the full SHA
    6d18482 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

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

Commits on Jun 4, 2020

  1. minor updates

    diogo55 committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    33ce8c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. update on subgraphs of DFG

    diogo55 committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    3c434e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

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

Commits on Jul 14, 2020

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

Commits on Jul 29, 2020

  1. add info about the graphs

    diogo55 committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    e2fac3a View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. removed an ambiguity od DFG

    diogo55 committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    6398e07 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. correct return case on CFG

    diogo55 committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    9606a78 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. add colors to edge on CFG

    diogo55 committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    ba6d9e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    261ca26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d7e52a View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. just graphs

    diogo55 committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    bc95044 View commit details
    Browse the repository at this point in the history
  2. removed prints

    diogo55 committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    ba293f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. images to img/

    diogo55 committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    4c9c89c View commit details
    Browse the repository at this point in the history
  2. Revert "just graphs"

    This reverts commit bc95044.
    diogo55 committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    f6f146d View commit details
    Browse the repository at this point in the history
  3. just graphs

    diogo55 committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    216253a View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. just graphs

    diogo55 committed May 4, 2021
    Configuration menu
    Copy the full SHA
    a7120a4 View commit details
    Browse the repository at this point in the history