search for: l105

Displaying 6 results from an estimated 6 matches for "l105".

Did you mean: 105
2015 Feb 08
2
[LLVMdev] Fwd: Improper Function::iterator increment
...work fine. I initially thought that the above way is not the correct way anymore since 3.5.0 might have changed few things. Anyways here is my dirty code I have written for my research project that I took the above snippet from : https://github.com/pranavk/spatial-computing/blob/master/waves.cpp#L105 On Sun, Feb 8, 2015 at 10:25 PM, David Blaikie <dblaikie at gmail.com> wrote: > This may be difficult yo reproduce or debug without a more complete > (though preferably minimal) test case. > On Feb 8, 2015 8:31 AM, "Pranav Kant" <pranav913 at gmail.com> wrote: >...
2015 Feb 08
2
[LLVMdev] Fwd: Improper Function::iterator increment
...s not the correct way anymore >> since 3.5.0 might have changed few things. >> >> Anyways here is my dirty code I have written for my research project that >> I took the above snippet from : >> >> https://github.com/pranavk/spatial-computing/blob/master/waves.cpp#L105 >> > > Someone (not necessarily me) will presumably need the > input/command/arguments/whatever required to trigger the infinite loop in > this code that you're seeing, as well as the code there. > > >> >> >> >> On Sun, Feb 8, 2015 at 10:25 PM, Da...
2018 Nov 06
1
Re: [PATCH 2/3] v2v: linux: install packages
On Tuesday, 6 November 2018 11:44:14 CET Tomáš Golembiovský wrote: > Install packages from local files without touching network. > > Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com> > --- In this case, better name it local_install/install_local (or something along these lines) to make it more clear it is not a "classic install". > +and do_install g {
2023 Apr 30
1
PHP API
Hi Michal Are there plans to implement snapshot create_as version of the following function where XML could be passed? https://github.com/libvirt/libvirt-php/blob/afe404b2cf4bb46cdd39c6ea4df1c7c65b2d0b1b/src/libvirt-snapshot.c#L105 Regards Simon. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20230430/ea61c683/attachment.htm>
2015 Feb 08
2
[LLVMdev] Fwd: Improper Function::iterator increment
void Wave::init (const Function &F){ Function::const_iterator ie = F.end(); outs() << ie << "\n\n"; for (Function::const_iterator I = F.begin(), IE = F.end(); I != IE; I++, K++){ outs() << I << "\n"; // some manipulation with I } } I used the above shown function in my pass in LLVM 3.4.2 and it used to work fine but
2003 Jun 21
2
rsync 2.5.6 for NCR MP-RAS
...9; encountered where '==' may have been intended. No errors 1 warning cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c backup.c -o backup.o NCR High Performance C Compiler R3.0c (c) Copyright 1994-97, NCR Corporation (c) Copyright 1987-97, MetaWare Incorporated w "backup.c",L105/C17(#257): '=' encountered where '==' may have been intended. No errors 1 warning cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c options.c -o options.o NCR High Performance C Compiler R3.0c (c) Copyright 1994-97, NCR Corporation (c) Copyright 1987-97, MetaWare Incorporat...