Commit Graph
3940 Commits
Author SHA1 Message Date
Simon Hartcher 7cf0bb1f77 Merge pull request #441 from Madsn/patch-3
Update scala to 2.11.7
2015-07-26 18:13:48 +10:00
Simon Hartcher e689df24db Update 7zip to 9.38, and use 7-zip.org download links 2015-07-26 18:09:57 +10:00
Mikkel Madsen 61bf20d66a Update scala to 2.11.7 2015-07-26 09:50:00 +02:00
Mikkel Madsen 7673485551 Update gradle to 2.5 2015-07-26 09:42:54 +02:00
Simon Hartcher fc9b7f9308 Update git to 2.4.6, Create git19 manifest 2015-07-26 17:21:24 +10:00
Luke Sampson 232ac0ad45 Merge pull request #439 from Madsn/patch-1
Upgrade grails to 3.0.3
2015-07-26 09:51:26 +10:00
Mikkel Madsen e9b6924185 Upgrade grails to 3.0.3 2015-07-25 17:28:44 +02:00
Simon Hartcher 45f25e6742 Merge pull request #434 from rivy/fix-appveyor
Fix appveyor.yml, removing user-specific notification settings
2015-07-25 23:56:53 +10:00
Simon Hartcher 9a9d4479ee Merge pull request #438 from rivy/dev-editorconfig
Add `.editorconfig` style rules
2015-07-25 14:47:42 +10:00
Roy Ivy III e9701a184b Add .editorconfig style rules
* re-enforce requested project file formats and basic character-level coding style
* emphasize the Win/DOS requirement that BAT/CMD files *must* have CRLF line endings

.# Discussion

