Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

New python plugin implementation #99

Closed
wants to merge 100 commits into from
Closed

New python plugin implementation #99

wants to merge 100 commits into from

Commits on Nov 4, 2015

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

Commits on Nov 5, 2015

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

Commits on Nov 11, 2015

  1. Working boost/pybind impl

    zalox committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    3ea6255 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2015

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

Commits on Nov 27, 2015

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

Commits on Dec 1, 2015

  1. Configuration menu
    Copy the full SHA
    1970f66 View commit details
    Browse the repository at this point in the history
  2. Merged with master

    zalox committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    88fb4ec View commit details
    Browse the repository at this point in the history
  3. Update submodule

    zalox committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    5decfda View commit details
    Browse the repository at this point in the history
  4. Use stable pybind11 branch

    zalox committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    661f0a5 View commit details
    Browse the repository at this point in the history
  5. Add install for library as well

    Need symlink on some systems cppit#69
    zalox committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    b7dfb2d View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2015

  1. Configuration menu
    Copy the full SHA
    f875aad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7753613 View commit details
    Browse the repository at this point in the history
  3. Notebook getters now returns nullptr instead of throwing

    @eidheim this change needs inspection
    
    There are also some weird return values, size_t is returned, isn't that unsigned? and we return -1?
    zalox committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    9157b79 View commit details
    Browse the repository at this point in the history
  4. Add more python bindings

    zalox committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    c994409 View commit details
    Browse the repository at this point in the history
  5. Minor readability change

    zalox committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    ab4c6c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b8aecf2 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2015

  1. Configuration menu
    Copy the full SHA
    e676ba0 View commit details
    Browse the repository at this point in the history
  2. Better error messages

    zalox committed Dec 5, 2015
    Configuration menu
    Copy the full SHA
    fa1db41 View commit details
    Browse the repository at this point in the history
  3. Merge with master

    Closes cppit#69
    zalox committed Dec 5, 2015
    Configuration menu
    Copy the full SHA
    614c083 View commit details
    Browse the repository at this point in the history
  4. Fix compile warning

    zalox committed Dec 5, 2015
    Configuration menu
    Copy the full SHA
    834bcda View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c53c96 View commit details
    Browse the repository at this point in the history
  6. Some cleanup

    zalox committed Dec 5, 2015
    Configuration menu
    Copy the full SHA
    cf9ecfc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ac1015f View commit details
    Browse the repository at this point in the history
  8. Fix wrong string used

    zalox committed Dec 5, 2015
    Configuration menu
    Copy the full SHA
    dcf6a93 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2761340 View commit details
    Browse the repository at this point in the history
  10. Add example plugin

    zalox committed Dec 5, 2015
    Configuration menu
    Copy the full SHA
    0f73933 View commit details
    Browse the repository at this point in the history
  11. Merge with eidheim

    zalox committed Dec 5, 2015
    Configuration menu
    Copy the full SHA
    d998a2b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    33e660a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    86ad841 View commit details
    Browse the repository at this point in the history
  14. Fix memory leak

    zalox committed Dec 5, 2015
    Configuration menu
    Copy the full SHA
    73aa79d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d9732b6 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2015

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

