-
Notifications
You must be signed in to change notification settings - Fork 34
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
website: Merge stable into develop #69
Commits on Jul 10, 2023
-
Update the code block in tutorial post event-driven-programming from passing by pointer to passing by reference. Jira: https://gem5.atlassian.net/browse/GEM5-1331 Change-Id: I409d8b04d4a79c22b08905f68fdef10c8243dd86 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5-website/+/72198 Maintainer: Jason Lowe-Power <[email protected]> Tested-by: Jason Lowe-Power <[email protected]> Reviewed-by: Jason Lowe-Power <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a24b44e - Browse repository at this point
Copy the full SHA a24b44eView commit details -
website: Add doxygen from v23.0
Change-Id: I09538650e01550f09c41f39bbad5e4750700b220 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5-website/+/72230 Tested-by: Bobby Bruce <[email protected]> Maintainer: Bobby Bruce <[email protected]> Reviewed-by: Bobby Bruce <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c149b6 - Browse repository at this point
Copy the full SHA 7c149b6View commit details
Commits on Jul 11, 2023
-
website: Fix ISCA 2023 poster links (#63)
* website: Fix ISCA 2023 poster links Made the links point to the correct filename. * website: Update poster author information
Configuration menu - View commit details
-
Copy full SHA for f4a57a9 - Browse repository at this point
Copy the full SHA f4a57a9View commit details
Commits on Jul 12, 2023
-
website: Update github documentation (#64)
* website: Update github documentation This updates any links and mentions of googlesource or Gerrit, and updates the review process for moving to GitHub Change-Id: I0e038f979a55d915befdbb3e8cb5d4edcb5e32dc * Fix README.md to include Jason GitHub ID Co-authored-by: Jason Lowe-Power <[email protected]> * Fix README.md to include Bobby GitHub ID Co-authored-by: Jason Lowe-Power <[email protected]> * website: Remvove 'submit' call from README/md --------- Co-authored-by: Melissa Jost <[email protected]> Co-authored-by: Jason Lowe-Power <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 53a6aaa - Browse repository at this point
Copy the full SHA 53a6aaaView commit details -
website: Enable 'www.gem5.org/join-slack' URL (#66)
* website: Enable 'www.gem5.org/join-slack' URL https://www.gem5.org/join-slack will re-direct to an invitation to join the slack channel. This is an easier link to pass around to the gem5 community. * website: Update "Join our Slack" to use gem5.org URL This means we only need to update one page if this invite link changes.
Configuration menu - View commit details
-
Copy full SHA for 7abf52d - Browse repository at this point
Copy the full SHA 7abf52dView commit details
Commits on Jul 14, 2023
-
website: Update the contributing.md for GitHub (#65)
* website: Update the contributing.md for GitHub * website: Fix incorrect squash-and-merge link Co-authored-by: Jason Lowe-Power <[email protected]> * website: Move and expand 'Keeping your forked repo..." This expands how to keep your forked and local repository up-to-date (i.e., in-synic with the main gem5 repository). It also moves it to it's own section. * website: Fix 'stable' -> 'develop' typo * website: 'recommend' -> 'strongly recommend' for local branches * website: Minor changes to contributing.md --------- Co-authored-by: Jason Lowe-Power <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dced15a - Browse repository at this point
Copy the full SHA dced15aView commit details
Commits on Jul 17, 2023
-
website: Adding Change-Id to Common Errors page (#67)
This allows us to link to a more detailed explanation of using change-ids when someone's test fails.
Configuration menu - View commit details
-
Copy full SHA for f3a63af - Browse repository at this point
Copy the full SHA f3a63afView commit details
Commits on Jul 19, 2023
-
website: Add
git remote add
to contributing.md (#68)Without adding the main gem5 repository as a remote, the command for syncing a fork and local repository to the main gem5 repository does not work. `upstream` needs set. This patch fixes this error.
Configuration menu - View commit details
-
Copy full SHA for ee4d827 - Browse repository at this point
Copy the full SHA ee4d827View commit details