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

Fix link errors when not compiling without Freeimage/Graphics; Clean up #2248

Merged
merged 3 commits into from Jul 20, 2018

Conversation

umar456
Copy link
Member

@umar456 umar456 commented Jul 20, 2018

Also:
Added tests for array io operations
Compile tests with -std=c++98 by default
Allocate memory on the stack for JacobiSVD
Remove new/delete and use vector and strings.

@umar456 umar456 changed the title Fix link errors when not compiling with Freeimage/Graphics; Clean up Fix link errors when not compiling without Freeimage/Graphics; Clean up Jul 20, 2018
array arr = readArray((string(TEST_DIR) + "/arrayio/" + p.name + ".arr").c_str(), p.name.c_str());

ASSERT_EQ(arr.dims(), dim4(10, 10));
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be nice to have ReadContents unit test too.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

addressed

@umar456 umar456 merged commit a01afe9 into arrayfire:master Jul 20, 2018
@umar456 umar456 deleted the arrayio branch August 11, 2018 01:13
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.

None yet

2 participants