Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

dynamic custom operator support #15921

Merged
merged 139 commits into from
Dec 6, 2019
Merged

dynamic custom operator support #15921

merged 139 commits into from
Dec 6, 2019

Commits on Aug 20, 2019

  1. fixed example to use absolute path

    Sam Skalicky committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    5030a65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23a226a View commit details
    Browse the repository at this point in the history
  3. added fcompute registration for loaded operators

    moved library import order to after ndarray/symbol
    Sam Skalicky committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    67c22c0 View commit details
    Browse the repository at this point in the history
  4. changed dynamic ops to be contrib

    Sam Skalicky committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    915c1d5 View commit details
    Browse the repository at this point in the history
  5. added num in/out

    Sam Skalicky committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    f568e3d View commit details
    Browse the repository at this point in the history
  6. removed contrib op registration

    re-registered ops from mx.nd.op to mx.nd
    Sam Skalicky committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    8e12588 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1e27a47 View commit details
    Browse the repository at this point in the history
  8. fixed whitespace

    Sam Skalicky committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    9aecf86 View commit details
    Browse the repository at this point in the history
  9. fixed whitespace

    Sam Skalicky committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    02deacf View commit details
    Browse the repository at this point in the history
  10. fixed whitespace

    Sam Skalicky committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    cf9350d View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. Merge branch 'master' of https://github.com/apache/incubator-mxnet in…

    …to dynamic_op
    Sam Skalicky committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    ada3895 View commit details
    Browse the repository at this point in the history
  2. added temporary support for operator multi-registration

    Sam Skalicky committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    38e77a5 View commit details
    Browse the repository at this point in the history
  3. insanity checked

    Sam Skalicky committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    7b8f6a2 View commit details
    Browse the repository at this point in the history
  4. update docblocks

    rondogency committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    5b817bd View commit details
    Browse the repository at this point in the history
  5. small format fix

    rondogency committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    3bccfbe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a8c19c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. implement InferType

    rondogency committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    2f34471 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/apache/incubator-mxnet in…

    …to dynamic_op
    Sam Skalicky committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    3502aa9 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dynamic_op' of https://github.com/samskalicky/incubator…

    …-mxnet into dynamic_op
    Sam Skalicky committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    52e687b View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/apache/incubator-mxnet in…

    …to dynamic_op
    Sam Skalicky committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    5438a35 View commit details
    Browse the repository at this point in the history
  5. initial support for resource manager, temp space

    Sam Skalicky committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    592249a View commit details
    Browse the repository at this point in the history
  6. fixed formatting

    Sam Skalicky committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    3186d60 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Merge branch 'master' of https://github.com/apache/incubator-mxnet in…

    …to dynamic_op
    Sam Skalicky committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    e8b413b View commit details
    Browse the repository at this point in the history
  2. changed decltype to typedef

    Sam Skalicky committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    bf549b4 View commit details
    Browse the repository at this point in the history
  3. fixed whitespace

    Sam Skalicky committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    439ee20 View commit details
    Browse the repository at this point in the history
  4. Added windows declaration types, change APIs to return MXReturnValue …

    …instead of int
    Sam Skalicky committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    bba25db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a681f61 View commit details
    Browse the repository at this point in the history
  6. Changed CMakeLists to build lib_ops instead of lib_api, updated lib_a…

    …pi example, fixed whitespace
    Sam Skalicky committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    711f9a3 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' of https://github.com/apache/incubator-mxnet in…

    …to dynamic_op
    Sam Skalicky committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    172129f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5af1736 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Configuration menu
    Copy the full SHA
    33d9cd7 View commit details
    Browse the repository at this point in the history
  2. fix sanity check

    rondogency committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    4576570 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

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

