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

Modernize the codebase - convert C-style casts to static_casts #2506

Merged
merged 6 commits into from
Aug 7, 2023

Commits on Oct 17, 2022

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

Commits on Nov 30, 2022

  1. Merged master

    JanVogelsang committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    2024889 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    758f02f View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

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

Commits on Jul 20, 2023

  1. Merge branch 'master' into refactoring-casts

    # Conflicts:
    #	libnestutil/stopwatch.h
    #	models/ac_generator.cpp
    #	models/aeif_cond_alpha.cpp
    #	models/aeif_cond_alpha_multisynapse.cpp
    #	models/aeif_cond_beta_multisynapse.cpp
    #	models/aeif_cond_exp.cpp
    #	models/aeif_psc_alpha.cpp
    #	models/aeif_psc_delta.cpp
    #	models/aeif_psc_delta_clopath.cpp
    #	models/aeif_psc_exp.cpp
    #	models/amat2_psc_exp.cpp
    #	models/binary_neuron.h
    #	models/cm_default.cpp
    #	models/dc_generator.cpp
    #	models/gamma_sup_generator.cpp
    #	models/gif_cond_exp.cpp
    #	models/gif_cond_exp_multisynapse.cpp
    #	models/gif_pop_psc_exp.cpp
    #	models/gif_psc_exp.cpp
    #	models/gif_psc_exp_multisynapse.cpp
    #	models/hh_cond_beta_gap_traub.cpp
    #	models/hh_cond_exp_traub.cpp
    #	models/hh_psc_alpha.cpp
    #	models/hh_psc_alpha_clopath.cpp
    #	models/hh_psc_alpha_gap.cpp
    #	models/ht_neuron.cpp
    #	models/iaf_chs_2007.cpp
    #	models/iaf_chxk_2008.cpp
    #	models/iaf_cond_alpha.cpp
    #	models/iaf_cond_alpha_mc.cpp
    #	models/iaf_cond_beta.cpp
    #	models/iaf_cond_exp.cpp
    #	models/iaf_cond_exp_sfa_rr.cpp
    #	models/iaf_psc_alpha.cpp
    #	models/iaf_psc_alpha_multisynapse.cpp
    #	models/iaf_psc_delta.cpp
    #	models/iaf_psc_exp.cpp
    #	models/iaf_psc_exp_htum.cpp
    #	models/iaf_psc_exp_multisynapse.cpp
    #	models/inhomogeneous_poisson_generator.cpp
    #	models/izhikevich.cpp
    #	models/mat2_psc_exp.cpp
    #	models/noise_generator.cpp
    #	models/parrot_neuron.cpp
    #	models/poisson_generator.cpp
    #	models/poisson_generator_ps.cpp
    #	models/pp_cond_exp_mc_urbanczik.cpp
    #	models/pp_psc_delta.cpp
    #	models/ppd_sup_generator.cpp
    #	models/rate_neuron_ipn_impl.h
    #	models/rate_neuron_opn_impl.h
    #	models/rate_transformer_node_impl.h
    #	models/siegert_neuron.cpp
    #	models/sinusoidal_gamma_generator.cpp
    #	models/sinusoidal_poisson_generator.cpp
    #	models/step_current_generator.cpp
    #	models/step_rate_generator.cpp
    #	nestkernel/connection_creator_impl.h
    #	nestkernel/event_delivery_manager.cpp
    #	nestkernel/ring_buffer.h
    #	nestkernel/simulation_manager.cpp
    #	nestkernel/slice_ring_buffer.h
    JanVogelsang committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    2818257 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    721837a View commit details
    Browse the repository at this point in the history