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

Clang tidy cleanup and using std algorithms #1373

Commits on Sep 30, 2019

  1. Clang tidy with modernize-use-equals-default,readability-braces-aroun…

    …d-statements,performance-unnecessary-value-param
    SteveBronder committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    b9f545b View commit details
    Browse the repository at this point in the history
  2. Adds range based for loops via clang tidy, accumulates in log_sum_exp…

    …, and std::inner_product when multiply two standard vectors
    SteveBronder committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    4064902 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23706ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bade075 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'clang-tidy/braces-defaults_constructor-range_for_loops'…

    … of github.com:stan-dev/math into clang-tidy/braces-defaults_constructor-range_for_loops
    SteveBronder committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    8a2dff8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2407b7a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8bb5458 View commit details
    Browse the repository at this point in the history
  8. fix headers

    SteveBronder committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    0c31b37 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d68129f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f9275d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. merge to develop

    SteveBronder committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    06c465a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdadd8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8656836 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d716461 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2019

  1. Use auto in gp_exp_quad_cov, add rule of 5 to accumulator, and pass b…

    …y value for log_sum_exp's accumulator with max_val
    SteveBronder committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    3266349 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90be53e View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. merge to develop

    SteveBronder committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    c9fef6c View commit details
    Browse the repository at this point in the history