Commits on Sep 4, 2019

  1. Merge branch 'master' of https://github.com/apache/incubator-mxnet in…

    …to dynamic_op
    Sam Skalicky committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    9587483 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dynamic_op' of https://github.com/samskalicky/incubator…

    …-mxnet into dynamic_op
    Sam Skalicky committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    34efb2b View commit details
    Browse the repository at this point in the history
  3. changed fcompute to forward

    Sam Skalicky committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    ff9a868 View commit details
    Browse the repository at this point in the history
  4. initial commit with fgradient support

    Sam Skalicky committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    0be218b View commit details
    Browse the repository at this point in the history
  5. enabled gradient registration

    Sam Skalicky committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    570a059 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of https://github.com/apache/incubator-mxnet in…

    …to dynamic_op
    Sam Skalicky committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    4b01932 View commit details
    Browse the repository at this point in the history
  7. fixed whitespace

    Sam Skalicky committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    e4be175 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. fixed example to use absolute path

    Sam Skalicky committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    8cfcc85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9884ec6 View commit details
    Browse the repository at this point in the history
  3. added fcompute registration for loaded operators

    moved library import order to after ndarray/symbol
    Sam Skalicky committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    8e21600 View commit details
    Browse the repository at this point in the history
  4. changed dynamic ops to be contrib

    Sam Skalicky committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    794e30b View commit details
    Browse the repository at this point in the history
  5. added num in/out

    Sam Skalicky committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    8fbf664 View commit details
    Browse the repository at this point in the history
  6. removed contrib op registration

    re-registered ops from mx.nd.op to mx.nd
    Sam Skalicky committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    e7c6e8f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6047378 View commit details
    Browse the repository at this point in the history
  8. fixed whitespace

    Sam Skalicky committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    d1587ab View commit details
    Browse the repository at this point in the history
  9. fixed whitespace

    Sam Skalicky committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    0ee56c9 View commit details
    Browse the repository at this point in the history
  10. fixed whitespace

    Sam Skalicky committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    adc9770 View commit details
    Browse the repository at this point in the history
  11. added temporary support for operator multi-registration

    Sam Skalicky committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    5c06d47 View commit details
    Browse the repository at this point in the history
  12. insanity checked

    Sam Skalicky committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    9136839 View commit details
    Browse the repository at this point in the history
  13. update docblocks

    rondogency authored and Sam Skalicky committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    ffe7623 View commit details
    Browse the repository at this point in the history
  14. small format fix

    rondogency authored and Sam Skalicky committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    435e01e View commit details
    Browse the repository at this point in the history
  15. fix unittest with correct library

    rondogency authored and Sam Skalicky committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    0de79a9 View commit details
    Browse the repository at this point in the history
  16. implement InferType

    rondogency authored and Sam Skalicky committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    0d6f7b0 View commit details
    Browse the repository at this point in the history
  17. initial support for resource manager, temp space

    Sam Skalicky committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    18b028e View commit details
    Browse the repository at this point in the history
  18. fixed formatting

    Sam Skalicky committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    a4690b4 View commit details
    Browse the repository at this point in the history
  19. changed decltype to typedef

    Sam Skalicky committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    c901828 View commit details
    Browse the repository at this point in the history
  20. fixed whitespace

    Sam Skalicky committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    5ddb919 View commit details
    Browse the repository at this point in the history
  21. Added windows declaration types, change APIs to return MXReturnValue …

    …instead of int
    Sam Skalicky committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    7b4c4e6 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    18117ec View commit details
    Browse the repository at this point in the history
  23. Changed CMakeLists to build lib_ops instead of lib_api, updated lib_a…

    …pi example, fixed whitespace
    Sam Skalicky committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    ee65419 View commit details
    Browse the repository at this point in the history
  24. add prototype of subgraph op

    rondogency authored and Sam Skalicky committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    c66438c View commit details
    Browse the repository at this point in the history
  25. implement FMutateInput as optional attribute

    rondogency authored and Sam Skalicky committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    698a0b6 View commit details
    Browse the repository at this point in the history
  26. fix sanity check

    rondogency authored and Sam Skalicky committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    bd55612 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    35ff973 View commit details
    Browse the repository at this point in the history
  28. changed fcompute to forward

    Sam Skalicky committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    f243e2f View commit details
    Browse the repository at this point in the history
  29. initial commit with fgradient support

    Sam Skalicky committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    efbb858 View commit details
    Browse the repository at this point in the history
  30. enabled gradient registration

    Sam Skalicky committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    0032143 View commit details
    Browse the repository at this point in the history
  31. fixed whitespace

    Sam Skalicky committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    14ef3a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

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

Commits on Sep 9, 2019

  1. subgraph forward

    rondogency committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    9cf0455 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Configuration menu
    Copy the full SHA
    82f1bff View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/apache/incubator-mxnet in…

    …to dynamic_op
    Sam Skalicky committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    f7ff481 View commit details
    Browse the repository at this point in the history
  3. wip gemm backward

    Sam Skalicky committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    ba563d2 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'dynamic_op' of https://github.com/samskalicky/incubator…

    …-mxnet into dynamic_op
    
    added support for backward
    Sam Skalicky committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    a9b7215 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

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

Commits on Sep 12, 2019

  1. Configuration menu
    Copy the full SHA
    8aec7ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39e3d6b View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

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

