search for: yaah

Displaying 4 results from an estimated 4 matches for "yaah".

Did you mean: yaa
2006 Mar 28
1
Asterisk Tools for OSX
Hello Asterisk Users, I am an Objective-C enthusiast and have been writing some clever tools to integrate Asterisk functionality with Mac OS X applications. Please find my project on http://www.sf.net/projects/astrxtools4osx/ The objectives of my project are as follows 1. Implement an Objective-C framework to communicate effectively with the Asterisk Management Interface 2. Address Book
2010 May 11
0
[LLVMdev] [Fwd: Error while running my pass with opt]
John Criswell wrote: > ambika wrote: >> Here is getAnalysisUsage() i am using, >> >> void getAnalysisUsage(AnalysisUsage&AU) const { >> AU.setPreservesAll(); >> AU.addRequired<DominatorTree>(); >> } >> >> and then I use it as, >> >> >> bool ptrTest::runOnModule(Module&M) { >> >>
2008 Jan 17
4
Asterisk desktop tools for OS X
Hi everyone, I have been long working on a project (http://asterisktools.org, to be released under GPL) that aims to provide desktop tools for Macs. I am finally getting to the release stages of this application and hope to have an early BETA available next weekend. If there is anybody who is interested in this tool, please send me an email as I am looking for people who can test the
2010 May 10
2
[LLVMdev] [Fwd: Error while running my pass with opt]
ambika wrote: > Here is getAnalysisUsage() i am using, > > void getAnalysisUsage(AnalysisUsage &AU) const { > AU.setPreservesAll(); > AU.addRequired<DominatorTree>(); > } > > and then I use it as, > > > bool ptrTest::runOnModule(Module &M) { > > DominatorTree &DT = getAnalysis<DominatorTree>(); > ...... >