Displaying 5 results from an estimated 5 matches for "hmtgl".
Did you mean:
hmg
2008 Jun 09
1
[LLVMdev] Online doxygen out of date?
...://llvm.org/demo/index.cgi now returns errors if you check the "Show LLVM C++ API code" box.
Jonathan
_________________________________________________________________
Search that pays you back! Introducing Live Search cashback.
http://search.live.com/cashback/?&pkw=form=MIJAAF/publ=HMTGL/crea=srchpaysyouback
2008 Jun 03
0
unable to connect to KDC Server
...d use default domain = Yes
hosts allow = 192.168.124., 192.168.1., 127.
Thanks in advance,
Augustin.
_________________________________________________________________
Search that pays you back! Introducing Live Search cashback.
http://search.live.com/cashback/?&pkw=form=MIJAAF/publ=HMTGL/crea=srchpaysyouback
2008 Jun 09
0
[LLVMdev] Online doxygen out of date?
> I'm having a bit of trouble with the online doxygen documentation. As far is I
> know, it should reflect current svn trunk. However, it seems out of date. For
> example, the ExtractValueInst [1] is not a UnaryInstruction yet and still
> takes Value* as indices.
>
> To add to the confusing, the mainpage [2] says it is documentation version
> "2.1svn" which seems
2008 Jun 09
3
[LLVMdev] Online doxygen out of date?
Hi all,
I'm having a bit of trouble with the online doxygen documentation. As far is I
know, it should reflect current svn trunk. However, it seems out of date. For
example, the ExtractValueInst [1] is not a UnaryInstruction yet and still
takes Value* as indices.
To add to the confusing, the mainpage [2] says it is documentation version
"2.1svn" which seems even more weird.
What
2008 Jun 28
19
Stopping example execution?
Hello, I''m wondering If I am missing something here when creating an example that sets an expecation at the top or beginning of an action but requires you to stub / mock everything that follows.
Example:
I want to test that a certain controller is running a before_filter...thats easy:
- controller.should_receive(:require_user)
- do_get
But now i''ve got to mock / stub