Commits on Sep 24, 2019

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

Commits on Sep 26, 2019

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

    rondogency committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    7009ad4 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2019

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

Commits on Sep 29, 2019

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

Commits on Sep 30, 2019

  1. Configuration menu
    Copy the full SHA
    baed04e View commit details
    Browse the repository at this point in the history
  2. refactor op registry

    rondogency committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    aedcf91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75102a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c29deb View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. add mxnet_extension dir

    rondogency committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    c5a3ed6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/apache/incubator-mxnet in…

    …to dynamic_op
    Sam Skalicky committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    44683f1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dynamic_op' of https://github.com/samskalicky/incubator…

    …-mxnet into dynamic_op
    Sam Skalicky committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    d1b6c8e View commit details
    Browse the repository at this point in the history
  4. fixed extension to be dll for windows

    Sam Skalicky committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    44affc7 View commit details
    Browse the repository at this point in the history
  5. updated examples to use the same format as the example in the top-lev…

    …el Makefile: "lib<name>.so"
    Sam Skalicky committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    ef1d4cf View commit details
    Browse the repository at this point in the history
  6. removed destructor for CustomStatefulOp

    Sam Skalicky committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    24d8cc3 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. Configuration menu
    Copy the full SHA
    279a989 View commit details
    Browse the repository at this point in the history
  2. merge with dynamic_op

    rondogency committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    5db9e97 View commit details
    Browse the repository at this point in the history
  3. lib path fix

    rondogency committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    75b1169 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79c0e3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11d3344 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of https://github.com/apache/incubator-mxnet in…

    …to dynamic_op
    Sam Skalicky committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    de157a8 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'dynamic_op' of https://github.com/samskalicky/incubator…

    …-mxnet into dynamic_op
    Sam Skalicky committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    28450b5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9504b33 View commit details
    Browse the repository at this point in the history
  9. fix makefile rename

    rondogency committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    cf27d57 View commit details
    Browse the repository at this point in the history
  10. fix cmake rename

    rondogency committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    7f456d4 View commit details
    Browse the repository at this point in the history
  11. add explicit cpu context

    rondogency committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    e50819b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5984f3a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Configuration menu
    Copy the full SHA
    bd2c3a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b07e46b View commit details
    Browse the repository at this point in the history
  3. using typedef in forward

    rondogency committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    2466d67 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. small refine of docblock

    rondogency committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    e041400 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. change names

    rondogency committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    f16942c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50a6b64 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

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

Commits on Oct 15, 2019

  1. Configuration menu
    Copy the full SHA
    6d9ac54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c256cd View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Merge branch 'master' of https://github.com/apache/incubator-mxnet in…

    …to dynamic_op
    Sam Skalicky committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    6e824fb View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dynamic_op' of https://github.com/samskalicky/incubator…

    …-mxnet into dynamic_op
    Sam Skalicky committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    40c471b View commit details
    Browse the repository at this point in the history
  3. added DLTensor into MXTensor

    Sam Skalicky committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    dfb5946 View commit details
    Browse the repository at this point in the history
  4. fixed whitespace

    Sam Skalicky committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    5146fd5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b9fee2 View commit details
    Browse the repository at this point in the history
  6. changed to throw runtime exception

    Sam Skalicky committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    5761891 View commit details
    Browse the repository at this point in the history
  7. changed include to stdexcept

    Sam Skalicky committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    ef840b4 View commit details
    Browse the repository at this point in the history
  8. retrigger CI

    wkcn committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    bba61b3 View commit details
    Browse the repository at this point in the history
  9. empty commit

    Sam Skalicky committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    53d18ec View commit details
    Browse the repository at this point in the history
  10. Merge branch 'dynamic_op' of https://github.com/samskalicky/incubator…

    …-mxnet into dynamic_op
    Sam Skalicky committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    e0c778c View commit details
    Browse the repository at this point in the history
  11. empty commit

    Sam Skalicky committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    141328f View commit details
    Browse the repository at this point in the history
  12. Merge branch 'master' of https://github.com/apache/incubator-mxnet in…

    …to dynamic_op
    Sam Skalicky committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    deacae2 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

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

Commits on Oct 23, 2019

  1. remove merge conflict

    rondogency committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    ed8ac16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56b0e28 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

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

    wkcn committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    50c8aea View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. re-trigger CI

    wkcn committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    34a9ee9 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. ci

    wkcn committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    9910c39 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. ci

    wkcn committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    5fd4314 View commit details
    Browse the repository at this point in the history