Skip to content

1964 methods return size one pointers#1965

Open
excaliburtb wants to merge 1 commit intonasa:masterfrom
excaliburtb:1964-methods-return-size-one-pointers
Open

1964 methods return size one pointers#1965
excaliburtb wants to merge 1 commit intonasa:masterfrom
excaliburtb:1964-methods-return-size-one-pointers

Conversation

@excaliburtb
Copy link
Copy Markdown
Contributor

@excaliburtb excaliburtb commented Sep 25, 2025

fixes #1964

@excaliburtb excaliburtb marked this pull request as draft September 25, 2025 14:04
@coveralls
Copy link
Copy Markdown

coveralls commented Sep 26, 2025

Coverage Status

coverage: 55.988% (+0.2%) from 55.798% — excaliburtb:1964-methods-return-size-one-pointers into nasa:master

@excaliburtb excaliburtb marked this pull request as ready for review September 26, 2025 15:03
@sharmeye sharmeye marked this pull request as draft December 4, 2025 21:41
@excaliburtb excaliburtb marked this pull request as ready for review March 5, 2026 15:56
@excaliburtb excaliburtb marked this pull request as draft March 11, 2026 13:45
@excaliburtb excaliburtb marked this pull request as ready for review March 31, 2026 01:28
…ned by methods in classes.

- Fixed issue determining single vs double precision printing of a floating-point variable

- Added a function to TMM to get attributes of an address and also the remaining offset of from the start of those attributes

- Refactored several attribute related functions to AttributeUtils (Hong Chen)

- Added tests to SIM_test_ip to test printing of pointers of various dimensions pointing to various parts of various variables

- Updated swig_int_typemap to use the new attributes getter for units specification and insight into the memory the returned variables and pointers pointer to.

- Removed -std=c++11 for Trick to go full minimum required standard of c++14 (Hong Chen)
@excaliburtb excaliburtb force-pushed the 1964-methods-return-size-one-pointers branch from b9b78c3 to abc089d Compare April 6, 2026 23:34
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.

methods that return pointers from tracked memory are almost always size one

2 participants