summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Set ALLUSERS=1 in perMachine install scopeMarc-André Lureau2014-10-072-0/+69
| | | | | | | Follow WiX behaviour and set ALLUSERS=1 automatically in perMachine install scope. https://bugzilla.redhat.com/show_bug.cgi?id=1146586
* Updated FSF's addressDaniel Mustieles2014-01-231-3/+1
|
* wixl: make component id generation more uniqueMarc-André Lureau2013-11-121-3/+3
| | | | Use a complete path for genenerating unique component id
* fix make checkMarc-André Lureau2013-11-081-4/+4
|
* and fix make check...Marc-André Lureau2013-11-081-3/+3
|
* build-sys: use git.mk to generate .gitignoreMarc-André Lureau2013-08-131-0/+2
|
* tests: add SampleUserMarc-André Lureau2013-07-112-0/+67
|
* Fix make checkMarc-André Lureau2013-07-051-0/+1
|
* tests: add Binary/CustomAction testMarc-André Lureau2013-05-163-0/+56
|
* Add Win64 attribute over all ComponentMarc-André Lureau2013-04-121-1/+1
|
* preprocessor: add condition evaluatorMarc-André Lureau2013-04-122-1/+17
|
* tests: fix false ko introduced by glib variableMarc-André Lureau2013-04-111-2/+2
|
* Compiler complains about missing or void returns in non-void functionsFridrich Štrba2013-02-061-0/+2
|
* wixl: reorganize full_path, add the key element to the stable UUIDPaolo Bonzini2013-01-251-3/+3
| | | | | | | Call the resolver from the override of WixElementRef. Override in WixComponent, making it look at the key component. Add a new method to fetch the name part from a <File> or <RegistryValue> element.
* wixl: implement stable UUID generationPaolo Bonzini2013-01-242-0/+62
| | | | Note that the UUIDs are *not* compatible with WiX!
* build-sys: g_type_init() is deprecated since 2.36Marc-André Lureau2013-01-213-2/+9
|
* Remove LIBMSI_RESULT_NO_MORE_ITEMS from APIMarc-André Lureau2013-01-171-41/+40
| | | | | | | Raising an error for indicating the end of the results is really inconvenient, it's like throwing an exception for something quite normal... The user can still make a distinction when there is an error if the GError is set.
* Fix database_new() usage after API changeMarc-André Lureau2013-01-172-50/+50
|
* Generate GObject enum/flags typesMarc-André Lureau2013-01-171-1/+1
|
* wixl: add --wxidir optionPaolo Bonzini2013-01-171-0/+11
|
* tests: fix wixl-heat test for hash value unstabilityPaolo Bonzini2013-01-161-2/+4
| | | | Probably the sorting should happen in wixl-heat, though.
* dist: use autom4te to distribute test filesPaolo Bonzini2013-01-161-2/+0
|
* tests: define AT_WIXLDATA in terms of AT_MSIDATAPaolo Bonzini2013-01-162-5/+2
|
* build-sys: fix make distcheckMarc-André Lureau2013-01-162-0/+3
|
* wixl: implement preprocessor undefMarc-André Lureau2013-01-152-1/+5
|
* tests: test wixl ifdef conditionMarc-André Lureau2013-01-142-3/+16
|
* tests: test preprocessor includeMarc-André Lureau2013-01-113-0/+19
|
* tests: add some wixl-heat testsMarc-André Lureau2013-01-111-0/+13
|
* Merge remote-tracking branch 'wixl/master'Paolo Bonzini2013-01-099-0/+281
|\
| * Add ARP example testMarc-André Lureau2013-01-092-0/+52
| |
| * tests: add -D testsMarc-André Lureau2013-01-081-0/+14
| |
| * Add preprocessor variables testMarc-André Lureau2013-01-081-3/+38
| |
| * tests: add SampleFragment testMarc-André Lureau2013-01-084-5/+91
| |
| * Add ŚampleFirst testMarc-André Lureau2013-01-065-1/+92
| |
| * test: add autotest infrastructureMarc-André Lureau2013-01-062-0/+11
|
* msibuild: fix loading the _SummaryInformation tableMarc-André Lureau2013-01-092-0/+37
| | | | Do not overwrite the loaded table with old data.
* msiinfo: list special tablesMarc-André Lureau2013-01-091-2/+6
|
* database: import stream from table nameMarc-André Lureau2013-01-093-4/+4
| | | | Follow more closely MsiDatabaseExport/ MsiDatabaseImport behaviour.
* record: add set_stream() and get_stream() using GIOMarc-André Lureau2013-01-092-66/+86
| | | | Use GInputStream for record stream manipulation
* database: remove folder argument from import()Marc-André Lureau2013-01-091-9/+7
|
* database: make is_table_persistent() return a booleanMarc-André Lureau2013-01-091-27/+30
|
* summary-info: replace get_property_count() by get_properties()Marc-André Lureau2013-01-092-18/+14
| | | | The later is more useful, since it returns the existing properties.
* database: make commit() GObject-likeMarc-André Lureau2013-01-091-48/+48
|
* database: remove libmsi_database_get_summary_info()Marc-André Lureau2013-01-092-23/+20
|
* database: make merge() GObject-likeMarc-André Lureau2013-01-091-50/+36
|
* database: make import() GObject-likeMarc-André Lureau2013-01-091-14/+18
|
* database: make export() GObject-likeMarc-André Lureau2013-01-091-6/+6
|
* database: make apply_transform() GObject-likeMarc-André Lureau2013-01-091-2/+2
|
* database: Make get_primary_keys() GObject-likeMarc-André Lureau2013-01-091-5/+5
|
* Remove libmsi_database_open_query()Marc-André Lureau2013-01-092-287/+277
| | | | It does the same job as libmsi_query_new()