Skip to content

Disentangle kernel-manager include tree #3544

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

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
f4b4941
Fixed horrible kernel_manager singleton design and cleaned up all cir…
JanVogelsang Aug 8, 2025
4d545f5
Delete models/quantal_stp_synapse_impl.h
JanVogelsang Aug 10, 2025
649a448
Made previously non-inlinable functions inline
JanVogelsang Aug 10, 2025
390064e
Added static modifier
JanVogelsang Aug 11, 2025
d3e0232
Merge branch 'master' of github.com:JanVogelsang/nest-simulator into …
JanVogelsang Aug 11, 2025
1eded20
Simplified get_process_id_of_node_id implementation
JanVogelsang Aug 11, 2025
98c6275
Fixed remaining bugs
JanVogelsang Aug 12, 2025
a63d91c
Removed nest_impl.h
JanVogelsang Aug 12, 2025
957b2f3
Moved from a composite singleton to inline globals
JanVogelsang Aug 12, 2025
27358c0
Minimized layer_impl.h
JanVogelsang Aug 13, 2025
d85b30e
Minimized layer_impl.h
JanVogelsang Aug 13, 2025
cd6271f
Update models/CMakeLists.txt
JanVogelsang Aug 13, 2025
6ebf55f
Fixed cherry-pick issue
JanVogelsang Aug 13, 2025
9884718
Fixed non-MPI version
JanVogelsang Aug 13, 2025
0f6edd9
Merge branch 'master' of github.com:JanVogelsang/nest-simulator into …
JanVogelsang Aug 13, 2025
691c39b
Update models/CMakeLists.txt
JanVogelsang Aug 13, 2025
4f102e1
Fixed non-MPI version
JanVogelsang Aug 13, 2025
076e11a
Fixed conngen
JanVogelsang Aug 13, 2025
0313d49
Fixed sonata
JanVogelsang Aug 13, 2025
e2ae1f3
Fixed conngen
JanVogelsang Aug 13, 2025
e02482f
Fixed sonata
JanVogelsang Aug 13, 2025
5c54119
Fixed sionlib
JanVogelsang Aug 13, 2025
508e349
Fixed sionlib
JanVogelsang Aug 13, 2025
ba7cfc6
Attempting to fix macos issue
JanVogelsang Aug 13, 2025
67f510f
Changed manager access syntax
JanVogelsang Aug 21, 2025
5f14394
Merge branch 'nest-master-inline' into nest-master
JanVogelsang Aug 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ include( CheckExtraCompilerFeatures )
include( ConfigureSummary )
include( GetTriple )

# enable link-time optimizations
set(CMAKE_INTERPROCEDURAL_OPTIMIZATION TRUE)

# get triples arch-vendor-os
get_host_triple( NEST_HOST_TRIPLE NEST_HOST_ARCH NEST_HOST_VENDOR NEST_HOST_OS )
get_target_triple( NEST_TARGET_TRIPLE NEST_TARGET_ARCH NEST_TARGET_VENDOR NEST_TARGET_OS )
Expand Down
Loading
Loading