1. 06 5月, 2015 1 次提交
  2. 05 8月, 2014 1 次提交
  3. 15 5月, 2014 1 次提交
  4. 12 5月, 2014 1 次提交
  5. 26 8月, 2013 1 次提交
  6. 22 3月, 2012 1 次提交
  7. 06 12月, 2011 1 次提交
    • A
      Make valgrind usage more consistent and less error prone. · b513a5a5
      Austin Seipp 提交于
      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.
      b513a5a5
  8. 06 5月, 2011 1 次提交
  9. 04 5月, 2011 1 次提交
  10. 24 6月, 2010 1 次提交