<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/rt/rust_timer.cpp, branch 0.7</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=0.7</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=0.7'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2012-02-02T00:05:17+00:00</updated>
<entry>
<title>rt: Remove rust_timer. Unused</title>
<updated>2012-02-02T00:05:17+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-02-01T23:50:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5c8993854495a35a182182b00d472e08be796a6b'/>
<id>urn:sha1:5c8993854495a35a182182b00d472e08be796a6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make valgrind usage more consistent and less error prone.</title>
<updated>2011-12-06T07:15:29+00:00</updated>
<author>
<name>Austin Seipp</name>
<email>as@hacks.yi.org</email>
</author>
<published>2011-12-06T07:11:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b513a5a5001b850a153db12d9621d00a70ff929a'/>
<id>urn:sha1:b513a5a5001b850a153db12d9621d00a70ff929a</id>
<content type='text'>
I was still having issues with the build system somehow getting confused
as to which set of valgrind headers to use when compiling rt.

This commit moves all the valgrind headers into their own directory
under rt and makes the usage more consistent. The compiler is now passed
the -DNVALGRIND flag when valgrind is not installed, as opposed to
passing -DHAVE_VALGRIND.

We also pass -I src/rt to the compiler when building rt so you can more
easily import what you want. I also cleaned up some erroneous #includes
along the way.

It should be safe to always just import the local valgrind headers and use
them without question. NVALGRIND turns the operations to no-ops when it
is active, and the build and tests run cleanly with or without.
</content>
</entry>
<entry>
<title>Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.</title>
<updated>2011-07-13T22:44:09+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2011-07-13T22:44:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=39151f2ad8d18554af1d6787bae0b02345e1d90b'/>
<id>urn:sha1:39151f2ad8d18554af1d6787bae0b02345e1d90b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix compile-command lines in rt.</title>
<updated>2011-07-13T20:51:20+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2011-07-13T20:51:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=49116adbe989139766feeccad51b46207fc546dc'/>
<id>urn:sha1:49116adbe989139766feeccad51b46207fc546dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Renamed what's left of rust_dom to rust_scheduler</title>
<updated>2011-06-28T23:12:33+00:00</updated>
<author>
<name>Eric Holk</name>
<email>eholk@mozilla.com</email>
</author>
<published>2011-06-28T19:15:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=657e5a2bd579f7f1698f8ba88cb1142ced7a477f'/>
<id>urn:sha1:657e5a2bd579f7f1698f8ba88cb1142ced7a477f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Moved win32_require to the kernel.</title>
<updated>2011-06-28T23:12:33+00:00</updated>
<author>
<name>Eric Holk</name>
<email>eholk@mozilla.com</email>
</author>
<published>2011-06-28T18:34:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=02f6645fca946fd7cb9f55036c05a908f0567ceb'/>
<id>urn:sha1:02f6645fca946fd7cb9f55036c05a908f0567ceb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Overhaul logging system in runtime</title>
<updated>2011-04-19T14:57:13+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2011-04-19T10:21:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=880be6a94013ba0b7791b0ca1b6e16104f2f0a1c'/>
<id>urn:sha1:880be6a94013ba0b7791b0ca1b6e16104f2f0a1c</id>
<content type='text'>
See https://github.com/graydon/rust/wiki/Logging-vision

The runtime logging categories are now treated in the same way as
modules in compiled code. Each domain now has a log_lvl that can be
used to restrict the logging from that domain (will be used to allow
logging to be restricted to a single domain).

Features dropped (can be brought back to life if there is interest):
  - Logger indentation
  - Multiple categories per log statement
  - I possibly broke some of the color code -- it confuses me
</content>
</entry>
<entry>
<title>Move to macro-based logging checks in the C++ code</title>
<updated>2011-04-07T22:15:30+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2011-04-07T20:05:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9a7576fe2cdd169313b5e25be6bf485407adb496'/>
<id>urn:sha1:9a7576fe2cdd169313b5e25be6bf485407adb496</id>
<content type='text'>
No functions should be called for log statements that turn out to be
inactive.
</content>
</entry>
<entry>
<title>Back out too-platform-fussy bits in preempt-test work. I hate this test.</title>
<updated>2010-07-22T22:39:41+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2010-07-22T22:39:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7ff20944960c26eee4fb2274afb3c29e5e4367ba'/>
<id>urn:sha1:7ff20944960c26eee4fb2274afb3c29e5e4367ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Beat up on the preempt test a bit more, as it keeps hanging under valgrind.</title>
<updated>2010-07-22T22:05:35+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2010-07-22T22:05:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0f220ecae921f961f0c40395218de86cc2b33849'/>
<id>urn:sha1:0f220ecae921f961f0c40395218de86cc2b33849</id>
<content type='text'>
</content>
</entry>
</feed>
