-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature/speed optimizations #88
base: master
Are you sure you want to change the base?
Commits on Nov 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 50ee3ee - Browse repository at this point
Copy the full SHA 50ee3eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4d56ea - Browse repository at this point
Copy the full SHA e4d56eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc0c91e - Browse repository at this point
Copy the full SHA fc0c91eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90c38c8 - Browse repository at this point
Copy the full SHA 90c38c8View commit details
Commits on Nov 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e964e92 - Browse repository at this point
Copy the full SHA e964e92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07c3e58 - Browse repository at this point
Copy the full SHA 07c3e58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 396e07e - Browse repository at this point
Copy the full SHA 396e07eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6dfd33 - Browse repository at this point
Copy the full SHA c6dfd33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60b7dbf - Browse repository at this point
Copy the full SHA 60b7dbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84236c4 - Browse repository at this point
Copy the full SHA 84236c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9610406 - Browse repository at this point
Copy the full SHA 9610406View commit details -
Configuration menu - View commit details
-
Copy full SHA for cea10ba - Browse repository at this point
Copy the full SHA cea10baView commit details
Commits on Nov 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a643a6a - Browse repository at this point
Copy the full SHA a643a6aView commit details
Commits on Nov 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 461d370 - Browse repository at this point
Copy the full SHA 461d370View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf9c348 - Browse repository at this point
Copy the full SHA bf9c348View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4afb4d - Browse repository at this point
Copy the full SHA b4afb4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39bf4a4 - Browse repository at this point
Copy the full SHA 39bf4a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0180110 - Browse repository at this point
Copy the full SHA 0180110View commit details
Commits on Nov 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 794af03 - Browse repository at this point
Copy the full SHA 794af03View commit details -
Configuration menu - View commit details
-
Copy full SHA for db09ea7 - Browse repository at this point
Copy the full SHA db09ea7View commit details
Commits on Nov 15, 2021
-
Some files aren't finished yet, and will be uploaded in a few days. So, this particular update won't build!! Added broad infrastructure for HDF5 handling... ...Wrapper class ...Assignment operators ...convert() functions ...Constructors ...read() functions ...write() functions Etc. Completed many (not all) HDF5 capabilities. Very basic HDF5 write needs to be smarter (not string-only). HDF5 reading still needs work. Touchups are needed here and there throughout the new HDF5 code. In particular, we need smart, non-string handling. Small tweaks were made to XML and JSON material, for consistency. Some comment changes and other odds and ends.
Configuration menu - View commit details
-
Copy full SHA for 717a4fe - Browse repository at this point
Copy the full SHA 717a4feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a148d6 - Browse repository at this point
Copy the full SHA 2a148d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d17c46 - Browse repository at this point
Copy the full SHA 7d17c46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 366e70e - Browse repository at this point
Copy the full SHA 366e70eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc6a889 - Browse repository at this point
Copy the full SHA dc6a889View commit details
Commits on Nov 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ca89e13 - Browse repository at this point
Copy the full SHA ca89e13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d02351 - Browse repository at this point
Copy the full SHA 1d02351View commit details
Commits on Nov 17, 2021
-
Extended the autogenerator to support a ProjectDir entry.
To be used for non-GNDS products, e.g. NDI3. When ProjectDir is given, namespaces and various other constructs are done differently. Made miscellaneous small improvements in various other files. For example: direct read() and write() in Component, aligning with Node's. So: autogenerated classes have those read()s and write(); there's no need for a user to explicitly go through Node.
Configuration menu - View commit details
-
Copy full SHA for 316b6d7 - Browse repository at this point
Copy the full SHA 316b6d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0177908 - Browse repository at this point
Copy the full SHA 0177908View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c05050 - Browse repository at this point
Copy the full SHA 2c05050View commit details
Commits on Nov 18, 2021
-
Lots of not-yet-finished work on an HDF5 read/write capability.
Won't compile right now, but wanted to get this in.
Configuration menu - View commit details
-
Copy full SHA for 5d8653b - Browse repository at this point
Copy the full SHA 5d8653bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31a4b65 - Browse repository at this point
Copy the full SHA 31a4b65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44c71db - Browse repository at this point
Copy the full SHA 44c71dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20fb5a2 - Browse repository at this point
Copy the full SHA 20fb5a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 769916a - Browse repository at this point
Copy the full SHA 769916aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e683ce7 - Browse repository at this point
Copy the full SHA e683ce7View commit details
Commits on Nov 22, 2021
-
Another setter capability in generated classes, and other improvements.
For [optional] vector child-node fields, there's a setter that takes an element to push_back. If the optional has no value, it's given one first. Experience showed that something like this would be helpful. Updated code generator accordingly. Also, combined the default and "from fields" constructors in generated classes. This makes the generated classes shorter, and also, based on our experience with a prototype data format, proves to make object construction simpler. A generated class might have, for instance, a few metadata, followed by one or more vector or optional-vector child nodes. It's convenient for someone to initialize the object with metadata, and then to add vector elements individually later. This change helps make this process simpler and shorter. I also implemented another feature that experience with a prototype autogenerated set of classes suggested would be helpful. Before, getters with index or label looked for *metadata* named "index" or "label". Now, if no metadatum called "index" exists in the type of the vector's element (or any of its alternatives, if it's a variant), then index is interpreted to be a regular vector index, as in the "[]" operator. Note that someone who uses the code generator must be aware that the interpretation of (index) getters therefore depends fundamentally on whether or not the relevant vector element type has, or doesn't have, an "index" metadatum. This change means we essentially get an additional feature for free, as (index) previously would just fail unless an "index" metadatum were found. Removed a "GNDS"-centric comment in Component prettyprinted output. The comment probably wasn't particularly informative anyway. Updated test codes to reflect this change.
Configuration menu - View commit details
-
Copy full SHA for cf218ec - Browse repository at this point
Copy the full SHA cf218ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7179380 - Browse repository at this point
Copy the full SHA 7179380View commit details -
Suppress potential warning due to unused parameters in one branch of …
…an if-constexpr.
Configuration menu - View commit details
-
Copy full SHA for cdff3fc - Browse repository at this point
Copy the full SHA cdff3fcView commit details
Commits on Nov 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d58d5be - Browse repository at this point
Copy the full SHA d58d5beView commit details
Commits on Nov 30, 2021
-
Some work on the code generator, mostly to simplify some things.
Regenerated the prototype codes. The changes to these also reflect other work I'd done recently on the code generator, as they hadn't been regenerated for a while.
Configuration menu - View commit details
-
Copy full SHA for 06e3297 - Browse repository at this point
Copy the full SHA 06e3297View commit details
Commits on Dec 6, 2021
-
Code generator changes to support data-only nodes.
That is to say, classes that have no metadata or child nodes, but still have data, e.g. with <foo>1.2 3.4 5.6</foo>. OCD'd a cmake-related file. Some more work regarding HDF5 format. Still not entirely complete. I think ".hdf"/".HDF" aren't used as HDF5 file extensions. They need a '5'. Made some diagnostic-message terminology more consistent.
Configuration menu - View commit details
-
Copy full SHA for f74e578 - Browse repository at this point
Copy the full SHA f74e578View commit details -
Configuration menu - View commit details
-
Copy full SHA for f944930 - Browse repository at this point
Copy the full SHA f944930View commit details
Commits on Dec 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d111a40 - Browse repository at this point
Copy the full SHA d111a40View commit details
Commits on Dec 10, 2021
-
Basic HDF5 capability is complete.
Isn't very smart for output; just keeps everything as strings. That will be remedied at a later time. Was tested for functionality on entire set of GNDS v1.9 files. All converted. ...original total XML size: 2.9G ...new total HDF5 size: 21G So, a little over a factor of 7 larger. :-/ Miscellaneous other code changes were put in place during this work. Made a few diagnostic messages, and other minor constructs here and there, more consistent with one another. Added a convert() that proved to be needed for a certain disambiguation. This was noticed while working on some HDF5 input capabilities.
Configuration menu - View commit details
-
Copy full SHA for 41026c5 - Browse repository at this point
Copy the full SHA 41026c5View commit details
Commits on Dec 11, 2021
-
Name change: BodyText to BlockData.
The former was taken from GNDS, but the latter is much more descriptive.
Configuration menu - View commit details
-
Copy full SHA for 3e70eed - Browse repository at this point
Copy the full SHA 3e70eedView commit details
Commits on Dec 12, 2021
-
Remove allow-as-top-level-GNDS-node flag in Child class.
This is the first of a few simplifications I've been planning to do with the code base. Having `Child<>` objects contain a flag, indicating "is a node of this name allowable as a top-level GNDS node," originally seemed like a good idea. With our later decision to autogenerate GNDS Standard Interfaces from GNDS specs, having such a capability in the Core Interface really isn't necessary. The Core Interface can be safely generic, uncluttered with the capability of checking such a thing. Users will prefer our GNDS Standard Interfaces, which, having been generated from GNDS specifications, will be designed so that GNDS hierarchies will have the correct structure. Our Code Generator is also being used to design another (non-GNDS) library, and more such uses may follow. Checking if a root node has a valid *GNDS* name clearly wouldn't be wanted for other libraries. For this reason, we'd already switched off the check by default. At this point, however, we don't think that having even the ability to check such a thing, in the Core Interface, is worth the extra clutter that it creates in the code base.
Configuration menu - View commit details
-
Copy full SHA for 92e0019 - Browse repository at this point
Copy the full SHA 92e0019View commit details
Commits on Dec 13, 2021
-
Removed an old, deprecated "keyword builder" capability.
The removed material was for a very old capability that was intended to help users make Meta<> and Child<> objects. I hadn't given it much in the way of capabilities yet, but then it was all superseded by the ability to easily manipulate `Meta<>` and `Child<>` objects, e.g. with constructs such as `int{}/Meta<>(...)` to change the type associated with the `Meta<>` object. The old keyword builder stuff never got much use, didn't have much to offer, and simply isn't needed any longer -- better capabilities exist, and in fact have existed for a long time. I just hadn't gotten around to removing the old code. Removing it means a bit less code, one less executable to build in the test suite, and nothing really lost.
Configuration menu - View commit details
-
Copy full SHA for 3b77064 - Browse repository at this point
Copy the full SHA 3b77064View commit details
Commits on Dec 14, 2021
-
Reformulation of HDF5-related temporary file handling.
Gets rid of the annoying compiler warning about `tmpnam()`. The new formulation required a number of changes in the logic here and there.
Configuration menu - View commit details
-
Copy full SHA for b1fb7fc - Browse repository at this point
Copy the full SHA b1fb7fcView commit details
Commits on Dec 16, 2021
-
Cleaned-up and improved logic related to HDF5 handling.
Made certain HDF5-related operations more efficient.
Configuration menu - View commit details
-
Copy full SHA for f4c8620 - Browse repository at this point
Copy the full SHA f4c8620View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04df13e - Browse repository at this point
Copy the full SHA 04df13eView commit details
Commits on Dec 18, 2021
-
Terminology change re: body text.
A while back, I renamed class BodyText to class BlockData. It turns out that the "body [text]" terminology still appeared here and there. This PR basically completes the terminology change. I renamed relevant constructs, and removed "body" terminology at least in regards to block data.
Configuration menu - View commit details
-
Copy full SHA for 1debaa6 - Browse repository at this point
Copy the full SHA 1debaa6View commit details
Commits on Dec 22, 2021
-
This commit requires some explanation.
A class generated by our code generator currently looks something like this: ``` class Foo : public Component { // Some constructs to help with the Component base // ... struct { // Objects for metadata and child nodes } content; // ... // Getters for the objects in struct content // ... // Setters for the objects in struct content // ... // Constructors, etc. }; ``` For upcoming work, I'm considering a fundamental change to the above layout with respect to data, getters, and setters. The change would, I believe, make it easier to substantially enhance the capabilities offered by generated classes. The change - if it ultimately happens - involves, among other things, getting rid of `struct content`. In anticipation of this possible change, then, I went through the code base and tried to reduce the use of expressions like `obj.content.foo`, which assumes the existence of a data member `foo` in something called `content`. Even with the current structure of the generated classes, `obj.content.foo` can be replaced by `obj.foo()`, i.e. the getter than gets, well, `obj.content.foo`. With the possible future work, the getter (or something that replaces it) will do the moral equivalent to what it does now, but `struct content` won't be there. So, better to write `obj.foo()` where we previously wrote `obj.content.foo`. So, the purpose of the changes in this commit can be summarized as follows: (1) They don't change the meaning of the current code. (2) They help set the stage for the possible future more-substantial changes to the generated code, by reducing the reliance one `content.something` terminology all over the place. The changes, while mostly simple and easy to understand, triggered some SFINAE issues that were tricky to track down. New comments in BlockData's `detail.hpp` function explain it, if anyone cares. Also in this PR... General changes: - Some minor updates to SFINAE, on top of those discussed above. - Simplified a few things in the code generator. - Code generator updates reflect goal of using "content." less often. - Ditto for a relevant custom.hpp file. Also, consistent with the goals described above, I replaced the various uses of "content." in several test codes, by writing getters (where they weren't there already) and calling those instead.
Configuration menu - View commit details
-
Copy full SHA for 3d239dd - Browse repository at this point
Copy the full SHA 3d239ddView commit details
Commits on Dec 23, 2021
-
Identify "special" nodes by making their names, well, special.
This is a change I've wanted to do for a while. I think it's the right thing to do. See the largest change in ``primer.rst`` for a brief description of why I did this. The Core Interface's internal structure has always made use of a handful of special names, to identify certain nodes that aren't in GNDS proper, but which need to be used in order to store certain special content. Naturally, special content needs special handling. Example: what arrives through PugiXML as XML CDATA content *was* stored in GNDStk's internal structure under a child node called ``cdata``. In fact, it was in a ``text`` metadatum inside of a ``cdata`` node. Now, the node is called ``#cdata`` and the metadatum is called ``#text``. That is, each name is now prefixed with ``#``. Adding the ``#`` prefix is just a small change, but it's meant for a couple of important purposes. First, its presence allows someone who looks at GNDStk's code base to easily identify special nodes -- which, generally, need special handling, at least in regards to activities such as I/O. Second, it's always possible that a future GNDS standard (or, importantly, another format that someone might design with our code generator) might want to have a field called ``foo``, where foo is one of our handful of special names that trigger special handling. By renaming ours to ``#foo`` instead, no conflicts will arise. (And someone won't use the ``#`` themselves for the name of a field. It wouldn't work when the associated class or object is created in C++, which of course doesn't allow such a character in variable names.) I'd have liked to use ``$`` in place of ``#``, but realized right away that doing so would be problematic. Functions like ``Node.one()`` use regular-expression searches, and the ``$`` character has a special meaning in C++ regular expressions. Clearly, then, using ``$`` would lead to various problems. So, we chose what we believe is a reasonable alternative, and one that we think is as good as any other. Note that the changes in this PR, while relatively simple, were a bit more involved than just changing ``foo`` to ``#foo`` for every ``special`` name ``foo``. Where JSON is involved, for example, you'll see that the use of ``#`` sometimes necessitated changes in node order, given that the JSON library orders nodes lexicographically. Also, some strings for special node names, for example ``xml``, also have meaning for other things: ``xml`` was a special node name, but ``xml`` is also a string someone can use, in certain places, to say that they want XML format. So, some instances of the string ``xml`` are now ``#xml``, but others remain as ``xml``.
Configuration menu - View commit details
-
Copy full SHA for 2c606ea - Browse repository at this point
Copy the full SHA 2c606eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfacec9 - Browse repository at this point
Copy the full SHA cfacec9View commit details
Commits on Jan 8, 2022
-
Remove unused built-in Meta and Child objects.
For quite some time, GNDStk's Core Interface had a large number of `Meta` and `Child` objects in its `basic::` and `misc::` namespaces. This was set up prior to us making our current plan: to have GNDStk Standard Interfaces for GNDS 2.0, etc. Going forward, we anticipate that each Standard Interface will have all necessary `Meta` and `Child` objects built for it automatically, by our code generator, when our code generator generates the Standard Interface's classes. That means we need to keep only the current `Meta` and `Child` objects that happen to be used in existing test codes. Or, in a few instances, elsewhere in the Core Interface. Future work (not included right now) will consist of phasing out any remaining uses of these objects in Core Interface code. (Where that happens, we'll just make `Meta` or `Child` objects directly where they're needed.) Then, finally, we'll move any remaining `Meta` and `Child` objects - ones that are used in the test suite - into non-Core-Interface files that would be included only in test-suite code.
Configuration menu - View commit details
-
Copy full SHA for 502588b - Browse repository at this point
Copy the full SHA 502588bView commit details
Commits on Jan 19, 2022
-
Block data "truncate" feature.
I implemented a useful feature that was requested by a user. When using Component's prettyprinter, previously block data were *all* printed. For example, if a block of data had 1000 elements, then all 1000 elements were printed by the prettyprinter. Now, we provide a user-settable variable, `GNDStk::truncate`. A negative value for this variable means: print all block-data elements, just like we did before. The default is `-1`, so printing all elements is the default. If `GNDStk::truncate` is `0` or positive, it means: print at most that number of elements. Whenever fewer elements are printed than exist, a comment to that effect is emitted. The comments mentions how many values actually exist, as that information may be important to someone to know. I also updated BlockData's `write.test.cpp` so that it tests the new feature, and I made some miscellaneous cosmetic changes to that file as well. Finally (and this is related to Component's prettyprinting, so this PR seemed like a good place to do it), I removed the `GNDStk::across` alias to `GNDStk::columns`. I'd had it, previously, because there was a `columns` in another namespace, and I wanted to provide something that worked even in the face of multiple `using` directives. The other `columns` disappeared, however, in an earlier PR in which we got rid of most `Meta` and `Child` objects.
Configuration menu - View commit details
-
Copy full SHA for 78ffbbf - Browse repository at this point
Copy the full SHA 78ffbbfView commit details
Commits on Jan 20, 2022
-
Simple commit: limit lines to 80 characters in many places.
We're generally trying to limit source-code lines to 80 characters or less in length. This isn't an absolute requirement, but, in keeping with the idea, I reformatted longer lines here and there in the hpp and cpp files throughout the code base, where doing so made sense. Sometimes, such codes have string literals (as with `R"..."`) with lines of more than 80 characters. Those I left as-is; the lines in question are supposed to be precisely the way they are. Also, for now, I didn't reformat long lines in other types of files. That includes, for example, various `CMakeLists.txt` files throughout GNDStk. Building very slightly on an earlier PR, I also made a small change to the `GNDStk::columns` variable, so that it would be more consistent, in terms of usage, with the related `GNDStk::truncate` variable. This has nothing to do with 80+ character lines, but was a simple change, so I decided to include it here. As usual, I modified a few comments and made small cosmetic changes in a few places.
Configuration menu - View commit details
-
Copy full SHA for 88de64b - Browse repository at this point
Copy the full SHA 88de64bView commit details
Commits on Jan 24, 2022
-
Rework built-in Meta and Child objects as for-testing-only.
Earlier during the development of GNDStk, we examined existing GNDS files and accounted for all of the node and metadata names that were used throughout those files. We then made two sets (one generic, one "type-aware") of `Meta` and `Child` objects for those nodes and metadata. The generic ones were in a namespace called `basic`, the type-aware ones in a namespace called `misc`. Given our later decision to separate GNDStk's Core Interface from individual Standard Interfaces that we'll have for each GNDS version, we no longer see the need to clutter the Core Interface with the `basic` and `misc` namespaces and all of their many `Meta` and `Child` objects. However, our test suite used some of the material in those namespaces, so we couldn't just remove it. In an earlier PR, we removed *unused* `Meta` and `Child` objects. A modest number of them, however, remained. In this PR, we've completely reworked the relevant material so that it still exists in its present form namespace-wise, but is no longer in the Core Interface. Instead, we have a new file, `src/GNDStk/test/keys.hpp`, that's included in test codes that need any of those old `Meta` and `Child` objects. But that file is *not* part of the Core Interface. This substantially declutters the Core Interface. The new `src/GNDStk/test/keys.hpp` file could arguably be split up. Right now, for example, it has several namespaces within it, which isn't consistent with our typical style, elsewhere in GNDStk, regarding source-file content. We may, therefore, split up `keys.hpp` sometime. For now, however, the file is included only in test-suite files, so we're not going to worry about it. The main point right now was to move, to a "test" location, material that we don't see as belonging in the Core Interface any longer. As a consequence of the changes we've made, we no longer have `namespace core`. Previously, `namespace core` had simply brought in (via using) the `njoy::GNDStk` namespace itself, and `njoy::GNDStk::basic` as well. The latter (`basic`) no longer exists in the main GNDS namespace, as described earlier. So, there's no point in having an `njoy::GNDStk::core` that just brings in `njoy::GNDStk`. The changes allowed for `GNDStk.hpp` itself to be somewhat decluttered. We also Removed the *empty* top-level GNDStk test. If we're going to have something there at all, we can put it in at another time. For now, having an empty test code just slowed the test-suite compilation. By removing it, we'll get a small but nonzero speedup in compilation. Content that was previously in `basic.hpp`, `basic/src/`, `misc.hpp`, `misc/src`, `common.hpp`, and `common/src` was moved to the brand-new file `test/keys.hpp`, the new file mentioned above. Autogenerated codes were updated to reflect all of the above.
Configuration menu - View commit details
-
Copy full SHA for 87e22db - Browse repository at this point
Copy the full SHA 87e22dbView commit details
Commits on Feb 1, 2022
-
Reworked some of BlockData's behavior
Based on a user's experience with GNDStk, I reworked some of the details of how the `BlockData` class handles, in particular, the values of `length`, `start`, and `valueType`. Those values - `length`, `start`, and `valueType` - can appear in GNDS as metadata for elements that contain block data. Example: the `<values>` element. Our `BlockData` class is built so that it's able to handle all of those in a reasonable way. `BlockData` is a base of `Component`, which is always a base of some "high-level" class (as are produced by our code generator). A question arises about the need to "sync" `length`, `start`, and `valueType` in `BlockData` with whichever ones someone might choose to support (remember, the values aren't necessary) in a high-level class. Without going into details, we believe (sort of an editorial remark here) that having `length`, `start`, and `valueType` in GNDS introduces some goofiness, in terms of redundancies and such. If something is goofy, then its handling in any code is likely to be goofy as well. The changes we've made change from one plausible way of handling things, to another plausible way. The new scheme can't be characterized as perfect, and, given the nature of the values in question, no scheme is likely to be perfect. We believe, however, that our new scheme is less imperfect than what we had before, and it may (to be determined) fix the problem the user had. As a result of the changes, we were able to remove some SFINAE, and to clean up some code here and there. Relevant test codes were of course updated to reflect our changes.
Configuration menu - View commit details
-
Copy full SHA for 32d86b4 - Browse repository at this point
Copy the full SHA 32d86b4View commit details
Commits on Feb 8, 2022
-
Introduced a "type guesser", eventually for use by the HDF5 writer.
Cleaned up some slight inconsistencies here and there. I'll write a detailed description in a pull request.
Configuration menu - View commit details
-
Copy full SHA for 7fa7f15 - Browse repository at this point
Copy the full SHA 7fa7f15View commit details
Commits on Feb 10, 2022
-
Modified how the code generator makes Meta and Child keys
Also added `Component`-to-`Tree` (not just -to-`Node`) conversion.
Configuration menu - View commit details
-
Copy full SHA for 7c278e5 - Browse repository at this point
Copy the full SHA 7c278e5View commit details
Commits on Feb 14, 2022
-
JSON functionality respects original ordering.
GNDStk, as well as its code generator, uses an external library for its basic JSON I/O. A relatively recent improvement to that library was its `ordered_json` class, which preserves a file's existing ordering of key/value pairs, rather than reordering them lexicographically by key. In principle, the ordering of GNDS metadata and nodes isn't supposed to matter. In practice, we've always preferred the idea of maintaining the order in which values are given. If a user reads a file, makes a small modification, and then writes the file back out, then an across-the-board reordering of metadata and child nodes might seem disconcerting. Moreover, our code generator uses input JSON specification files to produce classes - including, importantly, constructors for those classes. Imagine that someone gives specs indicating, say, that a class `Element` contains two metadata: `symbol` ("H", "He", "Li", etc.) and `atomicNumber` (1, 2, 3, etc.), in that order. Prior to this PR, the underlying JSON library's lexicographic reordering of key/value pairs meant that the code generator would give `Element` a constructor that accepted `(atomicNumber,symbol)`, not `(symbol,atomicNumber)` as a person might expect if they gave `symbol` first, and `atomicNumber` second, in the spec passed to the code generator. Now, in both the GNDStk library and the code generator, order is maintained. (Note that for the code generator, generated constructors still take metadata before child nodes. Within metadata and within child nodes, no reordering will take place now. However, there still isn't a way to intermix metadata and child nodes. We may or may not allow that at some point.) Important note: because a later version of the underlying JSON library must be used, a user may need to entirely rebuild GNDStk in order for this update to work. With the typical CMake-style workflow, this probably means removing a `build/` directory entirely, then `cd build`, `cmake ..` etc., from there. Test codes were of course updated to reflect the changes.
Configuration menu - View commit details
-
Copy full SHA for 28ec4e4 - Browse repository at this point
Copy the full SHA 28ec4e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for df78378 - Browse repository at this point
Copy the full SHA df78378View commit details
Commits on Feb 16, 2022
-
Various improvements in the HDF5 writing capability.
Attempt to determine the underlying type of something that's represented as a `string`; for example, a `metadatum="1.23"` is probably a `double`. Allow for certain patterns that are stored internally for "special" nodes, such as those for plain character data, to be "flattened", that is, stored in a simpler, less hierarchical manner in an HDF5 file. Important: at the moment, HDF5 *writing* is improved, but HDF5 *reading* has not at this time kept pace. At the moment, we can't necessarily read back an HDF5 file that was read, and recover information properly. I'll hold off on putting in a pull request until that part is done as well. Even the new improvements to HDF5 writing aren't quite to where I want them to be. There's more work to come. This commit also includes a small amount of work that really has nothing to do with our HDF5 capabilities. I just happened to visit the affected code while working on the new material. For example, I put in another `convert()`, and also made sure it was tested.
Configuration menu - View commit details
-
Copy full SHA for eb6e568 - Browse repository at this point
Copy the full SHA eb6e568View commit details -
A few further improvements to the HDF5 writing capability.
Split the (very long) convert detail.hpp function into several parts.
Configuration menu - View commit details
-
Copy full SHA for 5fbc414 - Browse repository at this point
Copy the full SHA 5fbc414View commit details
Commits on Feb 23, 2022
-
Did some non-const-to-const forwarding differently, such that code bulk was reduced. Split getter() functions in Component's detail.hpp into their own file, as detail.hpp was getting a bit too long and cluttered. Prepared the way for adding some new capabilities that will use the new Lookup class. More work to come....
Configuration menu - View commit details
-
Copy full SHA for e069a0f - Browse repository at this point
Copy the full SHA e069a0fView commit details -
Made getter-related index and label consistent with one another, with…
… respect to references. Function has<Lookup<false>> creates has<Lookup<true>>; will be used for queries. Tweaks to type names, parameter names, and some formatting. Added some traits classes; will use them soon.
Configuration menu - View commit details
-
Copy full SHA for ad03b39 - Browse repository at this point
Copy the full SHA ad03b39View commit details
Commits on Feb 25, 2022
-
Tons of work on the upcoming major "Lookup" capability.
Necessary modifications to class Lookup. Updated the code generator. Tedious and sometimes difficult Component::getter() modifications to make it all work smoothly. Return types had to be more general, and some new SFINAE was in order. Ditto, even more so, for the detail::getter() functions. Lots of new SFINAE, function templates, and other constructs. The goal is ultimately to support some nifty new capabilities in Component-derived classes, in particular those that are generated with the code generator. Some separate (from GNDStk proper) work I have seems to indicate that the new constructs work as intended, but lots of tests, *in* GNDStk, should be written. Also, I'll need to run the code generator to regenerate our GNDS Standard Interface prototype. This isn't included quite yet, in this commit, because I'll want more time to review and validate what it generates.
Configuration menu - View commit details
-
Copy full SHA for 086d41f - Browse repository at this point
Copy the full SHA 086d41fView commit details
Commits on Feb 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4f0ae58 - Browse repository at this point
Copy the full SHA 4f0ae58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83b6a27 - Browse repository at this point
Copy the full SHA 83b6a27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1219770 - Browse repository at this point
Copy the full SHA 1219770View commit details
Commits on Mar 1, 2022
-
Python modifications apparently necessitated by introduction of membe…
…r function *templates*.
Configuration menu - View commit details
-
Copy full SHA for 4b8710a - Browse repository at this point
Copy the full SHA 4b8710aView commit details -
Updated the code generator's generation of python-binding code, so th…
…at it deals with the presence of member function templates (not just member function non-templates) in the generated C++ classes.
Configuration menu - View commit details
-
Copy full SHA for dec016f - Browse repository at this point
Copy the full SHA dec016fView commit details
Commits on Mar 9, 2022
-
Further improvements to HDF5 I/O.
Both Node-to-HDF5 and5 HDF-to-Node (write, and read) now have the ability to deal with original string-form content (as from an original XML file, in GNDStk's Node), and "type-ified" versions thereof. For example, `"1.2 3.4"` is a string, but for HDF5 we can write it as two doubles. Also, importantly, content related to "special" nodes, in particular what we'd see in XML as CDATA, comments, and PCDATA, are now handled in a full, and I believe proper, manner. For both input and output of HDF5. At some point I'll have to document all the HDF5 capabilities. For now, for anyone who wants to play around with HDF5, I recommend trying different combinations of the HDF5::reduced and HDF5::typed boolean flags; and then using perhaps the `h5dump` tool, or any other good HDF5 tool, for seeing what GNDStk's HDF5 capabilities can produce. Also: I filled out the main HDF5 test code with tons of new tests. This was definitely needed at this point. Also... Changed some HDF5-related function names that are in the detail:: namespace. The earlier names had tried to use capitalization (e.g. HDF5 instead of hdf5) in a manner that was consistent with the non-detail:: API names. For detail stuff, however, certain capitalization and long names felt heavy and painful to the eyes. Added a couple of tests for constructs that, it turned out, had not been interpreted correctly by the "type guesser" algorithm that the generic Node-to-HDF5 conversion uses. Did a few things that were unrelated to the main work (HDF5) here, but I was thinking about them... Tweaked a couple of autogen files, per some remarks about earlier pull requests. Figured out how to provide certain *constexpr* `has()` functions for classes derived from `Component`. We anticipate that these may eventually prove to be quite useful. Importantly, these are fully in `class Component` itself. Nothing had to be added to the generated classes. Things like this is why `Component` is awesome.
Configuration menu - View commit details
-
Copy full SHA for 6402771 - Browse repository at this point
Copy the full SHA 6402771View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf22b7e - Browse repository at this point
Copy the full SHA bf22b7eView commit details
Commits on Mar 10, 2022
-
Some name changes I thought were warranted.
FileType::null to FileType::guess FileType::text to FileType::debug
Configuration menu - View commit details
-
Copy full SHA for f738de5 - Browse repository at this point
Copy the full SHA f738de5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 497948e - Browse repository at this point
Copy the full SHA 497948eView commit details
Commits on Mar 14, 2022
-
Changed details regarding Node and Tree names.
This is a prerequisite for some upcoming work.
Configuration menu - View commit details
-
Copy full SHA for d60a805 - Browse repository at this point
Copy the full SHA d60a805View commit details -
Slight simplification in class HDF5.
Could replace fileName with filePtr->getName(). Basically, the former was redundant.
Configuration menu - View commit details
-
Copy full SHA for 51287db - Browse repository at this point
Copy the full SHA 51287dbView commit details
Commits on Mar 15, 2022
-
Consolidated some Tree stuff into Node.
Possible in part because of some other recent work.
Configuration menu - View commit details
-
Copy full SHA for 4725966 - Browse repository at this point
Copy the full SHA 4725966View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4543598 - Browse repository at this point
Copy the full SHA 4543598View commit details
Commits on Mar 17, 2022
-
Filled in some additional I/O related content.
For example, >> and << (relative to streams and to strings) for Component. Slightly changed some names and parameters here and there, to make things more consistent.
Configuration menu - View commit details
-
Copy full SHA for 4ff05d6 - Browse repository at this point
Copy the full SHA 4ff05d6View commit details
Commits on Mar 19, 2022
-
Circumvented pugixml's spurious newline printing.
That's really the right thing to do (until/unless they fix it). XML, JSON, etc. are now more consistent - no spurious newline in XML. Updated test codes accordingly. Fixed some fixmes. General detail work, with the aim of tightening up the code. Tweaked some comments. More Node/Tree consolidation. We use Node in most places, Tree only when necessary. Removed some "inline"s when the function was a template anyway. Inline doesn't really mean "inline it" these days (compilers are good at making that decision), and it isn't necessary for header-only if the function is a template.
Configuration menu - View commit details
-
Copy full SHA for 6c9b128 - Browse repository at this point
Copy the full SHA 6c9b128View commit details
Commits on Mar 21, 2022
-
Fixed some fixmes. Part of ongoing cleanup / code tightening.
Rearranged some code. Tweaked some terminology.
Configuration menu - View commit details
-
Copy full SHA for 5bd5378 - Browse repository at this point
Copy the full SHA 5bd5378View commit details -
In the generated classes, and the code that works with them, struct content is now struct Content. That is, we just capitalized Content. This simple change is consistent with NJOY classes generally having capitalized names. More importantly, perhaps, I'm trying to make the code generator allow for as much flexibility as reasonably possible, given that users might be designing their own data format. (Not just using the code generator to build GNDS version-specific data structures.) If someone actually writes a code-generator input spec that has a node called "content", it'll work now. :-) Not that we really expect that someone would call anything "content", but it *would* be a completely reasonable node name. By using upper-case terms for what we generate automatically - aside from terminology in someone's spec - people can use lower-case words in their specs and be confident that no conflict will arise. That's the main thinking behind this simple name change.
Configuration menu - View commit details
-
Copy full SHA for 57ee74f - Browse repository at this point
Copy the full SHA 57ee74fView commit details
Commits on Mar 24, 2022
-
Some fixes; and consolidated some code.
Made miscellaneous small improvements in comments, names, etc. BlockData now has implicit conversion to vector, when warranted. It can be used where .get() was previously required. Fixed the performance issue when default-constructing certain generated classes under certain circumstances. Fixed some outdated (so, wrong) comments and strings in a couple of the test codes.
Configuration menu - View commit details
-
Copy full SHA for b693f66 - Browse repository at this point
Copy the full SHA b693f66View commit details
Commits on Mar 29, 2022
-
Did some default initialization differently.
That fixed a problem with certain initializations being very time-consuming. Properly split out and clarified "write" versus "print". Removed some old debug messages. Changed some terminology. Trimmed some unused stuff from the KeyTuple (formerly KeywordTup) class.
Configuration menu - View commit details
-
Copy full SHA for a3fd1a5 - Browse repository at this point
Copy the full SHA a3fd1a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90942cc - Browse repository at this point
Copy the full SHA 90942ccView commit details
Commits on Mar 31, 2022
-
Lots of miscellaneous changes.
I'll write much more in an upcoming pull request.
Configuration menu - View commit details
-
Copy full SHA for 5e5141a - Browse repository at this point
Copy the full SHA 5e5141aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cf8d87 - Browse repository at this point
Copy the full SHA 1cf8d87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56ea4c0 - Browse repository at this point
Copy the full SHA 56ea4c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cc0cb3 - Browse repository at this point
Copy the full SHA 8cc0cb3View commit details
Commits on Apr 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e29e55a - Browse repository at this point
Copy the full SHA e29e55aView commit details
Commits on Apr 29, 2022
-
Enhanced JSON capabilities. Work-in-progress.
An earlier branch introduced the ability to write HDF5 files in different ways, according to two boolean flags: *reduced* and *typed*. This branch enhances our JSON capabilities in the same manner, reflecting, with JSON, an analog of the options we have for HDF5. The above was done in respect to GNDStk's general philosophy of making its support of different file types as consistent with one another as reasonably possible. Similarly to HDF5, the JSON class now has two static booleans: "reduced" and "typed". The "reduced" flag tells the JSON writer whether or not to reduce -- basically, to fold into a shorter and simpler representation -- certain special constructs that GNDStk's Node uses internally in order to handle what are called cdata, pcdata, and comment nodes in XML. Basically, if reduced == true, then we make this simplification, which shortens the JSON output. If reduced == false, then the JSON will closely reflect what Node uses internally. The "typed" flag tells the JSON writer whether or not it should use our type-guessing code to guess whether "strings" in certain contexts (in particular, metadata values and pcdata) actually contain what look like numbers. Examples: "12" looks like an int, "321 476" looks like a vector of ints, "3.14" looks like a double, and "3.14 2.72 1.41" looks like a vector of doubles. If typed == false, we use the original strings, with no type guessing. If typed == true, we apply the type guesser, and, where appropriate, get JSON numbers in place of strings in the JSON output. This is a work in progress, with a couple of things that still need doing... Still to do: modify the JSON *reading* code so that it recognizes the various different ways that the JSON *writing* code writes things, and can reliably reverse the writing process and recover a GNDStk Node. Also still to do: at present, the nlohmann JSON library, which we use under the hood, doesn't provide a way to write JSON numbers (unquoted, as opposed to quoted JSON strings) beginning from an existing string representation that we might provide for the number. Consider this discussion that I started: nlohmann/json#3460 This is relevant to us because GNDStk provides very fine control over exactly how numbers, in particular floating-point numbers, are formatted, in terms of the number of significant digits, fixed vs. scientific form, etc. At the time of this writing, if we use typed == true, so that certain strings that look like numbers are written as numbers, the numbers will, unfortunately, be formatted by the JSON library itself. We'd like to have the capability of writing an original string (one that we've already determined looks like a number!) - but writing it as a JSON number (so, without quotes) rather than a JSON string. In this commit, we also Modified an old Tree/ test that depended on the previous default (but still available, via appropriate flags, even though no longer the default) JSON writing behavior. And, we changed a variable name in json2class.cpp. We refactored detail-node2hdf5.hpp (for HDF5) considerably, and then reflected this in the modified detail-node2json.hpp (for JSON) that we're primarily working on. And, we've enhanced the JSON test code so that it tries out the new flags. This is a work in progress as well. In order to finish it, we need to finish the ability to read JSON files that were written not just in our original manner, but with any variations of the above-described flags.
Configuration menu - View commit details
-
Copy full SHA for ab78ffd - Browse repository at this point
Copy the full SHA ab78ffdView commit details
Commits on May 12, 2022
-
Uploading some unfinished JSON-related work-in-progress.
Also some small tweaks and comment changes here and there.
Configuration menu - View commit details
-
Copy full SHA for 50c42c6 - Browse repository at this point
Copy the full SHA 50c42c6View commit details
Commits on May 17, 2022
-
Added some vetter JSON files, to be used in the test suite.
Small improvements.
Configuration menu - View commit details
-
Copy full SHA for c36ceff - Browse repository at this point
Copy the full SHA c36ceffView commit details -
Merge branch 'feature/better-json' of https://github.com/njoy/GNDStk …
…into feature/better-json
Configuration menu - View commit details
-
Copy full SHA for b6f942d - Browse repository at this point
Copy the full SHA b6f942dView commit details
Commits on May 23, 2022
-
More work on some JSON-related code.
Some tweaks to HDF5-related code. Extended and improved some comments, to clarify things.
Configuration menu - View commit details
-
Copy full SHA for faf2e67 - Browse repository at this point
Copy the full SHA faf2e67View commit details
Commits on May 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 86d5527 - Browse repository at this point
Copy the full SHA 86d5527View commit details
Commits on May 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0f346b7 - Browse repository at this point
Copy the full SHA 0f346b7View commit details
Commits on May 31, 2022
-
More updates to the work on JSON improvements.
Additional tests for those, too.
Configuration menu - View commit details
-
Copy full SHA for 3ee65d7 - Browse repository at this point
Copy the full SHA 3ee65d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91da1bf - Browse repository at this point
Copy the full SHA 91da1bfView commit details
Commits on Jun 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7669c83 - Browse repository at this point
Copy the full SHA 7669c83View commit details -
Put most instances of certain reappearing strings into constants.
There are still some instances of the strings in question, typically appearing amongst other text inside of string literals. At some point I'll look into fixing up those cases too, but that's not a priority right now.
Configuration menu - View commit details
-
Copy full SHA for 5caca0f - Browse repository at this point
Copy the full SHA 5caca0fView commit details
Commits on Jun 3, 2022
-
Small but worthwhile improvements in the HDF5 files GNDStk creates.
Updated the HDF5 test suite to ensure that we test the modifications.
Configuration menu - View commit details
-
Copy full SHA for 7f84bbd - Browse repository at this point
Copy the full SHA 7f84bbdView commit details
Commits on Jun 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5e932dc - Browse repository at this point
Copy the full SHA 5e932dcView commit details
Commits on Jun 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 93acc2d - Browse repository at this point
Copy the full SHA 93acc2dView commit details
Commits on Jun 13, 2022
-
Direct modifications of certain generated files.
We'll update the code generator later, and ensure that it does the right thing. More feature-packed classes Field and FieldPart.
Configuration menu - View commit details
-
Copy full SHA for c11ea62 - Browse repository at this point
Copy the full SHA c11ea62View commit details -
Two Node constructors made to be non-converting.
I'm not sure why I made them be converting constructors to begin with. Whatever the reason, it seems (according to the test suite!) that they don't need to be converting constructors. And, I don't think that they should be. Indeed, some new code modifications uncovered this issue, as converting constructors for Node triggered certain ambiguities.
Configuration menu - View commit details
-
Copy full SHA for 707d0de - Browse repository at this point
Copy the full SHA 707d0deView commit details -
Code generator itself still needs updating.
Configuration menu - View commit details
-
Copy full SHA for 621995a - Browse repository at this point
Copy the full SHA 621995aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed83af4 - Browse repository at this point
Copy the full SHA ed83af4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 673c516 - Browse repository at this point
Copy the full SHA 673c516View commit details
Commits on Jun 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9111a5e - Browse repository at this point
Copy the full SHA 9111a5eView commit details
Commits on Jun 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fa7234a - Browse repository at this point
Copy the full SHA fa7234aView commit details -
Small change, allowing for a reasonable diagnostic message if a certa…
…in name isn't known. This was important for the new generated-class Field system to work well, without carrying along a std::string (expensive!) in each class field. On the other hand, such a thing wouldn't necessarily be a memory hog in a well-designed library that mostly contained vectors and such - not a huge number of individual scalar fields.
Configuration menu - View commit details
-
Copy full SHA for 9452053 - Browse repository at this point
Copy the full SHA 9452053View commit details
Commits on Jun 16, 2022
-
Improved some SFINAE. Added more comments, and did a bit of rearrangement.
Configuration menu - View commit details
-
Copy full SHA for 6cd2ba7 - Browse repository at this point
Copy the full SHA 6cd2ba7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c783f0 - Browse repository at this point
Copy the full SHA 9c783f0View commit details -
Major update to code generator.
It now generates classes that use the new system.
Configuration menu - View commit details
-
Copy full SHA for f96a289 - Browse repository at this point
Copy the full SHA f96a289View commit details -
Configuration menu - View commit details
-
Copy full SHA for a09ecfa - Browse repository at this point
Copy the full SHA a09ecfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 057485b - Browse repository at this point
Copy the full SHA 057485bView commit details
Commits on Jun 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9c9bcfb - Browse repository at this point
Copy the full SHA 9c9bcfbView commit details
Commits on Jun 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d93a560 - Browse repository at this point
Copy the full SHA d93a560View commit details -
Merge branch 'feature/component-field' of github.com:njoy/GNDStk into…
… feature/component-field
Configuration menu - View commit details
-
Copy full SHA for 3243a9f - Browse repository at this point
Copy the full SHA 3243a9fView commit details
Commits on Jun 27, 2022
-
Tweak to circumvent non-GNDStk error.
A variable CHAR_WIDTH appears in the HighFive HDF5 library, but CHAR_WIDTH is #defined in <limits>. The obvious consequental problem is fixed by our change.
Configuration menu - View commit details
-
Copy full SHA for 2b71a2a - Browse repository at this point
Copy the full SHA 2b71a2aView commit details
Commits on Jun 28, 2022
-
More work on Field and FieldPart classes.
Updated test code. Still a work-in-progress.
Configuration menu - View commit details
-
Copy full SHA for cc1b7cc - Browse repository at this point
Copy the full SHA cc1b7ccView commit details -
Merge branch 'feature/component-field' of github.com:njoy/GNDStk into…
… feature/component-field
Configuration menu - View commit details
-
Copy full SHA for 3507f3c - Browse repository at this point
Copy the full SHA 3507f3cView commit details
Commits on Jun 29, 2022
-
Lots more work on the Field and FieldPart classes.
Added new material to a couple of test codes.
Configuration menu - View commit details
-
Copy full SHA for 8068978 - Browse repository at this point
Copy the full SHA 8068978View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b39010 - Browse repository at this point
Copy the full SHA 8b39010View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43af24e - Browse repository at this point
Copy the full SHA 43af24eView commit details
Commits on Jun 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 16fc7b7 - Browse repository at this point
Copy the full SHA 16fc7b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a951980 - Browse repository at this point
Copy the full SHA a951980View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e04868 - Browse repository at this point
Copy the full SHA 4e04868View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b20355 - Browse repository at this point
Copy the full SHA 6b20355View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4755fd3 - Browse repository at this point
Copy the full SHA 4755fd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15c0d7a - Browse repository at this point
Copy the full SHA 15c0d7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2172b83 - Browse repository at this point
Copy the full SHA 2172b83View commit details -
Configuration menu - View commit details
-
Copy full SHA for d24ceb8 - Browse repository at this point
Copy the full SHA d24ceb8View commit details -
Added add() and replace() functions.
These forward to operator() variations, but users may like the more-natural names. Made some small cosmetic changes as well.
Configuration menu - View commit details
-
Copy full SHA for 4b2e68e - Browse repository at this point
Copy the full SHA 4b2e68eView commit details -
Merge remote-tracking branch 'origin/feature/better-hdf5' into featur…
…e/component-field
Configuration menu - View commit details
-
Copy full SHA for 33ecd8b - Browse repository at this point
Copy the full SHA 33ecd8bView commit details
Commits on Jul 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 536ab5d - Browse repository at this point
Copy the full SHA 536ab5dView commit details
Commits on Jul 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 66ae7ed - Browse repository at this point
Copy the full SHA 66ae7edView commit details
Commits on Jul 12, 2022
-
Substantial new capability: class Component forwarding to fields.
Component "forwards" to derived-class fields, where doing so is viable and unambiguous. This allows certain things to be shortened, when using generated classes. Moved some things around in Component's field.hpp. More clarity. Added some assignment operators there as well. Small change: some cases of "class" to "struct". Change: generated-class ctors from Node are now explicit. I think they really should be, because a Node is very general and could easily contain content (name, metadata, or child nodes) that make it fail at run-time when converting to an object of some particular generated class.
Configuration menu - View commit details
-
Copy full SHA for 8df219a - Browse repository at this point
Copy the full SHA 8df219aView commit details
Commits on Jul 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a3d4b8a - Browse repository at this point
Copy the full SHA a3d4b8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a996ae3 - Browse repository at this point
Copy the full SHA a996ae3View commit details
Commits on Jul 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3e69dd9 - Browse repository at this point
Copy the full SHA 3e69dd9View commit details
Commits on Jul 28, 2022
-
Fixed an HDF5 file reading glitch that a user noticed.
Simplified some diagnostics.
Configuration menu - View commit details
-
Copy full SHA for 8124176 - Browse repository at this point
Copy the full SHA 8124176View commit details
Commits on Aug 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4dae392 - Browse repository at this point
Copy the full SHA 4dae392View commit details -
Merge branch 'feature/c-interface' of github.com:njoy/GNDStk into fea…
…ture/c-interface
Configuration menu - View commit details
-
Copy full SHA for 878c3e2 - Browse repository at this point
Copy the full SHA 878c3e2View commit details
Commits on Aug 7, 2022
-
Small but complete example for the code generator.
Handwritten (for now) C-language interface for some of the classes. For our purposes here, simple compilation scripts and examples.
Configuration menu - View commit details
-
Copy full SHA for 2ae8b5c - Browse repository at this point
Copy the full SHA 2ae8b5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29c9ddf - Browse repository at this point
Copy the full SHA 29c9ddfView commit details
Commits on Aug 11, 2022
-
Beginning updates to the code generator, for the C interface.
Work in progress.
Configuration menu - View commit details
-
Copy full SHA for a2f7320 - Browse repository at this point
Copy the full SHA a2f7320View commit details
Commits on Aug 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 09d97be - Browse repository at this point
Copy the full SHA 09d97beView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9c4e71 - Browse repository at this point
Copy the full SHA d9c4e71View commit details -
More autogenerated C interface work.
Very tedious, but coming along.
Configuration menu - View commit details
-
Copy full SHA for ed74a69 - Browse repository at this point
Copy the full SHA ed74a69View commit details
Commits on Aug 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 398c5f5 - Browse repository at this point
Copy the full SHA 398c5f5View commit details
Commits on Aug 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ae062f5 - Browse repository at this point
Copy the full SHA ae062f5View commit details
Commits on Aug 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e0d97ad - Browse repository at this point
Copy the full SHA e0d97adView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7577ca - Browse repository at this point
Copy the full SHA e7577caView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab46a7c - Browse repository at this point
Copy the full SHA ab46a7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 219683b - Browse repository at this point
Copy the full SHA 219683bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6b6917 - Browse repository at this point
Copy the full SHA d6b6917View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84c78bf - Browse repository at this point
Copy the full SHA 84c78bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c34c5c - Browse repository at this point
Copy the full SHA 5c34c5cView commit details
Commits on Aug 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 90edf67 - Browse repository at this point
Copy the full SHA 90edf67View commit details
Commits on Aug 18, 2022
-
Account for a goofy C (not C++) constness wrinkle.
Small name changes.
Configuration menu - View commit details
-
Copy full SHA for 63cccad - Browse repository at this point
Copy the full SHA 63cccadView commit details
Commits on Aug 19, 2022
-
C interface: made Has() work for all fields, optional or not.
Basically, that was for consistency. Did a bit of reformatting in json2class.cpp.
Configuration menu - View commit details
-
Copy full SHA for d90cdb7 - Browse repository at this point
Copy the full SHA d90cdb7View commit details
Commits on Aug 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 21d0151 - Browse repository at this point
Copy the full SHA 21d0151View commit details -
Small but important change in the code generator.
nameClass() doesn't use any "name" override in a key's value, but always uses the key itself.
Configuration menu - View commit details
-
Copy full SHA for 0bea9e3 - Browse repository at this point
Copy the full SHA 0bea9e3View commit details -
Reorganized files that relate to our "prototype" GNDS 1.9.
In preparation for putting together a GNDS 2.0 interface, I wanted to improve the way in which current content was organized. We had "prototype" GNDS 1.9 input specs in the autogen directory. However, calling it even a "prototype" was a bit much, because it had so little of the actual, full GNDS 1.9 specification. More accurately, it was simply an example of using the code generator. It wasn't even close to being GNDS 1.9. The code generator's inputs for this "prototype" were placing "v1.9" content into GNDStk/python/src and GNDStk/src/v1.9. That is, the content was going into the GNDStk repo's root directory. Given that this thing isn't really GNDS 1.9 by any stretch of the imagination, that output never really belonged in the root directory. Rather, it belonged in the autogen directory, under prototype. So, I moved the appropriate content to where I believe it belongs. Note that the general core-interface material (source and tests) remains in GNDStk/python. Only the not-really-"v1.9" files were moved. Various CMake-related files as well as C++ files were updated to reflect the move. How, precisely, we'll arrange GNDS 2.0 and GNDS [future-version] material is to be determined. @whaeck's dev/gnds-2.0 has them in GNDStk/standards, which I think is a good place. For the code that we'll generator for GNDS 2.0, etc., I'd say that we should remain in that directory structure, rather that going upwards to the main GNDStk/ directory as we originally did with the prototype.
Configuration menu - View commit details
-
Copy full SHA for a2047bc - Browse repository at this point
Copy the full SHA a2047bcView commit details -
Updated summary_abstract with a couple of changes, per today's summar…
…y_abstract on NEA Gitlab.
Configuration menu - View commit details
-
Copy full SHA for da9ad92 - Browse repository at this point
Copy the full SHA da9ad92View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4d60c3 - Browse repository at this point
Copy the full SHA d4d60c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2419dd5 - Browse repository at this point
Copy the full SHA 2419dd5View commit details -
Merge remote-tracking branch 'origin/dev/gnds-2.0' into feature/proto…
…type-rearrangement
Configuration menu - View commit details
-
Copy full SHA for 433eeb8 - Browse repository at this point
Copy the full SHA 433eeb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for af2dbcd - Browse repository at this point
Copy the full SHA af2dbcdView commit details
Commits on Aug 23, 2022
-
Gradually working through the .json spec files.
Accounting for both Wim's changes and the current (2022-aug-23) master branch at git.oecd-nea.org I'm putting back in the nodes that create "circularity" issues, so that I can identify precisely where it happens, and fix it properly. This is all currently a work in progress!
Configuration menu - View commit details
-
Copy full SHA for 51f38d2 - Browse repository at this point
Copy the full SHA 51f38d2View commit details
Commits on Aug 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b87942a - Browse repository at this point
Copy the full SHA b87942aView commit details -
A couple of json2class asserts replaces with informative diagnostics.
Small coloring change in utility. Added some files to to-process list in gnds-2.0 json spec.
Configuration menu - View commit details
-
Copy full SHA for 25cb828 - Browse repository at this point
Copy the full SHA 25cb828View commit details -
Not really important, but noticed it while working with v2.0.
Configuration menu - View commit details
-
Copy full SHA for 44794d3 - Browse repository at this point
Copy the full SHA 44794d3View commit details -
Changed four instances of "required" from true to false.
In each case, the metadatum in question had a default. When a metadatum has a default, that implies that it shouldn't be required. If, in contrast, it turns out that we want to require any of the metadata in question, then we should remove their defaults.
Configuration menu - View commit details
-
Copy full SHA for 67a84c6 - Browse repository at this point
Copy the full SHA 67a84c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e49dc9e - Browse repository at this point
Copy the full SHA e49dc9eView commit details -
Changed two instances of "required" from true to false.
Same reasoning as a few minutes ago, with summary_tsl.json.
Configuration menu - View commit details
-
Copy full SHA for 3b31f99 - Browse repository at this point
Copy the full SHA 3b31f99View commit details -
Configuration menu - View commit details
-
Copy full SHA for f635f38 - Browse repository at this point
Copy the full SHA f635f38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55616f9 - Browse repository at this point
Copy the full SHA 55616f9View commit details -
Fixed typo (complies ==> compiles) in various places.
This typo was in the original source material we worked from. See: https://git.oecd-nea.org/science/wpec/gnds/formats/-/issues/113
Configuration menu - View commit details
-
Copy full SHA for 23cfef5 - Browse repository at this point
Copy the full SHA 23cfef5View commit details
Commits on Aug 29, 2022
-
Added a whole bunch of "trying it out" GNDS 2.0 files.
These will be temporary, at least in this (try/ directory) location. But I want to have these, now, in order to help ensure that upcoming code and spec changes have the effects -- and only the effects -- that I want them to have. In the code generator, I replaced an assert with a meaningful error message, regarding times/occurrence. More work on the code generator will be forthcoming. (And hence one reason for putting in the slew of new files as described above.)
Configuration menu - View commit details
-
Copy full SHA for 254b3b2 - Browse repository at this point
Copy the full SHA 254b3b2View commit details
Commits on Aug 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b52cda0 - Browse repository at this point
Copy the full SHA b52cda0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b580a9e - Browse repository at this point
Copy the full SHA b580a9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2447ed - Browse repository at this point
Copy the full SHA f2447edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f91b56 - Browse repository at this point
Copy the full SHA 0f91b56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72c8646 - Browse repository at this point
Copy the full SHA 72c8646View commit details
Commits on Aug 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 38a1d26 - Browse repository at this point
Copy the full SHA 38a1d26View commit details -
Update summary_common.json, per oecd-nea master.
Abstract node physicalQuantity contents placed directly into certain nodes. The code generator doesn't do this automatically yet. Added back certain nodes like "uncertainty". Work in progress. We plan to fix the circular-definitions issue.
Configuration menu - View commit details
-
Copy full SHA for 781b492 - Browse repository at this point
Copy the full SHA 781b492View commit details -
Update summary_transport.json, per oecd-nea master.
Abstract node contents added where necessary.
Configuration menu - View commit details
-
Copy full SHA for 06b752b - Browse repository at this point
Copy the full SHA 06b752bView commit details -
Update summary_styles.json, per oecd-nea master.
Abstract node contents added where necessary. Child nodes e.g. documentation and uncertainty added.
Configuration menu - View commit details
-
Copy full SHA for 4ddd08d - Browse repository at this point
Copy the full SHA 4ddd08dView commit details -
Updating a couple more JSON files, per the latest on oecd-nea.
Abstract node contents added where necessary. Documentation and uncertainty nodes added where necessary.
Configuration menu - View commit details
-
Copy full SHA for 997845b - Browse repository at this point
Copy the full SHA 997845bView commit details -
Updated summary_pops.json based on the latest main branch on oecd-nea.
Added abstractNode base attributes where needed. Added documentation and uncertainty nodes, per the latest standard. Added another "default" mapping in the changes.json file.
Configuration menu - View commit details
-
Copy full SHA for b5ecb0a - Browse repository at this point
Copy the full SHA b5ecb0aView commit details
Commits on Sep 3, 2022
-
Added a minimal "mass" node to summary_tsl.json.
And, to use it, stipulated the "tsl" namespace for mass in scatteringAtom. The above is meant as a fix, for now, of one of several ambiguities that the code generator reports during GNDS 2.0 code generation. scatteringAtom in summary_tsl.json gives mass as a child node. However, prior to the above change, there was no "mass" in tsl (the present namespace), but a "mass" in each of summary_common.json and summary_pops.json. There was no mechanism for the code generator to figure out which one was intended! So, I examined the tsl-*.xml files I have from GNDS 1.9, and observed that all <mass> nodes looked something like this: <mass value="90.436" unit="amu"/> Judging from that, I placed a serviceable such "mass" class into "tsl". The above fix is intended to be temporary, until the GNDS 2.0 spec clarifies precisely what "mass" in "scatteringAtom" should allow.
Configuration menu - View commit details
-
Copy full SHA for f032706 - Browse repository at this point
Copy the full SHA f032706View commit details -
Got transport::NBodyPhaseSpace working by stipulating namespace "tsl"…
… for its "mass" child node. Judging from GNDS 1.9 files I have, <mass> nodes inside <NBodyPhaseSpace> nodes always have attributes value and unit, and nothing else. The "mass" I added earlier in namespace tsl:: fits the bill. We'll therefore implement this minimal fix for now, until the GNDS 2.0 specs clarify the matter.
Configuration menu - View commit details
-
Copy full SHA for cde5f1c - Browse repository at this point
Copy the full SHA cde5f1cView commit details
Commits on Sep 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 767f64c - Browse repository at this point
Copy the full SHA 767f64cView commit details -
Disambiguated "uncertainty" in transport and fpy.
Based on the content I'm seeing in GNDS files, the "uncertainty" child node in (1) summary_transport.json, and (2) summary_fpy.json, must be containers::uncertainty, not pops::uncertainty. The latter doesn't have sufficient child nodes of its own to cover what I see in the GNDS files.
Configuration menu - View commit details
-
Copy full SHA for d5d42a9 - Browse repository at this point
Copy the full SHA d5d42a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2df1ce - Browse repository at this point
Copy the full SHA a2df1ceView commit details -
Disambiguated temperature's uncertainty in styles.
It appears that this uncertainty can be pops::uncertainty, given that this temperature is a scalar. containers::uncertainty is more expansive, and appears to be overkill for a scalar.
Configuration menu - View commit details
-
Copy full SHA for c540f24 - Browse repository at this point
Copy the full SHA c540f24View commit details -
Disambiguated delayedNeutron's "product" child.
This is in: summary_fissionFragmentData.json. The "product" node appears in two namespaces: pops and common. The pops version includes two attributes (label and pid), and no child nodes. The common version include the same two attributes, as well as children multiplicity, distribution, and outputChannel. The "product" description in summary_fissionFragmentData.json says, "Product describing this delayed neutron. Includes average multiplicity and distribution info." So, I infer that the common:: version, not the pops:: version, is required, and I specified "namespace" in order to make this happen. Generated codes are updated accordingly.
Configuration menu - View commit details
-
Copy full SHA for 7271396 - Browse repository at this point
Copy the full SHA 7271396View commit details -
Inferred three cases of "namespace" in summary_transport.json.
Two cases of child node "Q", and one case of child node "products", were inferred, based on content in some GNDS 1.9 files, to be the ones in common::, not the ones in pops::. Generated codes were updated accordingly.
Configuration menu - View commit details
-
Copy full SHA for 08147a1 - Browse repository at this point
Copy the full SHA 08147a1View commit details
Commits on Sep 7, 2022
-
Best guess at correct namespace.
In summary_resonance.json, resonanceReaction has child node Q. This could be either common::Q or pops::Q. The description for this Q says: "An optional override for the Q value of the reaction given in the reaction node." Q isn't directly in any <reaction> nodes I see, but I see it in <outputChannel> nodes within <reaction> nodes. Those <Q>s I see have <constant1d>, which only common::Q, not pops::Q, allows for. So, I'm going to infer that namespace common is the correct one.
Configuration menu - View commit details
-
Copy full SHA for efe80e2 - Browse repository at this point
Copy the full SHA efe80e2View commit details -
In four case in summary_common.json, I assumed that containers::uncertainty, not pops::uncertainty, was the intended uncertainty.
Configuration menu - View commit details
-
Copy full SHA for 881bd6e - Browse repository at this point
Copy the full SHA 881bd6eView commit details -
Disambiguated an "energy" child node in summary_processed.json.
A node named "energy" appears in three namespaces: common, fpy, and pops. Based on a remark Caleb made to me, "...[energy] inside the...'energyAngularMC' distribution type...stores the outgoing energy distribution P(E' | E)." I'm thinking that common::energy appears to be the correct one.
Configuration menu - View commit details
-
Copy full SHA for 266fef0 - Browse repository at this point
Copy the full SHA 266fef0View commit details -
Pointed to proper child nodes.
Child node keys (as opposed to the given "name" value) should refer to node names, not to node "name" values. So... In summary_gpdc.json: xs ==> xs_in_xs_pdf_cdf1d cdf ==> cdf_in_xs_pdf_cdf1d In summary_processed.json: angular ==> angular_uncorrelated In summary_resonance.json: PoPs ==> PoPs_database In summary_transport.json: PoPs ==> PoPs_database
Configuration menu - View commit details
-
Copy full SHA for 6958b41 - Browse repository at this point
Copy the full SHA 6958b41View commit details
Commits on Sep 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3b1391a - Browse repository at this point
Copy the full SHA 3b1391aView commit details
Commits on Sep 12, 2022
-
Added the summary_extra.json file.
This will serve, for now, as a place to store alternative versions of certain classes, for the purpose of avoiding circular class references.
Configuration menu - View commit details
-
Copy full SHA for 75591dd - Browse repository at this point
Copy the full SHA 75591ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8abc8a4 - Browse repository at this point
Copy the full SHA 8abc8a4View commit details -
Fixed "type" attribute name: "type", not "label".
More namespaces, for disambiguation. Updated generated code.
Configuration menu - View commit details
-
Copy full SHA for 05570af - Browse repository at this point
Copy the full SHA 05570afView commit details -
Debug printing in json2class, to help analyze GNDS 2.0 specs.
Changes in some example specs; will help to analyze a JSON-format issue.
Configuration menu - View commit details
-
Copy full SHA for b5e2f58 - Browse repository at this point
Copy the full SHA b5e2f58View commit details
Commits on Sep 15, 2022
-
Fixed a JSON-related glitch, for a user.
Simplified and clarified some of the JSON-related code. Updated some example/test codes.
Configuration menu - View commit details
-
Copy full SHA for c62d3a7 - Browse repository at this point
Copy the full SHA c62d3a7View commit details
Commits on Sep 19, 2022
-
Have the code generator ignore child nodes beginning with "//".
It's a convenient way to temporarily "comment out" a child node that's involved in a circular definition (of which the specs have many), until a proper solution is found.
Configuration menu - View commit details
-
Copy full SHA for 5ecb938 - Browse repository at this point
Copy the full SHA 5ecb938View commit details -
Maps: checksum to std::string, algorithm to HashAlgorithm.
I'm guessing that the specs really shouldn't have both "algorithm" and "hashAlgorithm".
Configuration menu - View commit details
-
Copy full SHA for 1e6e297 - Browse repository at this point
Copy the full SHA 1e6e297View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4090370 - Browse repository at this point
Copy the full SHA 4090370View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3cefdb - Browse repository at this point
Copy the full SHA e3cefdbView commit details -
Well, it *compiles*, for what that's worth.
That is, I added a very simple (for now) code that #includes the generated "GNDS 2.0" classes. The code compiles, which is great. However, given the condition of the GNDS 2.0 specs, more work is needed to make this code successfully read and write GNDS 2.0 files.
Configuration menu - View commit details
-
Copy full SHA for 38081e4 - Browse repository at this point
Copy the full SHA 38081e4View commit details
Commits on Sep 22, 2022
-
Some work that might improve performance with GNDS 2.0, or any autoge…
…nerated classes. Un-required some things in the spec, where I saw in the the GNDS 2.0 files that the values weren't there (so, obviously, couldn't be required).
Configuration menu - View commit details
-
Copy full SHA for 86655eb - Browse repository at this point
Copy the full SHA 86655ebView commit details
Commits on Oct 24, 2022
-
Began an "incremental" GNDS 2.0 spec build, in standards/incremental.
Sorting of vectors in Component-derived classes is now optional, and OFF by default. That's really the right thing to do. For GNDS data (which is billed as being order-independent), it may seem convenient to sort vectors of objects according to an index or label metadatum in the object. However, (1) doing so takes time, and (2) we think that by default, at least, the order in which somebody enters such vector elements should be preserved. Modified a couple of the GNDS 2.0 JSON specs, based on experience with trying to load GNDS 2.0 files.
Configuration menu - View commit details
-
Copy full SHA for 670e545 - Browse repository at this point
Copy the full SHA 670e545View commit details -
Configuration menu - View commit details
-
Copy full SHA for caf0ccc - Browse repository at this point
Copy the full SHA caf0cccView commit details
Commits on Oct 28, 2022
-
Work-in-progress on making certain aspects of generated classes more …
…efficient. This includes work in the Core Interface and the Component class, so that queries into Nodes -- to extract objects of prescribed types -- work more efficiently when the objects in question have relatively expensive construction or assignment. This can easily happen with complicated, highly hierarchical generated classes.
Configuration menu - View commit details
-
Copy full SHA for 37b1244 - Browse repository at this point
Copy the full SHA 37b1244View commit details
Commits on Oct 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 856aac0 - Browse repository at this point
Copy the full SHA 856aac0View commit details
Commits on Nov 14, 2022
-
Work in progress, towards making generated classes more efficient.
Regenerated some sample classes.
Configuration menu - View commit details
-
Copy full SHA for 7448d6d - Browse repository at this point
Copy the full SHA 7448d6dView commit details -
Modified the code generator so that generated constructors are more e…
…fficient. Also allowed for additional debug printing in generated classes.
Configuration menu - View commit details
-
Copy full SHA for 430ebfe - Browse repository at this point
Copy the full SHA 430ebfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4add7f - Browse repository at this point
Copy the full SHA d4add7fView commit details -
Meta<T> and Child<T> no longer need a T in them.
This helps with some efficiency issues. Some new, alternative query formulations elsewhere allow the T to go. This other work will be uploaded shortly.
Configuration menu - View commit details
-
Copy full SHA for 6d28f68 - Browse repository at this point
Copy the full SHA 6d28f68View commit details -
Child<T> and Meta<T> class operator updates, because they no longer h…
…ave a T. Removed some constructs elsewhere that were no longer needed.
Configuration menu - View commit details
-
Copy full SHA for 4ce186b - Browse repository at this point
Copy the full SHA 4ce186bView commit details -
Alternative formulations of Meta<T> and Child<T> related query functi…
…ons. Small changes to a couple of test codes.
Configuration menu - View commit details
-
Copy full SHA for 821ead0 - Browse repository at this point
Copy the full SHA 821ead0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39b03fb - Browse repository at this point
Copy the full SHA 39b03fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d07dbc - Browse repository at this point
Copy the full SHA 5d07dbcView commit details -
Update to the code generator. Updates to some example/test material.
Configuration menu - View commit details
-
Copy full SHA for 8187e03 - Browse repository at this point
Copy the full SHA 8187e03View commit details
Commits on Nov 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3ab6cc7 - Browse repository at this point
Copy the full SHA 3ab6cc7View commit details
Commits on Nov 21, 2022
-
Via reformulation and extension of some floating-point read/write capabilities.
Configuration menu - View commit details
-
Copy full SHA for babad79 - Browse repository at this point
Copy the full SHA babad79View commit details
Commits on Dec 7, 2022
-
Fast, completely optional parallel string-of-doubles-to-doubles conve…
…rsion. Used in BlockData::get(). So, relevant for getting vector<floating-point> in Component-derived classes.
Configuration menu - View commit details
-
Copy full SHA for ea2a04c - Browse repository at this point
Copy the full SHA ea2a04cView commit details
Commits on Dec 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 934673a - Browse repository at this point
Copy the full SHA 934673aView commit details