Skip to content
Snippets Groups Projects
Select Git revision
  • 6fe43545d84613d33845f2f68d0bcfd0423c1703
  • master default
  • nlf-fixes
  • newton-quadratic-equation-solver
  • nlf-fixes-r
  • nls-fixes
  • sep-fixes
  • sep
  • use-dprior
  • ep-sparse
  • rebase-1
  • parfor
  • reset-seed-in-unit-tests
  • remove-persistent-variables
  • nonlinear-filter-fixes
  • pac-mce-with-composite-target
  • 6.x
  • dprior
  • covariance-quadratic-approximation
  • benchmark-ec
  • kalman_mex
  • 5.5
  • 5.4
  • 5.3
  • 5.2
  • 5.1
  • 5.0
  • 5.0-rc1
  • 4.7-beta3
  • 4.7-beta2
  • 4.7-beta1
  • 4.6.4
  • 4.6.3
  • 4.6.2
  • 4.6.1
  • 4.6.0
  • 4.6.0-rc2
  • 4.6.0-rc1
  • 4.6-beta1
  • 4.5.7
  • 4.5.6
41 results

installation-and-configuration.rst

Blame
  • Forked from Dynare / dynare
    Source project has a limited visibility.
    .clang-tidy 329 B
    # NB: to use clang-tidy on the MEX source code, make sure that you have
    # libomp-dev installed (the LLVM implementation of OpenMP)
    
    # TODO: add the following check families:
    # - bugprone-*
    # - cppcoreguidelines-
    
    Checks: 'performance-*,modernize-*,-modernize-use-trailing-return-type,-clang-diagnostic-unqualified-std-cast-call'