index
:
wix-on-linux
main
A mirror of https://git.tartarus.org/simon/wix-on-linux.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor updates to README.
HEAD
main
Simon Tatham
2023-08-18
1
-16
/
+17
*
Migrate Python code to Python 3.
Simon Tatham
2020-08-26
2
-15
/
+17
*
Stop using real pointers as handles in makemsi.c.
Simon Tatham
2018-05-14
1
-22
/
+81
*
First draft of licence and readme files.
Simon Tatham
2017-06-07
2
-0
/
+116
*
Fix WORD16 and WORD32 macros.
Simon Tatham
2017-05-28
1
-11
/
+11
*
Add a command-line test program.
Simon Tatham
2017-05-28
8
-3
/
+50
*
Rename the last 'fake' file.
Simon Tatham
2017-05-18
2
-16
/
+3
*
Move CAB-reading into its own file.
Simon Tatham
2017-05-18
3
-35
/
+43
*
Rename the libraries to remove the extra ".so" in the names.
Simon Tatham
2017-05-18
1
-4
/
+4
*
General MD5 cleanups.
Simon Tatham
2017-05-18
1
-34
/
+24
*
Fix parenthesis goof in the revised file-MD5ing code.
Simon Tatham
2017-05-18
1
-1
/
+1
*
Fix a memory-management goof.
Simon Tatham
2017-05-18
1
-2
/
+1
*
Make the symlinking in 'make install' idempotent.
Simon Tatham
2017-05-18
1
-2
/
+4
*
Rename fake-msi.c to makemsi.c.
Simon Tatham
2017-05-18
2
-6
/
+14
*
Move CAB-creation routines into their own file.
Simon Tatham
2017-05-18
3
-69
/
+88
*
Move the char16 functions into their own file.
Simon Tatham
2017-05-18
8
-21
/
+13
*
Move system_argv_* into their own file.
Simon Tatham
2017-05-18
8
-57
/
+72
*
Move dupcat out into its own file, and add dupstr.
Simon Tatham
2017-05-18
7
-58
/
+68
*
Redo the bounds checks in MsiGetFileVersion.
Simon Tatham
2017-05-18
3
-51
/
+58
*
Move MsiGetFileVersion out into its own file.
Simon Tatham
2017-05-18
3
-184
/
+197
*
Move snew/sfree out into their own header+src.
Simon Tatham
2017-05-18
8
-25
/
+36
*
Move MD5 out into its own file.
Simon Tatham
2017-05-18
5
-255
/
+275
*
Set up an autotools system.
Simon Tatham
2017-05-17
5
-21
/
+65
*
Top-level wrapper script to do the environment setup.
Simon Tatham
2017-05-17
1
-0
/
+22
*
Find makecab.py via $WIX rather than $PATH.
Simon Tatham
2017-05-17
1
-1
/
+2
*
Fix checksum calculation in CAB data records.
Simon Tatham
2017-05-16
1
-1
/
+5
*
Write terminating strings when MsiGetFileVersion() fails.
Simon Tatham
2017-05-16
1
-0
/
+5
*
Implement MsiGetFileHash.
Simon Tatham
2017-05-16
3
-0
/
+253
*
Implement MsiGetFileVersion.
Simon Tatham
2017-05-16
3
-6
/
+188
*
My own CAB-maker, which compresses.
Simon Tatham
2017-05-16
2
-12
/
+112
*
Use an LD_PRELOAD library in place of symlink to /home.
Simon Tatham
2017-05-16
2
-1
/
+45
*
Create the cab with the files in the right order.
Simon Tatham
2017-05-15
1
-3
/
+22
*
Trivial misspelled option.
Simon Tatham
2017-05-15
1
-1
/
+1
*
We now get as far as building a non-empty MSI file!
Simon Tatham
2017-05-15
4
-49
/
+190
*
Build cab files using lcab.
Simon Tatham
2017-05-15
5
-102
/
+94
*
All the remaining function stubs I appear to need.
Simon Tatham
2017-05-15
3
-3
/
+183
*
Start of a fake msi.dll.
Simon Tatham
2017-02-20
2
-1
/
+18
*
Set up a libtoolish Makefile for fake libs.
Simon Tatham
2017-02-20
2
-42
/
+17
*
Fake implementation of winterop.dll.
Simon Tatham
2017-02-16
2
-0
/
+195