search for: vala

Displaying 20 results from an estimated 42 matches for "vala".

Did you mean: val
2019 Jan 22
2
[PATCH] gobject: Add Vala binding support
...virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into KVM guests. http://libguestfs.org/virt-v2v --bp/iNruPH9dso1Pn Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="0001-gobject-Add-Vala-binding-support.patch" >From 610c8206ecd991be372650c2914bbffd9af057fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20No=C3=ABl?= <corentin.noel@collabora.com> Date: Tue, 22 Jan 2019 13:12:57 +0100 Subject: [PATCH] gobject: Add Vala binding support --- .gitignore...
2019 Jan 22
1
Re: [PATCH] gobject: Add Vala binding support
Thanks for the quick review, I addressed the comments but couldn't run `make dist` because of some issue with `libguestfs.pot` while building. So please review it carefully (even if I followed the recommended steps to include Vala support as written here https://wiki.gnome.org/Projects/Vala/UpstreamGuide#Autotools_Integration ) Regards, Corentin >From 2e4414fac2b4432c566b78ca7760abd3354cc684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20No=C3=ABl?= <corentin.noel@collabora.com> Date: Tue, 22 Jan 2019 13:12...
2019 Jan 22
1
[PATCH] gobject: Add Vala binding support
Here is a patch adding Vala bindings support if the GObject Introspection is also available. >From 610c8206ecd991be372650c2914bbffd9af057fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20No=C3=ABl?= <corentin.noel@collabora.com> Date: Tue, 22 Jan 2019 13:12:57 +0100 Subject: [PATCH] gobject: Add Vala binding su...
2019 Jan 22
2
Re: [PATCH] gobject: Add Vala binding support
...f --git a/configure.ac b/configure.ac index e18e099b9..dfc7a1af3 100644 --- a/configure.ac +++ b/configure.ac @@ -161,6 +161,8 @@ HEADING([Checking for Go]) m4_include([m4/guestfs-golang.m4]) HEADING([Checking for GObject Introspection]) m4_include([m4/guestfs-gobject.m4]) +HEADING([Checking for Vala]) +VAPIGEN_CHECK dnl virt-v2v, virt-p2v. HEADING([Checking the virt-v2v and virt-p2v dependencies]) @@ -421,6 +423,8 @@ AS_ECHO_N(["gobject bindings .................... "]) if test "x$HAVE_GOBJECT_TRUE" = "x"; then echo "yes"; else echo "no";...
2019 Jan 22
0
Re: [PATCH] gobject: Add Vala binding support
...Tue, Jan 22, 2019 at 01:05:41PM +0000, Richard W.M. Jones wrote: > From 610c8206ecd991be372650c2914bbffd9af057fb Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Corentin=20No=C3=ABl?= <corentin.noel@collabora.com> > Date: Tue, 22 Jan 2019 13:12:57 +0100 > Subject: [PATCH] gobject: Add Vala binding support > > --- > .gitignore | 1 + > configure.ac | 4 ++ > gobject/Makefile.am | 17 +++++ > gobject/libguestfs-gobject-1.0.deps | 2 + > m4/vapigen.m4 | 101 +++++++++++++++...
2019 Jan 23
1
Re: [PATCH] gobject: Add Vala binding support
...ier 2019 à 15:34 +0000, Richard W.M. Jones a écrit : > This patch is still corrupt. If you can't use git send-email, then > try using an email attachment. > > Thanks, > > Rich. > --=-aTsmf5bEc4PPFwS1NYMU Content-Disposition: attachment; filename="0001-gobject-Add-Vala-binding-support.patch" Content-Transfer-Encoding: base64 Content-Type: text/x-patch; name="0001-gobject-Add-Vala-binding-support.patch"; charset="UTF-8" RnJvbSAxYmRmZWUwODI0Y2QxYjYyYWNlYTNkYzBlOGVlNTNmOWMzNDdjZWZlIE1vbiBTZXAgMTcg MDA6MDA6MDAgMjAwMQpGcm9tOiA9P1VURi04P3E/Q2...
2012 Sep 24
1
eval and tcltk : target of assignment expands to non-language object
Hi everyone, I have a problem to assign a value with tcl/tk ths is the code ( it should be simple to understand) : library(tcltk) valA<-tclVar("0") valB<-tclVar("0") valC<-tclVar("0") id<-"A" out<-"1" out2<-"2" print(paste("tclvalue(val",id,")",sep="")) # ok print(as.name(paste("tclvalue(val",id,")",sep=...
2019 Jan 22
0
Re: [PATCH] gobject: Add Vala binding support
This patch is still corrupt. If you can't use git send-email, then try using an email attachment. Thanks, Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-builder quickly builds VMs from scratch http://libguestfs.org/virt-builder.1.html
2016 Feb 03
2
[buildSchedGraph] memory dependencies
...+ // If mem-operands show that the same address Value is used by both + // ("normal") instructions, simply check offsets and sizes of the + // accesses. + MachineMemOperand *MMOa = *MIa->memoperands_begin(); + MachineMemOperand *MMOb = *MIb->memoperands_begin(); + const Value *VALa = MMOa->getValue(); + const Value *VALb = MMOb->getValue(); + if (VALa == VALb && + !MIa->hasUnmodeledSideEffects() && !MIb->hasUnmodeledSideEffects() && + !MIa->hasOrderedMemoryRef() && !MIb->hasOrderedMemoryRef()) { + int OffsetA =...
2006 Jan 27
3
Search/advanced search
Hello, How do you handle advanced searches in Rails, i.e., anything more than one field? I searched the archives but wasn''t able to find a good example of this. [I also noticed the forum itself has no advanced search yet!] This is another of those common scenarios--like advanced lookup functionality--that I''d address if I was inventing a Web framework. I''ve been
2011 Sep 15
1
Xrdp
...ic Xrdp support should be very similar to the vnc > support. But the Xrdp developer are implementing channels for usb/audio > passthrough. > > NX protocol is a statefull shell implementation. So it is not as easy as RDP and > VNC. > Is there a way to implement the NX support using Vala? Like a plugin? A greeter? > > > Regards, > Marcelo > > On Tue, Sep 13, 2011 at 6:58 AM, Robert Ancell <robert.ancell at gmail.com> wrote: >> Cool, let me know if you need any information. >> >> btw, you have a stray 265 in the following line: >> ? ?r...
2008 Jun 27
2
Upgrade to 1.1 maildir & shared folders problems
Hello, We recently upgraded to Dovecot 1.1 from 1.0.5 and we are having few issues: 1) Maildir's are not created anymore for new users if they dont excits, the directories where created before, is this a configuration issue? 2) Cannot subscribe to shared folders, if currently subscribed they work fine but cannot re-subscribe, also i noticed that the control directory for the namespace is
2016 Oct 18
3
unable to compile llvm with gcc 4.7.4
Hi, This is not the purpose of my distro. The purpose of my distro is to account for complexity lock-in and to remove this as much as possible. This complexity is usually performed in 2 ways: - ultra costly languages/runtime to implement (c++/java...), and I don't think "ultra" is a word big enough. - multiplication of script languages
2014 Dec 29
0
CentOS 7 KVM guests no longer get keystrokes after yum update [solved]
...mpatible with the candidate packages in the preview repository cited above. I disabled the preview repo in /etc/yum.repos.d/..., uninstalled each of its packages, and re-installed the relevant packages (libvirt qemu-kvm qemu-kvm-tools virt-* spice-gtk spice-gtk-python spice-gtk-tools spice-gtk3-vala spice-xpi). Lesson learned: When you install 3rd party repositories you should reserve time for hand-holding your package management system. -- Charles Polisher
2017 Jan 18
0
CEBA-2017:0070 CentOS 7 spice-gtk BugFix Update
...64.rpm c4751648192b58992f09e36d62992263175f6a437d86c7145fba8b008c15373f spice-gtk3-devel-0.31-6.el7_3.2.i686.rpm 5434064a8a9ca397722ab2da74c8052683996020f4c7eb960834992100ef427c spice-gtk3-devel-0.31-6.el7_3.2.x86_64.rpm f9650f0bd70eb5989b2daf5f27a62d5fb970429cb9027f963b600a59ec51716a spice-gtk3-vala-0.31-6.el7_3.2.x86_64.rpm 80254db4661e91c62a99906951d9a0de2de622edd094f9ce33e9e80395c31e94 spice-gtk-devel-0.31-6.el7_3.2.i686.rpm 2df2460cee477fdf0106bfcdebfc38c8630d1e10c7807fe5ce18d1f0b690f80e spice-gtk-devel-0.31-6.el7_3.2.x86_64.rpm 92e0e4eaee6f714ecd2d42201b3e416ccb5e6d267523a95cd84179821b6...
2018 Jan 26
0
CEBA-2018:0167 CentOS 7 spice-gtk BugFix Update
...64.rpm 228d7895d8fcae366c6481f41e4fe53935e77a6ac707a8d30c725bf1c64521b3 spice-gtk3-devel-0.33-6.el7_4.1.i686.rpm ff9b00fee51a9089fa8113d53c6163c4b5e435a419c55f5283db286bba82c262 spice-gtk3-devel-0.33-6.el7_4.1.x86_64.rpm d356923767b3ce94d27b6aa5183380278037e919da72f2b7c223b2ed51833ae0 spice-gtk3-vala-0.33-6.el7_4.1.x86_64.rpm 0fbe276be518ad2511f09a2d36f95f59f4c3d10dcb0ff0e85153e925b014b5f7 spice-gtk-tools-0.33-6.el7_4.1.x86_64.rpm Source: 6016a630a5cd0f3c25f99381e7f93060cc104b096e277447ec419de7b81cf59e spice-gtk-0.33-6.el7_4.1.src.rpm -- Johnny Hughes CentOS Project { http://www.centos.o...
2018 Jul 03
0
CEBA-2018:2005 CentOS 7 spice-gtk BugFix Update
...64.rpm b593e69d0a42238980fee792737a6924676e45a22fb1644f771661b9a64b0ca4 spice-gtk3-devel-0.34-3.el7_5.1.i686.rpm 6eee2171f50a12ed4c31a6122d686ebd863cdf9b8661eb922684dfeadaf70791 spice-gtk3-devel-0.34-3.el7_5.1.x86_64.rpm d9651ee4b37dba8b1b505e45c7f936010657a89ea71db1a13f9559c11acf3a8e spice-gtk3-vala-0.34-3.el7_5.1.x86_64.rpm d25d8f35b1e84ff2f81f2d6816a2eaef45e41c8b7b2ef0dcb781f8bbbb8d1b9d spice-gtk-tools-0.34-3.el7_5.1.x86_64.rpm Source: 1415db469760e4e39f58520d13ad93dc0db4c5ad103121f1b7ae91c85f9441eb spice-gtk-0.34-3.el7_5.1.src.rpm -- Johnny Hughes CentOS Project { http://www.centos.o...
2018 Sep 28
0
CESA-2018:2731 Important CentOS 7 spice-gtk Security Update
...64.rpm d37f1965615d68775b70a87e712d62be34478365447bde4ecc6c6540b02d42b2 spice-gtk3-devel-0.34-3.el7_5.2.i686.rpm 3a660af359ee455fb5d7b1a4786529bcd165227bd4696f73af82736fd1dcc8ff spice-gtk3-devel-0.34-3.el7_5.2.x86_64.rpm dd7fb15405e81d221c8fe35581cb43e6542bada12fc18d81b04b12c664bf84f1 spice-gtk3-vala-0.34-3.el7_5.2.x86_64.rpm dca6bbeb44cb05fc6b8c826ab9144e990ea94edbe11aba47cd97b0331bf6174a spice-gtk-tools-0.34-3.el7_5.2.x86_64.rpm Source: 07a6ca847eb2a35deebecde7933d2546098b9874f52687bc42108f397bb41f64 spice-gtk-0.34-3.el7_5.2.src.rpm -- Johnny Hughes CentOS Project { http://www.centos.o...
2019 Jul 31
0
CEBA-2019:1888 CentOS 7 ModemManager BugFix Update
...2244e6aaa11d9e8cdb9a7ccf649f557d11f5c33701f4cbb65f4930e ModemManager-glib-devel-1.6.10-3.el7_6.i686.rpm 4bafecc66872390a49d9962ed34ed819da1f21576b575104e00f039546fcaa16 ModemManager-glib-devel-1.6.10-3.el7_6.x86_64.rpm ae5bdefe825888011c6c8115fc9fe971756d2209d2260192c4f7047c313342b5 ModemManager-vala-1.6.10-3.el7_6.x86_64.rpm Source: 2ca3652815ec497d91311762e7cb43be4de98c278ec10146cb761a6dcad4c0ca ModemManager-1.6.10-3.el7_6.src.rpm -- Johnny Hughes CentOS Project { http://www.centos.org/ } irc: hughesjr, #centos at irc.freenode.net Twitter: @JohnnyCentOS
2019 Jul 02
0
[PATCH 01/12] Rust bindings: Add Rust bindings
...100644 --- a/configure.ac +++ b/configure.ac @@ -161,6 +161,8 @@ HEADING([Checking for Go]) m4_include([m4/guestfs-golang.m4]) HEADING([Checking for GObject Introspection]) m4_include([m4/guestfs-gobject.m4]) +HEADING([Checking for Rust]) +m4_include([m4/guestfs-rust.m4]) HEADING([Checking for Vala]) VAPIGEN_CHECK @@ -315,6 +317,7 @@ AC_CONFIG_FILES([Makefile ruby/Rakefile ruby/examples/Makefile ruby/ext/guestfs/extconf.rb + rust/Makefile sparsify/Makefile sysprep/Makefile...