summaryrefslogtreecommitdiffstats
path: root/mlvirsh/mlvirsh.ml
Commit message (Collapse)AuthorAgeFilesLines
* Removed virt-ctrl, virt-df, ocaml-libvirt - now in separate repositories.Richard W.M. Jones2008-04-161-770/+0
|
* Make mlvirsh localizable.Richard W.M. Jones2008-03-281-136/+142
|
* Fix executable permissions added by Windoze.Richard W.M. Jones2008-01-071-0/+0
|
* mlvirsh can compile without extlibRichard W.M. Jones2008-01-051-3/+44
| | | | | | | | * 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-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.
* Added support for new API calls:Richard W.M. Jones2007-11-141-0/+20
| | | | | | | - virNodeGetFreeMemory - virNodeGetCellsFreeMemory Release of 0.3.3.1.
* Added GNU GPL/LGPL copyright notices everywhere.Richard W.M. Jones2007-10-171-0/+14
| | | | Fixed display of time which was accidentally broken in previous code move.
* Removed $Id$ everywhere.Richard W.M. Jones2007-10-171-1/+0
| | | | 'make distclean' now cleans more files.
* Initial import from CVS.rjones@localhost2007-08-301-0/+690