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

make ramulator compatible with gcc #3

Merged
merged 3 commits into from
Jul 29, 2015

Conversation

henryzh
Copy link
Contributor

@henryzh henryzh commented Jun 23, 2015

This code can address template specialization issue for gcc.

@SaugataGhose SaugataGhose merged commit 998b07b into CMU-SAFARI:master Jul 29, 2015
SaugataGhose added a commit that referenced this pull request Jul 29, 2015
* Incorporated changes from @henryzh for GCC compatibility (#3).
* Fixes issue where DSARP refresh functions were not called when
  compiled with GCC.
* Updated Makefile to properly track header file dependencies, as well
  as keep object files in a separate directory.
* Removed libc++ requirement.
* Tested with g++ 5.1.0, clang++ 3.4, clang++ 3.6
SaugataGhose added a commit that referenced this pull request Jul 29, 2015
* Incorporated changes from @henryzh for GCC compatibility (#3).
* Fixes issue where DSARP refresh functions were not called when
  compiled with GCC.
* Updated Makefile to properly track header file dependencies, as well
  as keep object files in a separate directory.
* Removed libc++ from Makefile.
* Tested with g++ 5.1.0, clang++ 3.4, clang++ 3.6
@SaugataGhose
Copy link
Member

Thanks a lot for the fix, @henryzh! We added a few more fixes related to GCC compilation, which are now in the master branch as well.

@SaugataGhose SaugataGhose self-assigned this Jul 29, 2015
@henryzh henryzh deleted the gcc_compatible branch July 29, 2015 21:31
@henryzh
Copy link
Contributor Author

henryzh commented Jul 29, 2015

I'm glad to be helpful for this project. Thank Saugata for your fixing effort.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants