Displaying 3 results from an estimated 3 matches for "5kviewdownload".
Did you mean:
1kviewdownload
2009 May 29
0
[LLVMdev] RFC: Atomics.h
...orm anyone cares about is rapidly becoming a
> nightmare. Setting GCC4.2 as a baseline requirement (and presumably
> providing a Windows implementation as well) is probably a good way to
> get this back to a sane amount of stuff to support.
>
> --Owen
>
> smime.p7s
> 5KViewDownload
>
> _______________________________________________
> LLVM Developers mailing list
> LLVM... at cs.uiuc.edu http://llvm.cs.uiuc.eduhttp://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2009 May 17
2
[LLVMdev] RFC: Atomics.h
On May 17, 2009, at 12:32 PM, Chris Lattner wrote:
> Owen, I would really rather that you didn't take this path. Threading
> support in LLVM should always be optional: it should be possible to
> use LLVM on systems where we don't have support for threading
> operations. Indeed, some systems don't support threads!
I'm not trying to make it required. I had provided
2010 Apr 15
11
Rails 3, Rspec 2, Autotest
Trying to set up a Rails 3 project with RSpec and Autotest. I followed
these steps exactly:
http://gist.github.com/365816
But when I start up autotest, I get:
$ autotest
loading autotest/rails
style: Rails
instead of:
$ autotest
loading autotest/rails_rspec2
style: RailsRspec2
And autotest doesn''t seem to do anything. Any idea what''s happening?
I''m using Ruby