Commits on Dec 8, 2015

  1. Revert juci library direction

    zalox committed Dec 8, 2015
    Configuration menu
    Copy the full SHA
    fb5cb95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d57924c View commit details
    Browse the repository at this point in the history
  3. Forgot header

    zalox committed Dec 8, 2015
    Configuration menu
    Copy the full SHA
    d29fddb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1cca53 View commit details
    Browse the repository at this point in the history
  5. Compiles in windows

    zalox committed Dec 8, 2015
    Configuration menu
    Copy the full SHA
    8ae5e02 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac36871 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb118ff View commit details
    Browse the repository at this point in the history
  8. Now working in msys and arch

    zalox committed Dec 8, 2015
    Configuration menu
    Copy the full SHA
    50eb53e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    392d957 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0168a81 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    23cfd3c View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2015

  1. Merge pull request cppit#101 from eidheim/master

    Mostly process fixes and cleanup
    zalox committed Dec 9, 2015
    Configuration menu
    Copy the full SHA
    e65e455 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cdd2f1 View commit details
    Browse the repository at this point in the history
  3. Add API for source views

    zalox committed Dec 9, 2015
    Configuration menu
    Copy the full SHA
    54a9282 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2015

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

    zalox committed Dec 10, 2015
    Configuration menu
    Copy the full SHA
    45dd04f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdc4a11 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2015

  1. Configuration menu
    Copy the full SHA
    a33ce53 View commit details
    Browse the repository at this point in the history
  2. Add more defenitions to the api

    zalox committed Dec 11, 2015
    Configuration menu
    Copy the full SHA
    972969e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74a5fd0 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2015

  1. Configuration menu
    Copy the full SHA
    4261e4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5483e51 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2015

  1. Configuration menu
    Copy the full SHA
    18b3528 View commit details
    Browse the repository at this point in the history
  2. More consistent error messaging

    zalox committed Dec 25, 2015
    Configuration menu
    Copy the full SHA
    4489e16 View commit details
    Browse the repository at this point in the history
  3. Add syntax parsing method

    zalox committed Dec 25, 2015
    Configuration menu
    Copy the full SHA
    e945cc1 View commit details
    Browse the repository at this point in the history
  4. Merge in master from cppit

    zalox committed Dec 25, 2015
    Configuration menu
    Copy the full SHA
    3d5ab10 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2015

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

Commits on Feb 16, 2016

  1. Stable for executing commands

    zalox committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    3a7c667 View commit details
    Browse the repository at this point in the history
  2. Merged with master

    zalox committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    1984144 View commit details
    Browse the repository at this point in the history
  3. Fix indention

    zalox committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    368433b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b8388b View commit details
    Browse the repository at this point in the history
  5. Update plugins to work

    zalox committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    c265025 View commit details
    Browse the repository at this point in the history
  6. Append missing rename

    zalox committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    0346fe9 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2016

  1. Clean other exceptions as well

    zalox committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    c1f7bb2 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2016

  1. Recursive plugin menu builder

    zalox committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    56627ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbcf9fb View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2016

  1. Configuration menu
    Copy the full SHA
    4580aa3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d502cc View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2016

  1. Configuration menu
    Copy the full SHA
    776ed72 View commit details
    Browse the repository at this point in the history
  2. bugfix: modules that require argv will no longer get attribute errors…

    … due to missing argv attribute
    zalox committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    3281c4f View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2016

  1. Configuration menu
    Copy the full SHA
    da16bc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38e6b87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ef4ce9 View commit details
    Browse the repository at this point in the history
  4. feature: fixes for windows

    zalox committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    d0fc6af View commit details
    Browse the repository at this point in the history
  5. feature: if terminal can't capture error messages they get forwarded …

    …to stderr
    
    @eidheim, please comment if there are some better way of doing this.
    zalox committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    3912894 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2016

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

Commits on Mar 31, 2016

  1. Configuration menu
    Copy the full SHA
    02f7711 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec9bb81 View commit details
    Browse the repository at this point in the history
  3. Cleanup of plugin features

    zalox committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    34797cc View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2016

  1. Now finds libraries correctly

    zalox committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    c94f78d View commit details
    Browse the repository at this point in the history
  2. Remove unused header

    zalox committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    6b95f38 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2016

  1. Configuration menu
    Copy the full SHA
    9cd856e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fa6932 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7006a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9e9a61 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1d7b92 View commit details
    Browse the repository at this point in the history
  6. Load config before reading site-packages. Working on solution to run …

    …this after window constructor
    zalox committed Apr 2, 2016
    Configuration menu
    Copy the full SHA
    f9f46d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    475033f View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2016

  1. Configuration menu
    Copy the full SHA
    362284b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d288cb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e06bb5a View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2016

  1. Configuration menu
    Copy the full SHA
    4a1896a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a95d3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca73937 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    516a383 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e10188b View commit details
    Browse the repository at this point in the history