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

cmake harness, 2023 edition #259

Open
wants to merge 64 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
fc16d5d
new cmake harness by loriab and evaleev. squash of #148 (already in 2…
loriab Jan 6, 2023
f1d3787
basic working order after squash and rebase cmake harness
loriab Jan 7, 2023
413c88d
Python module under new CMake harness
loriab Jan 13, 2023
83c1ffc
CI 1
loriab Jan 13, 2023
8ad6335
CI 2
loriab Jan 13, 2023
141ec58
CI 3
loriab Jan 13, 2023
33de5d0
CI 4
loriab Jan 13, 2023
c9f48ba
CI 5
loriab Jan 13, 2023
6fe1302
CI 6
loriab Jan 13, 2023
0ce8a86
CI 7
loriab Jan 13, 2023
0b37aed
CI 8
loriab Jan 13, 2023
dd8fa83
CI 9
loriab Jan 13, 2023
1a884b9
CI 10
loriab Jan 13, 2023
f1e8a59
CI 11
loriab Jan 13, 2023
9071a72
CI 12
loriab Jan 13, 2023
ad451d5
CI 13
loriab Jan 13, 2023
deca7bf
CI 14
loriab Jan 13, 2023
2b3430d
CI 15
loriab Jan 13, 2023
b800ff9
CI 16
loriab Jan 13, 2023
0348d8f
CI 17
loriab Jan 13, 2023
ec7b023
CI 18
loriab Jan 13, 2023
aff3078
CI 19
loriab Jan 13, 2023
4fb2bee
CI 20
loriab Jan 13, 2023
ec00ac2
CI 21
loriab Jan 14, 2023
1f7dd09
CI 22
loriab Jan 14, 2023
9130fc8
CI 23
loriab Jan 14, 2023
fc4c0bc
CI 24
loriab Jan 14, 2023
11bddd2
CI 25
loriab Jan 14, 2023
48c895a
CI 26
loriab Jan 14, 2023
43628ed
CI 27
loriab Jan 14, 2023
fd609e6
CI 28
loriab Jan 14, 2023
fafce01
CI 29
loriab Jan 15, 2023
66de7ad
CI 30
loriab Jan 15, 2023
4f49c3c
CI 31
loriab Jan 15, 2023
77d8f93
CI 32
loriab Jan 17, 2023
7dc1a2e
allow tests to use gaussian ordering
loriab Jan 23, 2023
7596aee
CI 33
loriab Jan 23, 2023
4ec8f2c
CI 34
loriab Jan 23, 2023
39a8044
runtime choice of solid harmonics
loriab Jan 25, 2023
d7e4090
CI 35
loriab Jan 25, 2023
6d9a758
python checking
loriab Jan 26, 2023
b6fdc56
CI 36
loriab Jan 26, 2023
1b011c8
CI 37
loriab Jan 27, 2023
7b09f2a
CI 38
loriab Jan 27, 2023
f79959a
CI 39
loriab Jan 27, 2023
d6e56f2
CI 40
loriab Jan 27, 2023
d9cacc1
CI 41
loriab Jan 27, 2023
b59bfc6
CI 42
loriab Jan 28, 2023
99511db
reorganize so sho is separate setting from init
loriab Jan 30, 2023
669e01f
CI 43
loriab Jan 31, 2023
b0c4605
CI 44
loriab Feb 2, 2023
2a9ddfd
CI 45
loriab Feb 2, 2023
32ece22
CI 46
loriab Feb 8, 2023
df660f3
CI 47
loriab Feb 8, 2023
22a195d
CI 48
loriab Feb 8, 2023
4d896f7
CI 49
loriab Feb 8, 2023
be09e2c
CI 50
loriab Feb 8, 2023
ecc7272
CI 51
loriab Feb 9, 2023
577d295
CI 52
loriab Feb 11, 2023
77a7adf
more configuration_accessor
loriab May 26, 2023
7622ceb
try adding optional header
loriab May 27, 2023
deae6d7
rule configuration out of optional trouble
loriab May 27, 2023
4264220
now dial back pb11 again
loriab May 27, 2023
0eca57e
add notes
loriab May 27, 2023
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
415 changes: 336 additions & 79 deletions .github/workflows/cmake.yml

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# based on https://github.com/github/gitignore/blob/main/C++.gitignore

# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# IDE artifacts
.idea
89 changes: 0 additions & 89 deletions .project

This file was deleted.

Loading