-
Notifications
You must be signed in to change notification settings - Fork 16
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
Value-View Interface #289
base: develop
Are you sure you want to change the base?
Value-View Interface #289
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0907d56 - Browse repository at this point
Copy the full SHA 0907d56View commit details -
Deleting ManagedSmartPtr and MVSmartRef classes and tests. They will …
…not be used in prod.
Configuration menu - View commit details
-
Copy full SHA for 8451ecf - Browse repository at this point
Copy the full SHA 8451ecfView commit details -
Adding testTRTField python test used during constexpr PYB11 developme…
…nt. This might be useful again.
Configuration menu - View commit details
-
Copy full SHA for d12c687 - Browse repository at this point
Copy the full SHA d12c687View commit details -
Deleting SphArrayInline/Inst. We are not using the old iterator class…
…; Moving SphArray.hh to Utilities/ManagedVector.hh
Configuration menu - View commit details
-
Copy full SHA for 01598a9 - Browse repository at this point
Copy the full SHA 01598a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee4a68c - Browse repository at this point
Copy the full SHA ee4a68cView commit details -
Re-organizing test locations, many tests are basic integration/exampl…
…e test for the new interface pattern.
Configuration menu - View commit details
-
Copy full SHA for c800c08 - Browse repository at this point
Copy the full SHA c800c08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5990faa - Browse repository at this point
Copy the full SHA 5990faaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c04efe - Browse repository at this point
Copy the full SHA 5c04efeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8ddc5f - Browse repository at this point
Copy the full SHA a8ddc5fView commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 29ee8fa - Browse repository at this point
Copy the full SHA 29ee8faView commit details -
Configuration menu - View commit details
-
Copy full SHA for df6c88f - Browse repository at this point
Copy the full SHA df6c88fView commit details
Commits on Aug 22, 2024
-
Moving Value View Interface under vvi namespace; Naming convention an…
…d organization for VVI macros; Differentiating between Ptr and Ref syntax metaclasses with vvi pattern.
Configuration menu - View commit details
-
Copy full SHA for 708cc2a - Browse repository at this point
Copy the full SHA 708cc2aView commit details
Commits on Aug 23, 2024
-
SCIP -> VVI; Organizing VVI pattern into header file and impl file, t…
…o provide a clearer API for using VVI to users.
Configuration menu - View commit details
-
Copy full SHA for 2b5d3e7 - Browse repository at this point
Copy the full SHA 2b5d3e7View commit details
Commits on Aug 28, 2024
-
namespace changes to match documentation; VVI_VIEW_DEFAULT explicitly…
… defines VIEW Ctor, Copy and Assign.
Configuration menu - View commit details
-
Copy full SHA for 1e33c49 - Browse repository at this point
Copy the full SHA 1e33c49View commit details
Commits on Aug 30, 2024
-
Macros for wimplifying deepCopy and compare methods in Impl classes; …
…Better default behavior for Value Interfaces, def copy-ctor, assign op and eq op behavior is baked in for free in the ValueInterface class.
Configuration menu - View commit details
-
Copy full SHA for 55f5174 - Browse repository at this point
Copy the full SHA 55f5174View commit details -
Empty DEEPCOPY & COMPARE member case; adding DECL_DEFAULT example in …
…crtp; Cleaning up VVI_VALUE_ macros.
Configuration menu - View commit details
-
Copy full SHA for 383fed8 - Browse repository at this point
Copy the full SHA 383fed8View commit details -
Using shorthand class defs in examples; Removing unnecessary macros f…
…or defining default Ctor, Copy, Ass and Eq operations.
Configuration menu - View commit details
-
Copy full SHA for c09dacb - Browse repository at this point
Copy the full SHA c09dacbView commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f3f5d36 - Browse repository at this point
Copy the full SHA f3f5d36View commit details
Commits on Sep 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for df81f95 - Browse repository at this point
Copy the full SHA df81f95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43cd543 - Browse repository at this point
Copy the full SHA 43cd543View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a43482 - Browse repository at this point
Copy the full SHA 4a43482View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd82347 - Browse repository at this point
Copy the full SHA dd82347View commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d850f67 - Browse repository at this point
Copy the full SHA d850f67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f48781 - Browse repository at this point
Copy the full SHA 9f48781View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad518f0 - Browse repository at this point
Copy the full SHA ad518f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74201bb - Browse repository at this point
Copy the full SHA 74201bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3747afa - Browse repository at this point
Copy the full SHA 3747afaView commit details
Commits on Sep 10, 2024
-
Hopefully fixing segfault blt_mpi_smoke test on ruby; Silencing warni…
…ngs in field_test
Configuration menu - View commit details
-
Copy full SHA for 9f29207 - Browse repository at this point
Copy the full SHA 9f29207View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78cbad2 - Browse repository at this point
Copy the full SHA 78cbad2View commit details
Commits on Sep 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6b5c8bd - Browse repository at this point
Copy the full SHA 6b5c8bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for db42935 - Browse repository at this point
Copy the full SHA db42935View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc65da2 - Browse repository at this point
Copy the full SHA bc65da2View commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b57181b - Browse repository at this point
Copy the full SHA b57181bView commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d4cada3 - Browse repository at this point
Copy the full SHA d4cada3View commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3566f3d - Browse repository at this point
Copy the full SHA 3566f3dView commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d1dc378 - Browse repository at this point
Copy the full SHA d1dc378View commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 988adcc - Browse repository at this point
Copy the full SHA 988adccView commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0bbe7d6 - Browse repository at this point
Copy the full SHA 0bbe7d6View commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 06b0492 - Browse repository at this point
Copy the full SHA 06b0492View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64afaa3 - Browse repository at this point
Copy the full SHA 64afaa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9c6e61 - Browse repository at this point
Copy the full SHA c9c6e61View commit details
Commits on Oct 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c4eb45b - Browse repository at this point
Copy the full SHA c4eb45bView commit details
Commits on Oct 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 59d37d5 - Browse repository at this point
Copy the full SHA 59d37d5View commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0139307 - Browse repository at this point
Copy the full SHA 0139307View commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3ec887d - Browse repository at this point
Copy the full SHA 3ec887dView commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ccf3375 - Browse repository at this point
Copy the full SHA ccf3375View commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 295c161 - Browse repository at this point
Copy the full SHA 295c161View commit details