summaryrefslogtreecommitdiffstats
path: root/.hgignore
Commit message (Collapse)AuthorAgeFilesLines
* Metadata parser.Richard W.M. Jones2008-04-151-0/+3
|
* Basic infrastructure for using gettext to translate.Richard W.M. Jones2008-03-281-0/+6
|
* Ignore config.cache (./configure -C)Richard W.M. Jones2008-01-181-0/+1
|
* Move programming information to libvirt generated doc.Richard W.M. Jones2008-01-081-0/+1
| | | | | | | | | | * 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.
* Fix bad paths in wininstaller.nsis.in.Richard W.M. Jones2008-01-081-1/+2
| | | | | * wininstaller.nsis.in: * .hgignore: Ignore *.orig files.
* Fix native virt-ctrl on Windows.Richard W.M. Jones2008-01-081-0/+1
| | | | | | * virt-ctrl/Makefile.in, virt-ctrl/mingw-gcc-wrapper.ml: Wrapper around 'gcc' to fix native virt-ctrl builds on Windows/MinGW. * .hgignore: Ignore *.exe files.
* mlvirtmanager renamed as virt-ctrl.Richard W.M. Jones2008-01-071-1/+1
| | | | | | | | * .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-0/+1
| | | | | | | | * 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/+1
|
* Build libvirt and examples on Windows (MinGW).Richard W.M. Jones2008-01-051-0/+2
| | | | | | | | | | | | | * 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.
* Basic version, just prints the domains and disk/file mappings.rjones@amd2007-09-041-0/+2
|
* Convert .cvsignore files to .cvsignore files, and remove some generated files.Richard W.M. Jones2007-08-301-0/+27