similar to: glue for HPUX

Displaying 20 results from an estimated 100 matches similar to: "glue for HPUX"

2008 Nov 18
1
[Patch 3/3] ocfs2-tools: Fix compilation of Pacemaker glue for ocfs2_controld
Fix compilation of Pacemaker glue for ocfs2_controld when the underlying Pacemaker installation supports both the Heartbeat and OpenAIS stack Signed-off-by: Andrew Beekhof <abeekhof at suse.de> --- upstream/ocfs2_controld/pacemaker.c 2008-09-11 16:51:11.000000000 +0200 +++ dev/ocfs2_controld/pacemaker.c 2008-10-23 13:14:56.000000000 +0200 @@ -20,8 +20,16 @@ #include
2014 Mar 25
0
Looking for some glue between Strong Parameters and CanCan
Hello Rails World, does anybody know a good solution for Strong Parameters in a Rails app authorized by Cancan (or a similar authorization gem)? def user_params if current_user.admin? params.require(:user).permit! else params.require(:user).permit(:password, :password_confirmation) end end Now I want to do this the "Cancan way". My first idea looks strange to me: def
2004 Nov 23
1
Re: [Ocfs2-commits] mfasheh commits r1663 - branches/dlm-glue/src
On Mon, Nov 22, 2004 at 09:37:19PM -0600, svn-commits@oss.oracle.com wrote: > Author: mfasheh > Date: 2004-11-22 21:37:18 -0600 (Mon, 22 Nov 2004) > New Revision: 1663 > > Modified: > branches/dlm-glue/src/journal.c > branches/dlm-glue/src/namei.c > branches/dlm-glue/src/ocfs.h > branches/dlm-glue/src/super.c > Log: > * ocfs_malloc was hardly used so
1999 Jun 29
0
Privacy Guard Glue, snapshot 19990628
Privacy Guard Glue (PGG) Snapshot 19990628 Released ===================================================== PGG (Privacy Guard Glue) is a well-designed library written in C to add GnuPG support to applications. PGG uses GnuPG (Gnu Privacy Guard) with its coprocessing interface as the workhorse. PGG is free software and includes the complete source code. It is protected under the Gnu
2009 Nov 04
2
How to glue com32 module in grub2 ?
Hello Erwan and others, I am running HDT from grub2 with memdisk. I have informed the success of booting hdt to the grub2 list. Some developers are very much interested to this issue and they are showing their interest to make a glue between com32 and grub2 so that hdt can be loaded without memdisk. It is really very exciting to have hdt as an inbuilt feature of grub2. Could any one kindly
2008 Sep 18
0
[LLVMdev] Beginner needs some glue between Kaleidoscope and other docs
Hi Folks, I am just starting to get familiar with the llvm framework, thank you at first for this nice tool which seems really powerful! I have studied so far the Kaleidoscope example and other docs at llvm.org and try to figure out which would be the "right" way (well I suppose there are many) to integrate the framework into my compiler project, but there is still quite a gap between
2013 Feb 03
1
[LLVMdev] Chain and glue operands should occur at end of operand list
Hi, I got that message from a call to InstrEmitter::AddOperand. I am writing a back end for CortexM0 (for self teaching purposes), I am working on LDR with immediate offset instruction. In the ARM backend, if the offset is 0, the following code is executed by the function ARMDAGToDAGISel::SelectThumbAddrModeImm5S Base = N.getOperand(0); OffImm = CurDAG->getTargetConstant(0, MVT::i32);
2013 Mar 26
0
[LLVMdev] Is it correct for a glue operand to be replaced with a chain?
Hi, I am confused about the behavior of chain of glue operands; I have a node that receives the chain and a glue operand from the same node, and the ISEL DAG looks how I want it to. However, once it passes to scheduling, the glue no longer exists and the nodes are just chained, but twice. ISel output: ISEL: Starting pattern match on root node: 0x2c689c0: i32,ch = SHADDXH 0x2c688c0:2,
2013 Apr 15
3
[LLVMdev] Flag and Glue
My understand is that in DAG terminology, Flag is now called Glue. It would be nice for someone to go through and clean up the code as far as comments and variable names. That was driving me close to the brink of insanity till I found out about this. Even in Selection Dag Node Properties def SDNPOutGlue : SDNodeProperty; // Write a flag result def SDNPInGlue : SDNodeProperty;
2013 Apr 15
0
[LLVMdev] Flag and Glue
A similar casualty is that we have a bunch of nonsensically named variables `const DataLayout *TD` as residue from the TargetData -> DataLayout transition :| -- Sean Silva -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130415/17355dab/attachment.html>
2013 Apr 15
1
[LLVMdev] Flag and Glue
On Apr 15, 2013, at 4:50 PM, Sean Silva <silvas at purdue.edu> wrote: > A similar casualty is that we have a bunch of nonsensically named variables `const DataLayout *TD` as residue from the TargetData -> DataLayout transition :| Patches that fix these sorts of issues are pre-approved. Go for it :-) -Chris
2013 Apr 16
1
[LLVMdev] Flag and Glue
On Mon, Apr 15, 2013 at 4:50 PM, Sean Silva <silvas at purdue.edu> wrote: > A similar casualty is that we have a bunch of nonsensically named > variables `const DataLayout *TD` as residue from the TargetData -> > DataLayout transition :| > Good catch! I kicked off with 179601 fixing it in the DataLayout class itself. Eli -------------- next part -------------- An HTML
1999 Jun 30
1
New packages (tcl/tk <-> R glue + Visual Tcl)
[Reposted by R-announce-owner because of R-announce protection. Guido is subscribed under a different E-mail..] I have made available in the 'Contributed R code | Devel' section of CRAN (in this moment only at Wien) two new packages: 'tcltk': this package let to create and use tcl/tk interpreters from R. The tcl interpreters have an additional command
1999 Jun 30
1
New packages (tcl/tk <-> R glue + Visual Tcl)
[Reposted by R-announce-owner because of R-announce protection. Guido is subscribed under a different E-mail..] I have made available in the 'Contributed R code | Devel' section of CRAN (in this moment only at Wien) two new packages: 'tcltk': this package let to create and use tcl/tk interpreters from R. The tcl interpreters have an additional command
2011 Mar 08
0
keep getting an error, "rescue in load_missing_constant': uninitialized constant Paperclip::Glue (NameError)"
hi, there rails: 2.3.8 machine os: Ubuntu 10.04 Lucid I''m having some problems with my rails installation in one of my new development machines. I have installed all the gems in my config/environment.rb file. When I now run either script/console or script/server, I have the error of " `rescue in load_missing_constant'': uninitialized constant Paperclip::Glue
2014 Jun 23
2
[LLVMdev] How to add a MVT::Glue property of intrinsic node?
Hi, I have implemented a pair intrinsic nodes in back-end, But there is a chain dependence between two intrinsic nodes. So in the Pre-RA-sched stage, these two intrinsic nodes would be apart. I expect that there is no node between these two intrinsic nodes, therefore, I guess it would be work if there is a MVT::Glue between these nodes. But I don’t know how to add. Thanks in advance. Haishan
2020 Jul 21
2
error al instalar glue
Hola, Estoy haciendo un análisis de datos de Twitter y cuando intento correr esta línea de código: timelines %>% dplyr::filter(created_at > "2020-01-01") %>% dplyr::group_by(screen_name) %>% ts_plot("days", trim = 1L) + ggplot2::geom_point() + ggplot2::labs( title = "Tuits publicados por cada cuenta" ) Me da el siguiente error Error in
2010 Aug 14
2
uuid problem while compiling glue
Hi guys I got the errors like this while compiling cluster glue: ./.libs/libplumb.so: undefined reference to `uuid_parse' ./.libs/libplumb.so: undefined reference to `uuid_generate' ./.libs/libplumb.so: undefined reference to `uuid_copy' ./.libs/libplumb.so: undefined reference to `uuid_is_null' ./.libs/libplumb.so: undefined reference to `uuid_unparse'
2009 Dec 02
2
different views of a imap account
Hi, I've looked around a few times to see if I could figure the answer to this question but I think I may not know the right question to ask... The scenario I have is that I'm running dovecot, exim and procmail on one server (using maildir storage) and also have apache on another server. I can run squirrel mail, roundcube, etc. all on the web server and access all my email just fine. I
2019 Dec 10
3
Glue two instructions together
Hi, for DAG-to-DAG instruction selection I’ve implemented a pattern, which creates from one SDNode two instructions, something like: def: Pat<(NEW_SDNODE REG:$r1), (INST_OUT (INST_IN), REG:$r1)>; where INST_IN doesn't accepts any inputs and INST_OUT accepts two inputs - one returned by INST_IN and REG;$r1. Is there any possibility to ‘Glue’ two instruction created