Using [EditorConfig](http://editorconfig.org) style rules helps devs to
maintain the file formatting and style of the project, even while using different
editors. This minimizes the semi-invisible, but, paradoxically, visually noisy,
whitespace differences between commits. It can also help enforce file format
requirements (such as the Win/DOS CMD shell requiring CRLF line endings for
correct functioning of BAT/CMD files).
2015-07-24 22:01:48 -05:00
Roy Ivy III 3b5887e0f9 Change encoding of generated shim files to ASCII
* change file encoding of the basic shim to be in a normal ASCII character set

.# DISCUSSION

Within PowerShell, `echo STRING > FILE` generates a file encoded in UCS-2-BOM format
(or "Unicode", in PowerShell terminology). UCS-2 later morphed into the similar
UTF-16 encoding format, and, within PowerShell, is treated as a "fuzzy equivalent"
encoding. Problematically, these UCS-2 files are misinterpreted by CMD, which expects
files using the ASCII (or "extended-ASCII") character encoding. And, in general, the
UCS-2 format has many drawbacks when interpreted outside of a narrow PowerShell
window. So, in general, it's best to stick to pure ASCII (or UTF-8, *without BOM*)
encoded files, if at all possible.

NOTE: ASCII (not "extended-ASCII") and UTF-8 (non-BOM) encoded files are exactly equivalent.

NOTE: "Extended-ASCII" is poorly defined, requiring an associated Windows Code Page designation to firmly establish the encoding.

ref: [Unicode UTF and BOM] http://www.unicode.org/faq/utf_bom.html @@ https://archive.is/TKnyk
ref: [Unicode and NET] http://csharpindepth.com/Articles/General/Unicode.aspx @@ https://archive.is/czs89
2015-07-24 21:33:24 -05:00
Luke Sampson 72c2fb4b2c Merge pull request #436 from lukesampson/issue-386
Fix "scoop install ?" triggers unexpected installation
2015-07-24 14:35:40 +10:00
Simon Hartcher 371c15ea77 Add test for sanitary_path 2015-07-24 14:10:01 +10:00
Simon Hartcher bf4e92588c Sanitise path when returning manifest path
Fixes #386
2015-07-24 14:04:38 +10:00
Simon Hartcher 8a0e8b8bc0 Fix error when passing regex keywords to getopt #386 2015-07-24 13:38:27 +10:00
Luke Sampson c71243a7df Merge pull request #435 from dagezi/ctags
add ctags
2015-07-23 20:30:34 +10:00
Takeshi SASAKI 8243a9f759 add ctags 2015-07-23 06:20:47 -04:00
Roy Ivy III e682a7ac8f Fix appveyor.yml, removing user-specific notification settings
.# Discussion

Appveyor doesn't have partial `appveyor.yml` suppression. So, unless the
`appveyor.yml` configuration file is completely suppressed, non-primary devs
receive notification errors with every build/test of the application. By
removing the user-specific notifications, other devs can now build/test the
application code (via the recipe specified within `appveyor.yml`) without
receiving notification errors.

For any given developer, personalized notification settings can be added on
top of the repo `appveyor.yml` project settings via the "Settings / Notifications"
section.
2015-07-23 00:26:56 -05:00
Luke Sampson babb1e90c1 Merge pull request #432 from sakai135/patch-19
docker-machine 0.3.1
2015-07-22 08:16:39 +10:00
Keiichi Shimamura 4138c0d241 docker-machine 0.3.1 2015-07-21 15:55:56 -04:00
Luke Sampson b15ae49963 Merge pull request #431 from iakio/remove-checkver
Remove unused checkvers
2015-07-20 14:21:30 +10:00
Luke Sampson 9e392839e2 Merge pull request #430 from iakio/vagrant
Vagrant 1.7.4
2015-07-20 13:45:49 +10:00
ISHIDA Akio 57a48b128e Remove unused checkvers 2015-07-20 12:29:45 +09:00
ISHIDA Akio 72fa985fda Vagrant 1.7.4 2015-07-20 12:24:58 +09:00
Luke Sampson 5712f380b1 Merge pull request #429 from iakio/vagrant-regexp-fix
Fix checkver regexp to allow newline
2015-07-20 11:35:13 +10:00
ISHIDA Akio 1b86550f36 Fix checkver regexp to allow newline 2015-07-20 10:33:08 +09:00
Luke Sampson c4358e886f Merge pull request #426 from devoncarew/1.11.1
upgrade to dart 1.11.1
2015-07-17 07:59:15 +10:00
Devon Carew 4b9aa102b2 upgrade to dart 1.11.1
Change the refs from /latest (had been 1.11.0) to 1.11.1.
2015-07-16 09:26:08 -07:00
Luke Sampson 7e2a7652a2 Merge pull request #425 from sakai135/patch-18
Docker 1.7.1
2015-07-16 10:58:02 +10:00
Keiichi Shimamura b893419a26 Docker 1.7.1 2015-07-15 18:59:27 -04:00
Luke Sampson fbc00367dc Merge branch 'moigagoo-patch-10' 2015-07-16 07:37:24 +10:00
Luke Sampson 09c7158205 rust 1.1.0 (fix json) 2015-07-16 07:37:06 +10:00
Konstantin Molchanov f3c4239fb1 Update Rust to 1.1.0 2015-07-15 22:50:14 +03:00
Luke Sampson 231dba091a Merge pull request #423 from jamesmstone/patch-1
Re add php52
2015-07-14 13:23:13 +10:00
James Stone 1513a827a2 Re add php52
Sorry I forgot to add the file extension
2015-07-14 13:22:30 +10:00
Luke Sampson b0e789778f Merge pull request #422 from jamesmstone/patch-4
Add php52
2015-07-14 09:44:57 +10:00
Luke Sampson 87cfe175e1 Merge pull request #421 from jamesmstone/patch-3
Update PHP Version
2015-07-14 09:44:41 +10:00
Luke Sampson 2fc996b093 Merge pull request #420 from jamesmstone/patch-2
Update PHP Version
2015-07-14 09:44:13 +10:00
James Stone 2f84da9299 Add php52 2015-07-14 09:36:52 +10:00
James Stone 9aa5c8e564 Update PHP Version 2015-07-14 09:26:49 +10:00
James Stone 18cd90c224 Update PHP Version 2015-07-14 09:24:01 +10:00
Luke Sampson da7cd1cb23 Merge pull request #419 from sakai135/patch-17
Vagrant 1.7.3
2015-07-14 08:42:46 +10:00
Keiichi Shimamura 13be237fda Vagrant 1.7.3 2015-07-13 16:55:51 -04:00
Luke Sampson e0c83c97c7 Merge pull request #418 from iakio/php_5.6.11
php 5.6.11
2015-07-13 16:55:18 +10:00
ISHIDA Akio 501836e4ed php 5.6.11 2015-07-13 15:50:18 +09:00
Luke Sampson 19beb51893 Merge pull request #417 from masonm12/premake5
Updating premake5 to 5.0-alpha4.
2015-07-13 08:27:20 +10:00
Mathew Mason 272b64cac2 Updating premake5 to 5.0-alpha4. 2015-07-11 16:51:20 -07:00
Luke Sampson abba048b4f Merge pull request #415 from sakai135/patch-16
Redis 2.8.21
2015-07-09 11:20:27 +10:00
Keiichi Shimamura 39475239fb Redis 2.8.21 2015-07-08 20:43:55 -04:00
Luke Sampson 76be2dc93d Merge pull request #414 from nishanthkarthik/patch-1
Update youtube-dl.json
2015-07-08 07:29:20 +10:00