Age | Commit message (Expand) | Author | Files | Lines |
2024-07-09 | Adjust build to work with Python 3 and modern toolingHEADmaster | Matthias Klumpp | 1 | -1/+1 |
2011-12-27 | Fix python version magic | Alex Merry | 1 | -1/+1 |
2011-10-29 | Fall back to "python2" if "python" is Python 3 | Alex Merry | 1 | -1/+1 |
2010-12-13 | Don't use ?= in the Makefile: not necessary | Alex Merry | 1 | -3/+3 |
2010-12-13 | Merge in upstream changes to the tooling. | Alex Merry | 1 | -27/+19 |
2010-12-13 | Makefile cleanups | Alex Merry | 1 | -12/+14 |
2010-08-05 | Fix up the build system a bit | Alex Merry | 1 | -3/+3 |
2010-08-03 | Update the documentation generation system. | Alex Merry | 1 | -3/+58 |
2009-02-15 | mpris: finish copy/paste from http://wiki.xmms2.xmms.se/wiki/MPRIS | Marc-André Lureau | 1 | -1/+1 |
2009-02-15 | build: make it more generic for different specs | Marc-André Lureau | 1 | -1/+3 |
2009-02-15 | build: missing files to make a spec template | Marc-André Lureau | 1 | -148/+2 |
2009-02-13 | upload-branch: translate silly characters in branch name into _ | Simon McVittie | 1 | -1/+1 |
2009-02-13 | Add a script to find the current git branch, and use it in `make upload-branch` | Simon McVittie | 1 | -1/+1 |
2009-02-13 | make upload-branch: print probable URL after upload | Will Thompson | 1 | -0/+2 |
2009-02-13 | make dist: Omit git-archive pax header from tarball - dpkg-source doesn't lik... | Simon McVittie | 1 | -1/+1 |
2009-02-13 | Change delimiter for sed command from s,,, to s!!! to avoid breakage when its... | Simon McVittie | 1 | -1/+1 |
2009-02-13 | Put temporary files in tmp/ so they'll be cleaned up | Simon McVittie | 1 | -6/+9 |
2009-02-13 | maintainer-upload-snapshot: talk about git rather than darcs, and include the... | Simon McVittie | 1 | -1/+1 |
2009-02-13 | If xsltproc fails, don't leave its output apparently up to date | Simon McVittie | 1 | -3/+6 |
2009-02-13 | Use git-archive for make dist, then append ChangeLog | Simon McVittie | 1 | -8/+14 |
2009-02-13 | maintainer-upload-release: replace the "official" spec HTML, not just the sna... | Simon McVittie | 1 | -1/+2 |
2009-02-13 | Add doc/open-issues.{txt,html} to Makefile | Simon McVittie | 1 | -1/+6 |
2009-02-13 | Add upload-branch target which uploads stuff for discussion to (by default) p... | Simon McVittie | 1 | -0/+8 |
2009-02-13 | Add use cases for client capabilities | Simon McVittie | 1 | -4/+4 |
2009-02-13 | Add cmcaps use-cases to Makefile | Simon McVittie | 1 | -1/+2 |
2009-02-13 | Add a maintainer-upload-release target | Simon McVittie | 1 | -0/+15 |
2009-02-13 | Add first round of use-cases for the requestotron | Simon McVittie | 1 | -0/+6 |
2009-02-13 | Makefile: create tmp/ before using it | Simon McVittie | 1 | -0/+2 |
2009-02-13 | Makefile: assume that all XML files starting with a capital letter are interf... | Simon McVittie | 1 | -1/+1 |
2009-02-13 | Add dist target to Makefile (which uses darcs dist) | Simon McVittie | 1 | -0/+14 |
2009-02-13 | Find interface XML files in a simpler way | Simon McVittie | 1 | -1/+1 |
2009-02-13 | Add maintainer-upload-snapshot target to upload snapshots to t.fd.o | Simon McVittie | 1 | -0/+7 |
2009-02-13 | generate DevHelp index file | Dafydd Harries | 1 | -0/+3 |
2009-02-13 | Remove generation of Python and C code | Simon McVittie | 1 | -102/+3 |
2009-02-13 | Makefile: check that the generated Python actually imports | Simon McVittie | 1 | -0/+2 |
2009-02-13 | Use slightly less unwieldy names for interfaces (TpSvcConnectionInterfaceAlia... | Simon McVittie | 1 | -2/+2 |
2009-02-13 | Generate sample GObjects; GInterfaces; and glue for said GInterfaces | Simon McVittie | 1 | -2/+42 |
2009-02-13 | Makefile: remove generated C code and temp directory on clean | Simon McVittie | 1 | -0/+2 |
2009-02-13 | Makefile: keep quiet about creating directories | Simon McVittie | 1 | -18/+18 |
2009-02-13 | When running make check, display all the diffs at once | Simon McVittie | 1 | -12/+20 |
2009-02-13 | When producing introspect XML, remove unnecessary namespace using perl one-li... | Simon McVittie | 1 | -2/+3 |
2009-02-13 | Run xsltproc, xmllint with --nonet to avoid loading the DTD. Change expected ... | Simon McVittie | 1 | -2/+2 |
2009-02-13 | Test enum/flags processing | Simon McVittie | 1 | -0/+14 |
2009-02-13 | Include C-code generation in "make check" | Simon McVittie | 1 | -0/+2 |
2009-02-13 | Makefile: improve make check process, generate C as well as Python | Simon McVittie | 1 | -21/+54 |
2009-02-13 | Use XInclude to pull sub-documents into all.xml | Simon McVittie | 1 | -1/+1 |
2009-02-13 | Generate constants from spec | Simon McVittie | 1 | -0/+7 |
2009-02-13 | Add a Makefile to drive the spec generation process | Simon McVittie | 1 | -0/+63 |