summaryrefslogtreecommitdiffstats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* main: Record and print full exception stack traces.Richard W.M. Jones2011-01-061-1/+4
| | | | | | | | | | | This turns on stack trace recording unconditionally (the same effect as if OCAMLRUNPARAM=b was always supplied), and also prints stack traces to the log file if there is an exception. See also: http://caml.inria.fr/pub/docs/manual-ocaml/libref/Printexc.html Note that this requires OCaml >= 3.11.0.
* HACKING file, update (C) messages.Richard Jones2009-10-061-1/+1
|
* *** THIS REPO IS JUST FOR VIRT-TOP NOW ***Richard W.M. Jones2008-04-161-236/+10
| | | | | - See http://hg.et.redhat.com/applications/virt/ for bindings and the other applications.
* Add new column for virt-df requirements.Richard W.M. Jones2008-04-141-44/+48
|
* Basic infrastructure for using gettext to translate.Richard W.M. Jones2008-03-281-1/+14
|
* Update list of dependencies.Richard W.M. Jones2008-03-041-7/+12
|
* Move connection dialog to its own module. ocaml-dbus >= 0.04.Richard W.M. Jones2008-02-271-0/+1
|
* Rewrite the requirements section of the README file to make itRichard W.M. Jones2008-02-161-50/+109
| | | | clearer.
* Changing copyright notice for new year.Richard W.M. Jones2008-01-181-2/+2
|
* Move programming information to libvirt generated doc.Richard W.M. Jones2008-01-081-27/+0
| | | | | | | | | | * README, libvirt/libvirt.mli: Moved programming information to libvirt generated documentation, greatly expanded examples and other issues. * examples/Makefile.in, examples/node_info.ml, examples/.depend: Added node_info example program. * .hgignore, Makefile.in: Ignore, clean up node_info binary. * examples/list_domains.ml: Make a read-only connection.
* mlvirtmanager renamed as virt-ctrl.Richard W.M. Jones2008-01-071-14/+15
| | | | | | | | * .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
|
* Include required libraries in the Windows installer.Richard W.M. Jones2008-01-071-0/+16
| | | | * wininstaller.nsis: Include *.dll files.
* Basic framework for NSIS.Richard W.M. Jones2008-01-071-0/+14
|
* mlvirtmanager compiles and runs on Windows (MinGW).Richard W.M. Jones2008-01-051-3/+3
| | | | | | | * 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-5/+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.
* Update documentation for Windows.Richard W.M. Jones2008-01-051-0/+11
| | | | * README: Update documentation for Windows.
* Build libvirt and examples on Windows (MinGW).Richard W.M. Jones2008-01-051-0/+0
| | | | | | | | | | | | | * 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/+9
| | | | | | | * 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.3.3.2.Richard W.M. Jones2007-11-141-1/+1
| | | | - New website is http://libvirt.org/ocaml/
* * virt-top/virt_top_calendar.ml: Added --end-time option.Richard W.M. Jones2007-10-191-0/+1
| | | | | | | | 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.
* Removed $Id$ everywhere.Richard W.M. Jones2007-10-171-2/+0
| | | | 'make distclean' now cleans more files.
* Initial import from CVS.rjones@localhost2007-08-301-0/+154