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

Feature/issue 123 complex numbers with vars #789

Closed
wants to merge 141 commits into from
Closed

Feature/issue 123 complex numbers with vars #789

wants to merge 141 commits into from

Commits on Jul 25, 2018

  1. Failing test for issue 123

    Chris Chiasson authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    788edbc View commit details
    Browse the repository at this point in the history
  2. Updated test to use AVAR macro

    Chris Chiasson authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    0695ca1 View commit details
    Browse the repository at this point in the history
  3. Complex numbers rough first attempt

    Chris Chiasson authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    a271bdc View commit details
    Browse the repository at this point in the history
  4. Fixed accidental reversal of tests

    Chris Chiasson authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    41f9d0b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed33827 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e65748b View commit details
    Browse the repository at this point in the history
  7. Changed restriction on stan::math::internal::complex converting ctor …

    …to eliminate forward declaration of var or fvar. Tried to fix formatting.
    Chris Chiasson authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    ab66802 View commit details
    Browse the repository at this point in the history
  8. [Jenkins] auto-formatting by clang-format version 5.0.1-svn319952-1~e…

    …xp1 (branches/release_50)
    stan-buildbot authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    6fd81ba View commit details
    Browse the repository at this point in the history
  9. Added std::complex<fvar<T>>

    Chris Chiasson authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    99bd2f0 View commit details
    Browse the repository at this point in the history
  10. Changes to enable computation with Eigen

    Chris Chiasson authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    523cbe1 View commit details
    Browse the repository at this point in the history
  11. Adding complex double times var

    Chris Chiasson authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    4a15c4c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    accf844 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    941595d View commit details
    Browse the repository at this point in the history
  14. fixes for fullPivLu() test case

    Chris Chiasson authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    a978a08 View commit details
    Browse the repository at this point in the history
  15. switched to output std::complex, added hessian test, added static ass…

    …erts for Eigen and apply_scalar_unary
    ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    67f0b73 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    59df90d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9ed85e6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9fd648d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    51e9381 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    eb7a775 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6616c0a View commit details
    Browse the repository at this point in the history
  22. changed forward declaration keyword for complex to match struct decla…

    …ration; changed is_same_v to is_same::value
    ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    c6cca98 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ea3a2b8 View commit details
    Browse the repository at this point in the history
  24. Trying to change the number of template parameters specified by stan'…

    …s specialization of Eigen's ScalarBinaryOpTraits to avoid problems on old compilers
    ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    73bdbda View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    09cf3c9 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    5fb41d0 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    3ef68c5 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    f86a6a5 View commit details
    Browse the repository at this point in the history
  29. removed constexpr from _v template using declarations due to old GCC …

    …compiler bugs, changed one of the fvar ctors with boost::enable_if_c as a dummy argument to use std::enable_if_t in the template parameter list... for some reason the old enable_if was failing, saying that there was no member named type...
    ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    9cbdc14 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    59fbd80 View commit details
    Browse the repository at this point in the history
  31. [Jenkins] auto-formatting by clang-format version 5.0.2-svn328729-1~e…

    …xp1~20180406212027.91 (branches/release_50)
    stan-buildbot authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    cbc12fd View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    5778b3d View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    1805f7f View commit details
    Browse the repository at this point in the history
  34. removed value template variables because gcc 4.9 doesn't support them…

    …, switched fvar copy ctor back into template because one of the tests fails with it in the ctor... I am sure that I will re-learn why I had it this way shortly when the full test battery is re-run, then I'll have to figure out a way to break the cycle
    ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    2bd02fe View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    83adf5a View commit details
    Browse the repository at this point in the history
  36. override clang's complex division, and modify fvar enable_if ctor to …

    …not trigger void* = 0 failure
    ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    d371f2d View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    dc1870f View commit details
    Browse the repository at this point in the history
  38. cpplint

    ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    b433c27 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    ebf8ac1 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    da6876f View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    27a45b7 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    98087fb View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    23b454f View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    dbd4faa View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    99081b8 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    b6419ee View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    9a9d404 View commit details
    Browse the repository at this point in the history
  48. [Jenkins] auto-formatting by clang-format version 5.0.2-svn328729-1~e…

    …xp1~20180406212027.91 (branches/release_50)
    stan-buildbot authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    e78930e View commit details
    Browse the repository at this point in the history
  49. moved some operators and classes to their own namespace and tightened…

    … some of the SFINAE logic
    ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    c8121ba View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    c6bffc7 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    8239d09 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    fe010fd View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    ca32ef3 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    62dd118 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    73d2074 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    fa8d852 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    68cf52e View commit details
    Browse the repository at this point in the history
  58. val enable_if_t to make two ambiguous cases exclusive; is_arith_like …

    …fixed to not always be true
    ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    00a1bfa View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    ab0ad61 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    85c2d42 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    d7df296 View commit details
    Browse the repository at this point in the history
  62. fixup tests

    ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    efb2721 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    99035c1 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    4ca9f02 View commit details
    Browse the repository at this point in the history
  65. made test use double

    ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    72dbc12 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    f7baf67 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    f68d54f View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    6ea194d View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    c3be260 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    b7c4600 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    35675ef View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    30e243a View commit details
    Browse the repository at this point in the history
  73. using a different doxygen ignore command; it is possible stan doesn't…

    … use Doxygen's preprocessor commands for ignores
    ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    9dc41a9 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    13e30a2 View commit details
    Browse the repository at this point in the history
  75. added GPU checks

    rok-cesnovar authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    1d6c004 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    fde62be View commit details
    Browse the repository at this point in the history
  77. Fix docs

    SteveBronder authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    519ede2 View commit details
    Browse the repository at this point in the history
  78. update docs

    SteveBronder authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    023a700 View commit details
    Browse the repository at this point in the history
  79. Adds <code>matrix_gpu<\code> to the docs and moved around the flags a…

    …nd if statements to throw to be within the if statement
    SteveBronder authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    f3bd995 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    26f4558 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    31b9347 View commit details
    Browse the repository at this point in the history
  82. cpplint error

    SteveBronder authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    42b1912 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    1a98267 View commit details
    Browse the repository at this point in the history
  84. split gpu checks in to separate files, fixed the header guards, added…

    … tests for check diagonal zeros
    rok-cesnovar authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    5cfefd9 View commit details
    Browse the repository at this point in the history
  85. change kernel names to is_*

    rok-cesnovar authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    acaf423 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    e7150d4 View commit details
    Browse the repository at this point in the history
  87. add exp() test

    bgoodri authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    90d9965 View commit details
    Browse the repository at this point in the history
  88. add abs() test

    bgoodri authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    8277554 View commit details
    Browse the repository at this point in the history
  89. add arg() test

    bgoodri authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    15240fc View commit details
    Browse the repository at this point in the history
  90. add a bunch of tests

    [ci skip]
    
    some fail due to copysign
    bgoodri authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    768c843 View commit details
    Browse the repository at this point in the history
  91. fix acosh_test.cpp

    bgoodri authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    35e439a View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    ba17f31 View commit details
    Browse the repository at this point in the history
  93. trying to improve complex subfunctions and bring in more flexibility …

    …for power operations on complex types
    ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    cc4e47e View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    3cd4345 View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    f3e098b View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    4d1f473 View commit details
    Browse the repository at this point in the history
  97. [Jenkins] auto-formatting by clang-format version 5.0.2-svn328729-1~e…

    …xp1~20180406212027.91 (branches/release_50)
    stan-buildbot authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    258ae51 View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    fe12a30 View commit details
    Browse the repository at this point in the history
  99. fix frechet_lccdf test

    ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    67b0dc2 View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    5094cc2 View commit details
    Browse the repository at this point in the history
  101. [Jenkins] auto-formatting by clang-format version 5.0.2-svn328729-1~e…

    …xp1~20180406212027.91 (branches/release_50)
    stan-buildbot authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    dc5f2c2 View commit details
    Browse the repository at this point in the history
  102. use std::pow in frechet_lpdf

    bgoodri authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    36a58ab View commit details
    Browse the repository at this point in the history
  103. [Jenkins] auto-formatting by clang-format version 5.0.2-svn328729-1~e…

    …xp1~20180406212027.91 (branches/release_50)
    stan-buildbot authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    0908396 View commit details
    Browse the repository at this point in the history
  104. use std::pow in frechet_lcdf

    bgoodri authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    57c6d9b View commit details
    Browse the repository at this point in the history
  105. use std::pow in frechet_cdf

    bgoodri authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    3384667 View commit details
    Browse the repository at this point in the history
  106. use std::pow in weibull_lpdf

    bgoodri authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    1370b5f View commit details
    Browse the repository at this point in the history
  107. use std::pow in weibull_cdf

    bgoodri authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    912d8b3 View commit details
    Browse the repository at this point in the history
  108. use std::pow in weibull_lcdf

    bgoodri authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    e82360f View commit details
    Browse the repository at this point in the history
  109. use std::pow in weibull_lccdf

    bgoodri authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    52805bc View commit details
    Browse the repository at this point in the history
  110. use std::pow in pareto_type_2_cdf

    [ci skip]
    bgoodri authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    1317c09 View commit details
    Browse the repository at this point in the history
  111. use std::pow in pareto_type_2_lcdf

    [ci skip]
    bgoodri authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    be5b3c0 View commit details
    Browse the repository at this point in the history
  112. also test imaginary parts are zero

    [ci skip]
    bgoodri authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    7ac48a5 View commit details
    Browse the repository at this point in the history
  113. remove old var ctors taking complex, and remove the complex header, w…

    …hich stops old clang compilers from complaining about std::polar
    ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    e69fa68 View commit details
    Browse the repository at this point in the history
  114. Configuration menu
    Copy the full SHA
    ee59e70 View commit details
    Browse the repository at this point in the history
  115. removed the tests added in PR #643 regarding var(std::complex<T>&) us…

    …ing real-only components
    ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    e2d1162 View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    dfc52ff View commit details
    Browse the repository at this point in the history
  117. Configuration menu
    Copy the full SHA
    f5ac5f5 View commit details
    Browse the repository at this point in the history
  118. [Jenkins] auto-formatting by clang-format version 5.0.2-svn328729-1~e…

    …xp1~20180406212027.91 (branches/release_50)
    stan-buildbot authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    8c9c261 View commit details
    Browse the repository at this point in the history
  119. Disable complex exp test on gcc < 5 due to compiler bug. See comments…

    … on PR #789. Also attempt to fix what may be a javadoc autobrief problem with rm_zeroing that causes the jenkins build to stop
    ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    eb70e6d View commit details
    Browse the repository at this point in the history
  120. fix pow() and exp() on g++-4.9

    bgoodri authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    aea814d View commit details
    Browse the repository at this point in the history
  121. Configuration menu
    Copy the full SHA
    319bf6d View commit details
    Browse the repository at this point in the history
  122. fix doxygen error

    bgoodri authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    814c8f4 View commit details
    Browse the repository at this point in the history
  123. Configuration menu
    Copy the full SHA
    c24546a View commit details
    Browse the repository at this point in the history
  124. Configuration menu
    Copy the full SHA
    7aa5315 View commit details
    Browse the repository at this point in the history
  125. fix return type on abs functions (whoops)

    Chris Chiasson authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    09f9019 View commit details
    Browse the repository at this point in the history
  126. Configuration menu
    Copy the full SHA
    ee002ff View commit details
    Browse the repository at this point in the history
  127. Configuration menu
    Copy the full SHA
    5322bfa View commit details
    Browse the repository at this point in the history
  128. Configuration menu
    Copy the full SHA
    ab9278d View commit details
    Browse the repository at this point in the history
  129. attempt at fixing proj on gcc

    Chris Chiasson authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    5fd2b1c View commit details
    Browse the repository at this point in the history
  130. Configuration menu
    Copy the full SHA
    c6415b6 View commit details
    Browse the repository at this point in the history
  131. attempt to feed pow the right type in operator_division

    Chris Chiasson authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    ca6c740 View commit details
    Browse the repository at this point in the history
  132. Configuration menu
    Copy the full SHA
    4d88872 View commit details
    Browse the repository at this point in the history
  133. trying a different approach for operator division... I think I attemp…

    …ted this before, though
    Chris Chiasson authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    cfc82ad View commit details
    Browse the repository at this point in the history
  134. Configuration menu
    Copy the full SHA
    f4de40a View commit details
    Browse the repository at this point in the history
  135. Configuration menu
    Copy the full SHA
    56797be View commit details
    Browse the repository at this point in the history
  136. undoing change to fvar on previous commit -- which is not technically…

    … a revert since I'm not rewriting the history
    Chris Chiasson authored and ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    e65c975 View commit details
    Browse the repository at this point in the history
  137. the special tightly scoped abs(complex) overloads to get around buggy…

    … behavior in libstdc++'s complex need a hypot definition available when those same overloads are processed on clang with libc++
    ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    0f10cea View commit details
    Browse the repository at this point in the history
  138. in rev/core.hpp, std_numeric_limits appears after std_is_inf, but wit…

    …h the forward of the unprefixed ADL-looked-up is infinity call to the std version, numeric limits of the argument type gets checked in the template SFINAE for libc++, so this additional header in the std_is_inf is required
    ChrisChiasson committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    152ec31 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2018

  1. Configuration menu
    Copy the full SHA
    12a09bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f3d34c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07ffd6c View commit details
    Browse the repository at this point in the history