summaryrefslogtreecommitdiffstats
path: root/tools/wixl/util.vala
Commit message (Collapse)AuthorAgeFilesLines
* wixl: add MsiFileHash tableMarc-André Lureau2013-11-111-0/+19
|
* wixl: move uuid_from_name in utilMarc-André Lureau2013-11-081-0/+20
|
* wixl: use sha1 instead of md5 by defaultMarc-André Lureau2013-11-081-2/+2
|
* preprocessor: add condition evaluatorMarc-André Lureau2013-04-121-0/+4
|
* wixl: do not use enum_from_string directly, make it genericPaolo Bonzini2013-01-241-2/+2
| | | | | | | | | The right spelling is multiString, not multi-string as defined by vala, so we cannot use enum_from_string. Thus do not make it public and use it internally from a (possibly more complex) from_string static method of the enum. I haven't checked the usage in msi-default.vala.
* wixl: remove gio-unix dependencyPaolo Bonzini2013-01-181-0/+16
| | | | | It is not available under Windows, but it can be easily implemented using Posix.read.
* wixl: do not use g_hash_table_addPaolo Bonzini2013-01-171-0/+4
| | | | This is not supported in GLib 2.22, which is the version used in RHEL6.
* tools: add wixl-heatMarc-André Lureau2013-01-111-0/+10
| | | | A tool to generate WiX fragments
* wixl: make methods in util.vala publicMarc-André Lureau2013-01-101-10/+10
|
* wixl: move get_attribute_content() to wix.valaMarc-André Lureau2013-01-101-7/+0
|
* move wixl source to tools/wixl/Paolo Bonzini2013-01-091-0/+139
Fixes in-tree build.