- 13 Oct, 2015 1 commit
-
-
Andrew Price authored
As we're determined to use git for providing version numbers we might as well do it the right way. Take all of the version information from git describe. This assumes that at least one annotated tag exists in the branch relating to a release. The tag will be created using $ git tag -a -m "Version 2.18" 2.18 so git describe will give us versions like 2.18-123-gf00baa which has better ordering properties than the current 2.18-gf00baa scheme, which is important for package upgrades. When HEAD matches the tag exactly, it will just give 2.18
-
- 12 Oct, 2015 2 commits
-
-
Andrew Price authored
Adding tags to the root .gitignore will make git ignore tags files in any subdirectory so there's no need for a second .gitignore.
-
Andrew Price authored
-
- 08 Oct, 2015 3 commits
-
-
Justin Mitchell authored
-
Justin Mitchell authored
-
Justin Mitchell authored
-
- 07 Oct, 2015 3 commits
-
-
Justin Mitchell authored
-
Justin Mitchell authored
-
Andrew Price authored
'make test' sets libdir to a path in the test sandbox and it propagates to the mozjs build if it hasn't been built yet. Reinstate a sensible libdir for mozjs.
-
- 06 Oct, 2015 9 commits
-
-
Andrew Price authored
-
Andrew Price authored
Also disable building libmozjs.so and tidy up the mozjs-related make rules/variables.
-
Andrew Price authored
-
Andrew Price authored
Keeping everything js-related under a mozjs directory simplifies the build and reduces clutter. This also switches building mozjs in a separate build directory so that the built files can be more easily ignored. So we now have: Source: mozjs/mozjs17.0.0/ Built files: mozjs/build/ Installed files: mozjs/installroot/ This also adds the --disable-tests configure option.
-
Justin Mitchell authored
-
Imran Hussain authored
-
Justin Mitchell authored
-
Justin Mitchell authored
-
Justin Mitchell authored
improving with a tag and proper version numbers later.
-
- 05 Oct, 2015 2 commits
-
-
Justin Mitchell authored
-
Justin Mitchell authored
-
- 02 Oct, 2015 2 commits
-
-
Justin Mitchell authored
-
Justin Mitchell authored
-
- 29 Sep, 2015 2 commits
-
-
Justin Mitchell authored
Helps to display the event messages
-
Justin Mitchell authored
this moves (most of) the mrod and zod commands to the server
-
- 25 Sep, 2015 1 commit
-
-
Justin Mitchell authored
over to the new protocol. Should be tranformed into a request to the server to perform an action, followed by a response and an announcment of wether the command succeeded.
-
- 24 Sep, 2015 2 commits
-
-
Justin Mitchell authored
-
Justin Mitchell authored
-
- 23 Sep, 2015 1 commit
-
-
Justin Mitchell authored
thus fixing one major dependancy on the who list
-
- 22 Sep, 2015 1 commit
-
-
Justin Mitchell authored
Needs work: message head is currently pid of sender, needs to be userposn of sender instead/aswell
-
- 21 Sep, 2015 3 commits
-
-
Justin Mitchell authored
-
Justin Mitchell authored
Prep work for persistant/replay messaging; Add serial numbers and datestamps to every message processed by the server, fix timestamp printing to use those values instead of wallclock
-
Justin Mitchell authored
-
- 10 Sep, 2015 2 commits
-
-
Justin Mitchell authored
-
Justin Mitchell authored
-
- 30 Jul, 2015 2 commits
-
-
Tim Clark authored
-
Justin Mitchell authored
-
- 17 Jul, 2015 3 commits
-
-
Justin Mitchell authored
-
Justin Mitchell authored
-
Justin Mitchell authored
-
- 16 Jul, 2015 1 commit
-
-
Justin Mitchell authored
-