-
Notifications
You must be signed in to change notification settings - Fork 126
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
Backports from master #4184
Backports from master #4184
Conversation
pugixml,cmake: fix linkage when pugixml is external
Add a new external mode for opening files, ReadFlattenSteps. This is like ReadRandomAccess (in that it reads all metadata immediately and you can't use BeginStep), but it causes *all* the timesteps in the file to be Flattened into a single step, as if each Put() has been done in that step.
Adding hooks to gather performance for derived variables
* Add API to reset memory selection
Code extracted from: https://github.com/GTkorvo/EVPath.git at commit 45471c87f14c735bb4a3f92477f3a04b0a06b18a (master).
50c0c70
to
7e8248e
Compare
ornladios#4160) Remove special ReadFlattenSteps Mode, switch to control by writer-side FlattenSteps parameter
@eisenhauer it appears that we are not ABI compatible anymore at least since #4144. Does it make sense to revert it? releasing a non abi compatible patch release might result in trouble for conda users (or other distros). |
No worries, I was able to come up with a ABI compatible fix. |
Excellent... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see further problems...
24fb83f
to
e77056e
Compare
Great! |
Backported Pull Requests
#4181 EVPath Upstream eisenhauer:EVup about 19 hours ago
#4169 Add API call to reset memory selection franzpoeschel:reset-memory-selection about 7 days ago
#4166 Typo in documentation anagainaru:typo-build-doc about 11 days ago
#4161 Adding hooks to gather performance for... anagainaru:derived-performance about 17 days ago
#4153 Minor docs tweaks eisenhauer:DocsUpdate about 1 month ago
#4147 ReadModeFlatten eisenhauer:Flatten about 1 month ago
#4142 pugixml,cmake: fix linkage when pugixm... vicentebolea:fix-pugixml-dep about 1 month ago
#4138 Fixes for FreeBSD, including upstream eisenhauer:FreeBSD about 1 month ago
#4185 Kill outdated reference to bindings.Mode.ReadFlattenSteps