Skip to content

Draft: setup prototype service structure and implement working thread-… #2

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

Closed
wants to merge 20 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SpaceAfterControlStatementKeyword: true
PointerBindsToType: true
IncludeBlocks: Preserve
UseTab: Never
ColumnLimit: 120
ColumnLimit: 100
NamespaceIndentation: Inner
AlignConsecutiveAssignments: true
...
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ __pycache__/
*.sif
**old
install/*

test
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.19)
# CMP0074: find_package() uses <PackageName>_ROOT variables
cmake_policy(SET CMP0074 NEW)

project(Juggler VERSION 4.3.0)
project(Algorithms VERSION 1.0.0)

set(CMAKE_CXX_STANDARD 17 CACHE STRING "")
if(NOT CMAKE_CXX_STANDARD MATCHES "17|20")
Expand Down
6 changes: 0 additions & 6 deletions Examples/CMakeLists.txt

This file was deleted.

11 changes: 0 additions & 11 deletions Examples/options/hello_world.py

This file was deleted.

87 changes: 0 additions & 87 deletions Examples/options/imaging_topocluster.py

This file was deleted.

67 changes: 0 additions & 67 deletions Examples/options/sampling_cluster2n1.py

This file was deleted.

Loading