summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Readded AC_PROG_INSTALL.Richard W.M. Jones2008-04-161-0/+2
|
* *** THIS REPO IS JUST FOR VIRT-TOP NOW ***Richard W.M. Jones2008-04-161-234/+43
| | | | | - See http://hg.et.redhat.com/applications/virt/ for bindings and the other applications.
* Check for pa_bitmatch extension (now required by virt-df).Richard W.M. Jones2008-04-141-1/+5
|
* Basic infrastructure for using gettext to translate.Richard W.M. Jones2008-03-281-0/+43
|
* Version 0.4.1.1 for release.Richard W.M. Jones2008-03-191-1/+1
|
* Version 0.4.1.0 for release.Richard W.M. Jones2008-03-041-2/+2
|
* Added support for compiled-in icons from a GNOME theme.Richard W.M. Jones2008-03-041-0/+26
|
* Upgrade to released storage API in libvirt CVS.Richard W.M. Jones2008-02-201-15/+18
|
* Added a separate file and dependency for DBus.Richard W.M. Jones2008-02-161-0/+3
|
* Version 0.4.0.3 released.Richard W.M. Jones2008-02-121-1/+1
|
* Support for calendar >= 2.0rjones@thinkpad.home.annexia.org2008-02-121-1/+8
|
* Further work on storage API and autogenerating bindings.Richard W.M. Jones2008-01-191-6/+7
|
* More bindings autogenerated, more coverage of storage API.Richard W.M. Jones2008-01-181-1/+0
|
* Move to autogeneration of many C bindings.Richard W.M. Jones2008-01-181-0/+54
| | | | | | | * configure.ac, libvirt/libvirt_c.c, libvirt/generator.pl: Many C bindings can now be autogenerated using a Perl script. Also includes preliminary support for the experimental storage API.
* List functions to test one-per-line to make it simpler to add more.Richard W.M. Jones2008-01-181-1/+11
|
* Bumped version number.Richard W.M. Jones2008-01-081-1/+1
|
* mlvirtmanager renamed as virt-ctrl.Richard W.M. Jones2008-01-071-2/+2
| | | | | | | | * .hgignore, Makefile.in, configure.ac: Rename mlvirtmanager as virt-ctrl to avoid any confusion with the real virt-manager. * mlvirtmanager/, virt-ctrl/: Subdirectory moved. * README: Supporting documentation updated.
* Fix executable permissions added by Windoze.Richard W.M. Jones2008-01-071-0/+0
|
* Bundle Gtk DLLs and support files in the Windows installer.Richard W.M. Jones2008-01-071-1/+78
| | | | | | | | * configure.ac: Detect library paths instead of hard- coding them. * wininstaller.nsis (removed): This file is now autogenerated. * wininstaller.nsis.in: Bundle Gtk DLLs and support files. * Makefile.in: More verbose messages from NSIS.
* Basic framework for NSIS.Richard W.M. Jones2008-01-071-0/+15
|
* mlvirtmanager compiles and runs on Windows (MinGW).Richard W.M. Jones2008-01-051-7/+7
| | | | | | | * configure.ac: Directories to search for optional modules were specified incorrectly - fixed. * mlvirtmanager/Makefile.in: Changed so can build without ocamlfind, and checked it can build on Windows.
* mlvirsh can compile without extlibRichard W.M. Jones2008-01-051-4/+1
| | | | | | | | * mlvirsh/mlvirsh.ml: mlvirsh only needed three functions from extlib, so copy them in here to avoid the dependency. * configure.ac: No dependency on extlib for mlvirsh. * mlvirsh/Makefile.in: Changed so can build without ocamlfind. * README: Updated documentation.
* Build libvirt and examples on Windows (MinGW).Richard W.M. Jones2008-01-051-44/+81
| | | | | | | | | | | | | * aclocal.m4: Add AC_CHECK_OCAML_MODULE to check for OCaml modules directly (without ocamlfind being needed). * configure.ac: Remove requirement for ocamlfind. * config.guess, config.sub: Ship these files to guess host, build and target. * libvirt/Makefile.in, examples/Makefile.in: Change these so they don't require ocamlfind, do the right thing on MinGW. * Make.rules.in: Make.rules is now generated from this file. File can use ocamlfind or direct ocaml commands as available. * .hgignore: Ignore some generated files on Windows.
* Make extlib an optional dependency.Richard W.M. Jones2008-01-041-4/+4
| | | | | | | * Makefile.in, README, configure.ac, examples/Makefile.in, libvirt/Makefile.in, mlvirtmanager/Makefile.in: Much code doesn't really need extlib, so make it optional. Bail earlier in configure step if we don't have ocamlfind.
* Version 0.4.0.0 for release.Richard W.M. Jones2007-12-201-1/+1
| | | | * configure.ac: Version 0.4.0.0 for release.
* * libvirt/libvirt.mli, libvirt/libvirt.ml: New error numbersRichard W.M. Jones2007-11-201-1/+6
| | | | | | | | | in base libvirt. * libvirt/libvirt_c.c: Gracefully handle the case where libvirt throws an error number we have not heard of before (eg. when dynamic linking with newer libvirt). * configure.ac: Check <libvirt/virterror.h> exists. * configure.ac: Version 0.3.3.4.
* Version 0.3.3.3.Richard W.M. Jones2007-11-141-1/+1
| | | | | | | * libvirt/libvirt.mli: Added filename = string type to clarify some function signatures which take a filename. Added lots of function documentation. * libvirt/libvirt.ml: Added VIR_FROM_OPENVZ.
* Start version 0.3.3.2.Richard W.M. Jones2007-11-141-1/+1
|
* Added support for new API calls:Richard W.M. Jones2007-11-141-1/+1
| | | | | | | - virNodeGetFreeMemory - virNodeGetCellsFreeMemory Release of 0.3.3.1.
* Version 0.3.3.1.Richard W.M. Jones2007-10-191-1/+1
|
* * virt-top/virt_top_calendar.ml: Added --end-time option.Richard W.M. Jones2007-10-191-0/+2
| | | | | | | | Extra optional dep on ocaml-calendar. * virt-top/virt-top.pod: Document how to compress and split CSV files. Document --end-time option and time formats. * virt-top/virt_top.ml: Allow sub-second delays when in batch and script mode.
* Set version to 0.3.3.0 to match libvirt numbering.Richard W.M. Jones2007-10-181-1/+1
|
* Added GNU GPL/LGPL copyright notices everywhere.Richard W.M. Jones2007-10-171-0/+17
| | | | Fixed display of time which was accidentally broken in previous code move.
* * configure.ac: Changed version to 0.3.2.9.Richard W.M. Jones2007-09-271-1/+1
| | | | | | | * Makefile.in: Re-enable virt-df. * virt-df/virt_df*.ml: Mostly finished off the core of virt-df. Ext2/3 support. No LVM as yet. * virt-df/README: Added README file.
* Version 0.3.2.8.Richard W.M. Jones2007-09-241-1/+1
| | | | Added support for init files.
* Basic version, just prints the domains and disk/file mappings.rjones@amd2007-09-041-0/+7
|
* Initial import from CVS.rjones@localhost2007-08-301-0/+104