Commit dc9bc7b
committed
Squashed commit of the following:
commit bf40eeb
Author: perrydv <perrydv@users.noreply.github.com>
Date: Fri Sep 19 17:18:53 2025 +0200
still working on modelBase_nClass situation
commit 23f5faa
Author: perrydv <perrydv@users.noreply.github.com>
Date: Fri Sep 19 09:38:27 2025 +0200
Make inherit be quoted and defer handling until nCompile
commit a5e954f
Author: perrydv <perrydv@users.noreply.github.com>
Date: Sat Sep 13 17:03:27 2025 +0200
Make "virtual" keyword for methods be generated correctly.
commit 8eff688
Author: perrydv <perrydv@users.noreply.github.com>
Date: Sat Sep 13 08:53:48 2025 +0200
update test-nimbleModel variable check. C++ does not initialize to 0s so check length and dim only.
commit 107c79f
Author: perrydv <perrydv@users.noreply.github.com>
Date: Sat Sep 13 08:45:25 2025 +0200
extract model nodeFxns using generic interface. make dynamic casting with generic interface work.
commit f0a3b87
Author: perrydv <perrydv@users.noreply.github.com>
Date: Wed Sep 10 14:52:34 2025 +0200
tests and cleanup for user-defined opDefs
commit f4a47b9
Author: perrydv <perrydv@users.noreply.github.com>
Date: Wed Sep 10 12:32:46 2025 +0200
move recurse_normalizeCalls after arg ordering and extracting compile-time args
commit 42f026e
Author: perrydv <perrydv@users.noreply.github.com>
Date: Wed Sep 10 11:56:45 2025 +0200
Establish cachedOpInfo in code$auxEnv so that user-defined opDefs can occur at various levels.1 parent da4444a commit dc9bc7b
26 files changed
Lines changed: 617 additions & 351 deletions
File tree
- .github/workflows
- nCompiler
- R
- inst/include/nCompiler
- nClass_interface_Rcpp_extensions/post_Rcpp
- nClass_interface
- post_Rcpp
- tests/testthat
- nClass_tests
- nCompile_tests
- nimble_tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
10 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
11 | 23 | | |
12 | 24 | | |
13 | 25 | | |
14 | | - | |
| 26 | + | |
15 | 27 | | |
16 | 28 | | |
17 | 29 | | |
18 | 30 | | |
19 | 31 | | |
20 | 32 | | |
21 | | - | |
| 33 | + | |
22 | 34 | | |
23 | 35 | | |
24 | 36 | | |
25 | 37 | | |
26 | 38 | | |
27 | 39 | | |
28 | 40 | | |
29 | | - | |
| 41 | + | |
30 | 42 | | |
31 | 43 | | |
32 | 44 | | |
| |||
44 | 56 | | |
45 | 57 | | |
46 | 58 | | |
47 | | - | |
| 59 | + | |
48 | 60 | | |
49 | 61 | | |
50 | 62 | | |
| |||
55 | 67 | | |
56 | 68 | | |
57 | 69 | | |
58 | | - | |
| 70 | + | |
59 | 71 | | |
60 | 72 | | |
61 | 73 | | |
62 | 74 | | |
63 | 75 | | |
64 | 76 | | |
65 | 77 | | |
| 78 | + | |
66 | 79 | | |
67 | 80 | | |
68 | 81 | | |
| |||
72 | 85 | | |
73 | 86 | | |
74 | 87 | | |
75 | | - | |
| 88 | + | |
76 | 89 | | |
77 | 90 | | |
78 | 91 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
52 | 56 | | |
53 | 57 | | |
54 | 58 | | |
| |||
70 | 74 | | |
71 | 75 | | |
72 | 76 | | |
| 77 | + | |
73 | 78 | | |
74 | 79 | | |
75 | 80 | | |
| |||
78 | 83 | | |
79 | 84 | | |
80 | 85 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | 86 | | |
85 | | - | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
58 | 60 | | |
| 61 | + | |
59 | 62 | | |
60 | 63 | | |
61 | 64 | | |
| |||
0 commit comments