Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-11 | Gems: Eliminate the now unused GEMS_ROOT scons variable. | Gabe Black | |
2011-03-01 | Ruby: Mention that Ruby's bound checking option only applies to Ruby. | Gabe Black | |
2010-12-01 | ruby: Converted old ruby debug calls to M5 debug calls | Nilay Vaish | |
This patch developed by Nilay Vaish converts all the old GEMS-style ruby debug calls to the appropriate M5 debug calls. | |||
2010-06-07 | scons: make RUBY a regular (non-global) sticky var | Steve Reinhardt | |
and force it to True for builds that imply Ruby protocols (else unexpected things happen when testing these builds with RUBY=False). | |||
2010-03-31 | style: another ruby style pass | Nathan Binkert | |
2009-07-06 | ruby: Fix RubyMemory to work with the newer ruby. | Nathan Binkert | |
2009-07-06 | ruby: apply some fixes that were overwritten by the recent ruby import. | Nathan Binkert | |
2009-05-11 | ruby: add RUBY sticky option that must be set to add ruby to the build | Nathan Binkert | |
Default is false | |||
2009-05-11 | ruby: Migrate all of ruby and slicc to SCons. | Nathan Binkert | |
Add the PROTOCOL sticky option sets the coherence protocol that slicc will parse and therefore ruby will use. This whole process was made difficult by the fact that the set of files that are output by slicc are not easily known ahead of time. The easiest thing wound up being to write a parser for slicc that would tell me. Incidentally this means we now have a slicc grammar written in python. |