search for: foopass

Displaying 12 results from an estimated 12 matches for "foopass".

Did you mean: compass
2013 Oct 01
2
[LLVMdev] How to supply a non-default constructor to RegisterPass ?
Folks, I did read the documentation but I am at a loss still. I do have the following: Pass *createFooPass (char *foo1) { return new FooPass (foo1); } static RegisterPass<FooPass> X("foo-pass", "foo", false, true); Where exactly do I supply the non-default crore in this example ? Thanks /Dirk
2013 Oct 05
0
[LLVMdev] How to supply a non-default constructor to RegisterPass ?
On Sep 30, 2013, at 10:11 PM, Dirk Schroetter <dschroetter at googlemail.com> wrote: > Folks, > > I did read the documentation but I am at a loss still. > > I do have the following: > > Pass *createFooPass (char *foo1) { > return new FooPass (foo1); > } > > static RegisterPass<FooPass> X("foo-pass", "foo", false, true); > > Where exactly do I supply the non-default crore in this example ? Sorry for the non-answer, but AFAIK the pass registry can’t under...
2013 May 31
2
imapc - different settings for different namespaces
...ginally I was planning on allowing all kinds of mail settings inside namespace {}, including imapc_* settings. But that's a bit difficult to implement (although I think it will happen some day). So for now I was thinking: imapc foo { host = imap.foo.com master_user = foomaster password = foopass } imapc bar { host = imap.bar.com ... } namespace { prefix = foo/ location = imapc:foo } namespace { prefix = bar/ location = imapc:bar } So basically if the path after imapc isn't absolute (/path or ~/path), then treat the path as the imapc section name and use its settings. An...
2015 Aug 21
2
Guidelines for pass initialization?
...es anyone know what the guidelines are supposed to be for properly initializing a pass? Looking around, we seem to have three styles of pass registration in use. INITIALIZE_PASS(...) INITIALIZE_PASS_BEGIN(...) INITIALIZE_PASS_DEPENDENCY(...) ... INITIALIZE_PASS_END(...) static RegisterPass<FooPass> X(...); (This is the one encouraged in the docs, but seemingly the least widely used in tree?) As far as I can tell, these often appear to work interchangeably. (At least for passes with only "well known" dependencies.) Can anyone expose a set of guidelines as to when one should...
2015 Mar 20
0
imapc - different settings for different namespaces
...llowing all kinds of mail settings inside namespace {}, including imapc_* settings. But that's a bit difficult to implement (although I think it will happen some day). So for now I was thinking: > > imapc foo { > host = imap.foo.com > master_user = foomaster > password = foopass > } > > imapc bar { > host = imap.bar.com > ... > } > > namespace { > prefix = foo/ > location = imapc:foo > } > namespace { > prefix = bar/ > location = imapc:bar > } > > So basically if the path after imapc isn't absolute (/...
2008 Dec 15
2
Replace Domainname in Mail Location
...md5 username_format=%n /usr/local/etc/dovecot.pwd userdb: driver: passwd-file args: username_format=%n /usr/local/etc/dovecot.pwd socket: type: listen client: path: /var/spool/postfix/private/auth mode: 432 user: postfix group: postfix and dovecot.pwd info:{plain}foopass:1004:1004:: manuel:{plain}barpass:1004:1004:: Thank you Manuel
2007 Oct 23
3
Ruby on Rails and Oracle
Hello, I''m having a trouble when I try to connect RoR and Oracle. I believe that it has something to do with database.yml, this is how my database.yml looks: development: adapter: oci database: 127.0.0.1:1521/XE username: system password: y1984nip0359 host: 127.0.0.1 And this is the Error that i get: -> http://127.0.0.1:3000/blog OCIError in BlogController#index
2015 Aug 21
2
Guidelines for pass initialization?
...ing a pass? Looking around, we seem to have three styles of pass registration in use. >> >> INITIALIZE_PASS(...) >> >> INITIALIZE_PASS_BEGIN(...) >> INITIALIZE_PASS_DEPENDENCY(...) >> ... >> INITIALIZE_PASS_END(...) >> >> static RegisterPass<FooPass> X(...); >> (This is the one encouraged in the docs, but seemingly the least widely used in tree?) >> >> As far as I can tell, these often appear to work interchangeably. (At least for passes with only "well known" dependencies.) Can anyone expose a set of guidelines...
2013 Nov 15
0
[LLVMdev] Any objections to my importing GoogleMock to go with GoogleTest in LLVM?
...nical representation built into the PassManager. It would have been really useful for part of the work I was doing this Summer, which involved analyzing different pass combinations for LTO, and I ended up essentially having text files with a bunch of opt commandline options and doing "opt `cat foopasses.txt | sed '/^#/d' | tr '\n' ' '` bar.bc", and communicating with colleagues involved essentially pasting opt commandline options to each other. A flexible format would also open the door to later having parameterized passes (something else I could have used this Summe...
2013 Nov 14
3
[LLVMdev] Any objections to my importing GoogleMock to go with GoogleTest in LLVM?
On Tue, Nov 12, 2013 at 7:24 PM, Sean Silva <silvas at purdue.edu> wrote: > Could you maybe give an example or two to whet our testing appetite? It would honestly be simpler for me to write the tests after pulling it in and point at them. The GoogleMock project has some good examples as well. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Mar 02
17
can''t get rails to connect to mySQL - HELP!!!!!!!!!
Sorry, but this is really NOT as easy as the tutorials/books make out. I''m really struggling at the first hurdle here. And while I''m not a programmer by design I do know my way around most stuff. And if I can''t get this to work I suspect more people will have the same issues. There seems to be too many variables to address. I have winXP, I have ruby and rails all
2003 Dec 01
0
No subject
...not have access to this folder, please see your administrator for access". here's part of my smb.conf [Global] log level=1 netbios name=FOO security=server workgroup=FOOBAR socket options=TCP_NODELAY IPTOS_LOWDELAY encrypt passwords=yes follow symlinks=no veto files=/.*/ password server=FOOPASS [user1] path=..... writeable=yes create mask=775 guest ok=no valid users=user1,user2,etc Other programs do not have this problem, only office2000 apps. Have i done something dumb? carl Return-Path: <owen@mydesignnet.com> Delivered-To: samba@lists.samba.org Received: from www.ivt.com.au (...