Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-06-19 | Learn to build spice-vdagent MSI installer | Marc-André Lureau | 1 | -0/+30 | |
2013-02-15 | spec: Automatically substitute version | Christophe Fergeau | 1 | -0/+1 | |
This commit generates a .spec file with the right version number when configure is run. | |||||
2012-10-31 | build-sys: Use git-version-gen | Christophe Fergeau | 1 | -6/+2 | |
This gives much better version numbers when using git snapshots. | |||||
2012-10-01 | build-sys: Set version to 0.7.0 in configure.ac | Christophe Fergeau | 1 | -2/+2 | |
Last tagged release was 0.6.3. | |||||
2012-10-01 | build-sys: Include spice-protocol in tarballs | Christophe Fergeau | 1 | -0/+1 | |
2012-06-21 | Add configure --enable-debug | Marc-André Lureau | 1 | -0/+5 | |
2012-06-08 | build-sys: statically build agent | Marc-André Lureau | 1 | -0/+1 | |
Fix build by default when using mingw (when more compiler are supported we could do case by case) Since we are statically building, strip resulting binary (we also use lto, whole-program but that doesn't seem to change much..) | |||||
2012-05-24 | Use spice-protocol submodule | Marc-André Lureau | 1 | -1/+0 | |
2012-05-24 | mingw: link with RC file to provide needed version information | Marc-André Lureau | 1 | -0/+1 | |
2012-05-10 | build-sys: fix autoreconf -vfi | Marc-André Lureau | 1 | -1/+1 | |
2012-03-01 | mingw: add autotools build system | Christophe Fergeau | 1 | -0/+87 | |
This makes building with mingw much more convenient. |