Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added steps inspection subroutines in Fortran #556

Merged
merged 1 commit into from
Apr 17, 2018

Conversation

williamfgc
Copy link
Contributor

Added tests
VariableBase StepsStart is 0 by default

Added tests
VariableBase StepsStart is 0 by default
@williamfgc williamfgc requested a review from pnorbert April 17, 2018 19:27
@pnorbert pnorbert merged commit 6377b31 into ornladios:master Apr 17, 2018
@williamfgc williamfgc deleted the f90_avail_steps branch April 17, 2018 20:48
vicentebolea pushed a commit to vicentebolea/ADIOS2 that referenced this pull request Jan 7, 2025
Code extracted from:

    https://github.com/zeux/pugixml.git

at commit db78afc2b7d8f043b4bc6b185635d949ea2ed2a8 (v1.14).

Upstream Shortlog
-----------------

Andy Maloney (2):
      058fc601 Fix weak vtable warning regarding xml_writer
      b047f46e {cmake} Fix deprecation warning by updating min version to 3.5

Arseny Kapoulkine (42):
      f388c465 Optimize compact mode: reuse access in insert/remove
      fad2d5e4 Optimize compact mode: xml_attribute/xml_node implementation
      2fa9158b Optimize compact mode: xml_text
      33a75c73 Fix memory leak during OOM in convert_buffer
      832a4f49 Use more idiomatic code in this codebase
      ab8453c5 tests: Use snprintf instead of sprintf
      3b5c1fb0 tests: Fix MSVC 2005 build
      521b2cd8 Add issue templates to try to route questions to Discussions
      0cb4f025 Final tweaks after ornladios#522
      444963e2 Fix error handling in xml_document::save_file
      76dcd894 Update version number in preparation for 1.13
      0ef3da1e Update release notes and manual for 1.13
      c5b288d9 Update HTML documentation
      3bd1f452 Fix version check in test
      8be081fb Fix Xcode 14 sprintf deprecation warning
      b6b74724 Adjust the workaround for -pedantic mode and fix tests
      e11e0c96 Fix comment typo.
      1dc3266f docs: Add missing documentation for xml_node::attribute with hint
      c2c61a59 Add a cautionary comment to xml_node::children(name)
      a469fa2c Add assertion about header-dest relation to strcpy_insitu
      02930331 docs: Add a note to parse_fragment documentation
      e383ce5d docs: Update HTML documentation
      d3199a0c Fix get_file_size behavior inconsistency for folders
      a13b5cc0 Use stricter subset for now to avoid compat issues with Unix-like platforms
      750e2032 build: Fix CMake PUGIXML_STATIC_CRT behavior
      980cf57f XPath: Account for non-English locales during number->string conversion
      c72a210f tests: Add more tests for empty text setup
      0189471a docs: Fix up grammar
      37ba937e Fix code style and simplify conditions
      f31ad2c1 tests: Add more tests for parse_merge_pcdata
      6749789e Fix interaction between parse_merge_pcdata and append_buffer
      e9d17a04 Streamline conditions with else if
      5a33d2b1 docs: Add forgotten set_name overloads to API reference
      bf42c4c5 Reorder set_value/set size_t overloads and change sz to size
      efb76c11 docs: Update external XPath links
      dfb2b7f7 Cache ~last position of merged PCDATA
      58616a29 Avoid store-load penalty on cursor->parent
      30adb171 Use memmove instead of strcat
      ff569859 Rename merged to merged_pcdata for clarity.
      1a9a41b0 Update copyright year (2022 => 2023)
      bd70bd76 docs: Update release notes and regenerate HTML documentation
      db78afc2 Update version to 1.14 everywhere

David Korczynski (2):
      5cfa7f90 Add Github CIFuzz action
      7e8a42ee CI: decrease fuzzing time from 300s to 30s

David Seifert (1):
      36aa487e Fix `-Wreserved-macro-identifier`

Ferenc Géczi (5):
      f3273712 Add overloads with size_t type argument
      09e7cc9b Add test for xml_text::set with size argument
      d3594023 Add xml_text::set test with size set to substring
      19052844 Add test for xml_node::set_value with size argument
      39e16928 Add test for xml_attribute::set_value with size argument

