| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
* Makefile.in: Clean up *.exe files.
|
|
|
|
| |
* Makefile.in: Provide a 'winupload' target.
|
|
|
|
|
|
|
|
| |
* .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.
|
| |
|
|
|
|
|
|
|
|
| |
* wininstaller.nsis.in: Include mlvirtmanager in the Windows
installer.
* Makefile.in: Re-enable native code builds for Windows installer.
* mlvirtmanager/Makefile.in: Pass $(LDFLAGS) when building on
Windows - you need to specify the location of $GTK/lib.
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
- New website is http://libvirt.org/ocaml/
|
|
|
|
| |
Fixed display of time which was accidentally broken in previous code move.
|
|
|
|
| |
'make distclean' now cleans more files.
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
| |
time to fix it properly.
* Makefile.in: Fix 'check-manifest' rule. Added 'make release'.
* MANIFEST: Updated MANIFEST.
|
|
|
|
| |
time to fix it properly.
|
| |
|
|
|