Izzy Muerte (1):
      ab8af530 Fix exported symbols under clang-cl (Closes ornladios#503)

Matthäus Brandl (1):
      f7de3248 Enable usage of nullptr for MSVC 16 and newer (MSVS 2010)

Milian Wolff (1):
      173a2634 Correctly set default visibility on non-windows compilers

Sergey Abramov (1):
      1e963630 Fix compilation errors on old GCC (2.95.3, 3.3.5)

Stefan Roellin (1):
      f4d4316e Add overloads with size_t type argument

TodorHryn (1):
      6fbf3214 Fix memory leak

Viktor Govako (1):
      effc46f0 Added bool set_value(const char_t* rhs, size_t sz).

Vineeth (1):
      3ad133a2 Review Changes

jiangqucheng (1):
      ddd3cfa4 ornladios#556 fix makefile err in some env

vineeth-11316 (3):
      e15adbe7 Intial Commit for merge_pcdata
      068aa22b documentation Change
      a2825220 Final Commit
vicentebolea pushed a commit to vicentebolea/ADIOS2 that referenced this pull request Jan 7, 2025
Code extracted from:

    https://github.com/zeux/pugixml.git

at commit db78afc2b7d8f043b4bc6b185635d949ea2ed2a8 (v1.14).

Upstream Shortlog
-----------------

Andy Maloney (2):
      058fc601 Fix weak vtable warning regarding xml_writer
      b047f46e {cmake} Fix deprecation warning by updating min version to 3.5

Arseny Kapoulkine (42):
      f388c465 Optimize compact mode: reuse access in insert/remove
      fad2d5e4 Optimize compact mode: xml_attribute/xml_node implementation
      2fa9158b Optimize compact mode: xml_text
      33a75c73 Fix memory leak during OOM in convert_buffer
      832a4f49 Use more idiomatic code in this codebase
      ab8453c5 tests: Use snprintf instead of sprintf
      3b5c1fb0 tests: Fix MSVC 2005 build
      521b2cd8 Add issue templates to try to route questions to Discussions
      0cb4f025 Final tweaks after ornladios#522
      444963e2 Fix error handling in xml_document::save_file
      76dcd894 Update version number in preparation for 1.13
      0ef3da1e Update release notes and manual for 1.13
      c5b288d9 Update HTML documentation
      3bd1f452 Fix version check in test
      8be081fb Fix Xcode 14 sprintf deprecation warning
      b6b74724 Adjust the workaround for -pedantic mode and fix tests
      e11e0c96 Fix comment typo.
      1dc3266f docs: Add missing documentation for xml_node::attribute with hint
      c2c61a59 Add a cautionary comment to xml_node::children(name)
      a469fa2c Add assertion about header-dest relation to strcpy_insitu
      02930331 docs: Add a note to parse_fragment documentation
      e383ce5d docs: Update HTML documentation
      d3199a0c Fix get_file_size behavior inconsistency for folders
      a13b5cc0 Use stricter subset for now to avoid compat issues with Unix-like platforms
      750e2032 build: Fix CMake PUGIXML_STATIC_CRT behavior
      980cf57f XPath: Account for non-English locales during number->string conversion
      c72a210f tests: Add more tests for empty text setup
      0189471a docs: Fix up grammar
      37ba937e Fix code style and simplify conditions
      f31ad2c1 tests: Add more tests for parse_merge_pcdata
      6749789e Fix interaction between parse_merge_pcdata and append_buffer
      e9d17a04 Streamline conditions with else if
      5a33d2b1 docs: Add forgotten set_name overloads to API reference
      bf42c4c5 Reorder set_value/set size_t overloads and change sz to size
      efb76c11 docs: Update external XPath links
      dfb2b7f7 Cache ~last position of merged PCDATA
      58616a29 Avoid store-load penalty on cursor->parent
      30adb171 Use memmove instead of strcat
      ff569859 Rename merged to merged_pcdata for clarity.
      1a9a41b0 Update copyright year (2022 => 2023)
      bd70bd76 docs: Update release notes and regenerate HTML documentation
      db78afc2 Update version to 1.14 everywhere

David Korczynski (2):
      5cfa7f90 Add Github CIFuzz action
      7e8a42ee CI: decrease fuzzing time from 300s to 30s

David Seifert (1):
      36aa487e Fix `-Wreserved-macro-identifier`

Ferenc Géczi (5):
      f3273712 Add overloads with size_t type argument
      09e7cc9b Add test for xml_text::set with size argument
      d3594023 Add xml_text::set test with size set to substring
      19052844 Add test for xml_node::set_value with size argument
      39e16928 Add test for xml_attribute::set_value with size argument

Izzy Muerte (1):
      ab8af530 Fix exported symbols under clang-cl (Closes ornladios#503)

Matthäus Brandl (1):
      f7de3248 Enable usage of nullptr for MSVC 16 and newer (MSVS 2010)

Milian Wolff (1):
      173a2634 Correctly set default visibility on non-windows compilers

Sergey Abramov (1):
      1e963630 Fix compilation errors on old GCC (2.95.3, 3.3.5)

Stefan Roellin (1):
      f4d4316e Add overloads with size_t type argument

TodorHryn (1):
      6fbf3214 Fix memory leak

Viktor Govako (1):
      effc46f0 Added bool set_value(const char_t* rhs, size_t sz).

Vineeth (1):
      3ad133a2 Review Changes

jiangqucheng (1):
      ddd3cfa4 ornladios#556 fix makefile err in some env

vineeth-11316 (3):
      e15adbe7 Intial Commit for merge_pcdata
      068aa22b documentation Change
      a2825220 Final Commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants