Commit Graph

9328 Commits

Author SHA1 Message Date
Mario Rodas
6d983a350c
Merge pull request #66659 from xrelkd/update/cargo-make
cargo-make: 0.21.0 -> 0.22.0
2019-08-15 20:57:57 -05:00
Mario Rodas
46c64da14e
Merge pull request #66485 from xrelkd/update/cargo-expand
cargo-expand: 0.4.12 -> 0.4.13
2019-08-15 20:57:35 -05:00
Lily Ballard
45e6253678 luarocks: Update detected platform version
Now that our MACOSX_DEPLOYMENT_TARGET is set to 10.12, we shouldn't be
hardcoding the platform at build time as 10.10. This change makes it
inherit the MACOSX_DEPLOYMENT_TARGET value.
2019-08-15 23:10:10 +09:00
Tim Steinbach
aa9d7eedf2
sbt-extras: 2019-04-05 -> 2019-08-14 2019-08-15 09:08:05 -04:00
Alexander Krotov
6a5213c740 castxml: set correct -DCLANG_RESOURCE_DIR
Fixes #66456
2019-08-15 20:35:07 +09:00
xrelkd
db3f4a3149 cargo-make: 0.21.0 -> 0.22.0 2019-08-15 11:26:39 +08:00
Emily
6aa1b0acaf tinyprog: init at 1.0.24.dev99+ga77f828 2019-08-14 21:10:05 -05:00
worldofpeace
24870b40d6
Merge pull request #66469 from emilazy/update-blackmagic
blackmagic: 1.6.1 -> unstable-2019-08-13
2019-08-13 20:17:36 -04:00
Emily
d792c84f35 blackmagic: 1.6.1 -> unstable-2019-08-13 2019-08-13 17:10:02 -07:00
worldofpeace
fe8364a821
Merge pull request #66397 from svalaskevicius/add-electron-6
electron: add 6.x version
2019-08-13 12:39:06 -04:00
Jörg Thalheim
108c57b141
Merge pull request #53734 from yurrriq/update/noweb
Update noweb (and icon-lang)
2019-08-13 13:37:08 +01:00
Eric Bailey
3f2ba625d6 noweb: use clang on darwin 2019-08-13 11:21:44 +02:00
Sarunas Valaskevicius
4a31479ae5 electron_6: init at 6.0.1 2019-08-12 18:14:10 +01:00
Vincent Laporte
957a0ae2a7 ocamlPackages.camlp5: 7.07 -> 7.08 2019-08-12 14:36:38 +00:00
Pascal Bach
f5d84bb446 Revert "gitlab-runner: don't bundle prebuilt docker images (#66225)" (#66522)
This reverts commit 9175a201bb.
2019-08-12 13:06:15 +00:00
Marek Mahut
87e13bb9e0
Merge pull request #66517 from doronbehar/update-sccache
sccache: 0.2.9 -> 0.2.10
2019-08-12 13:34:34 +02:00
Doron Behar
0bd4aa02d1 sccache: 0.2.9 -> 0.2.10 2019-08-12 11:56:22 +03:00
Herwig Hochleitner
6a76eb087f systemtap: 4.0 -> 4.1 2019-08-12 02:51:49 +02:00
Peter Simons
9038403136 cachix: fix infinite recursion during evaluation 2019-08-11 20:48:09 +02:00
xrelkd
0a8e68b1b5 cargo-expand: 0.4.12 -> 0.4.13 2019-08-11 23:06:47 +08:00
Marek Mahut
4ff0effbab
Merge pull request #66053 from r-ryantm/auto-update/pmd
pmd: 6.16.0 -> 6.17.0
2019-08-10 22:02:53 +02:00
Marek Mahut
1d88c43d7c
Merge pull request #63990 from r-ryantm/auto-update/byacc
byacc: 20180609 -> 20190617
2019-08-10 21:53:32 +02:00
Florian Peter
cb5b65c62a antlr: add library outputs to 3.5.2 2019-08-11 02:11:32 +08:00
Marek Mahut
236caec56d
Merge pull request #62377 from r-ryantm/auto-update/cli11
cli11: 1.7.1 -> 1.8.0
2019-08-10 15:54:58 +02:00
Mario Rodas
85c73d23e8
flow: 0.104.0 -> 0.105.0 2019-08-09 21:00:00 -05:00
Wael Nasreddine
b3668d68a2
bazel: 0.28.0 -> 0.28.1 (#66402) 2019-08-09 17:30:06 -07:00
worldofpeace
ba8f312a96
Merge pull request #65916 from worldofpeace/electron-update
Electron updates
2019-08-09 17:38:45 -04:00
Mario Rodas
2c06560593
Merge pull request #66377 from marsam/update-heroku
heroku: 7.22.4 -> 7.27.1
2019-08-09 07:09:31 -05:00
Mario Rodas
246c223e87 dune: 1.11.0 -> 1.11.1 2019-08-09 11:45:38 +00:00
Mario Rodas
42da2c4f00
heroku: 7.22.4 -> 7.27.1 2019-08-09 04:20:00 -05:00
Jon
62a916defd ocamlPackages_latest.camlp4: init at 4.08+1 (#66343) 2019-08-09 06:40:59 +00:00
Mario Rodas
15672693c1 bazelisk: 0.0.8 -> 1.0 (#66353) 2019-08-08 22:26:15 -07:00
Martin Weinelt
dba881e30e
chromedriver: 2.46 -> 76.0.3809.68 2019-08-08 16:18:19 +02:00
Mario Rodas
26663f75a5
Merge pull request #66308 from marsam/fix-wasm-pack-darwin
wasm-pack: fix build on darwin
2019-08-08 07:55:55 -05:00
Pascal Bach
9175a201bb gitlab-runner: don't bundle prebuilt docker images (#66225)
The bundeled images are no longer compiled into the binary. They are
also not strictly required as they will be fetched if not available.

This change removes them as this reduces the closure size and also makes
updates easier.
2019-08-08 10:35:53 +00:00
Mario Rodas
58de4286d3
wasm-pack: fix build on darwin 2019-08-07 21:52:01 -05:00
Matthew Bauer
514af58478 Merge remote-tracking branch 'marsam/fix-xcbuild-build' 2019-08-07 17:29:50 -04:00
Matthew Bauer
4589c892c5
Merge pull request #66276 from eraserhd/pr/master/xcbuild-libcompression
xcbuild: fix darwin build
2019-08-07 17:24:25 -04:00
Eric Bailey
67aaa70a5b noweb: 2.11b -> 2.12
- fetchurl -> fetchFromGitHub
- Support building with icon (useIcon, default: false)
- Support darwin
- Configure for texlive
- Flesh out meta
- Build man pages
- Pass through tex package
2019-08-07 15:59:36 -05:00
worldofpeace
0d4c5dceb0
Merge pull request #66256 from xrelkd/update/cargo-bloat
cargo-bloat: 0.7.2 -> 0.8.2
2019-08-07 12:33:26 -04:00
Jason Felice
80112a6f2a xcbuild: fix darwin build
Bumping the MacOS target version to 10.12 signalled xcbuild that
libcompression is available on Darwin, but libcompression is not
OSS (even though an LZFSE reference implementation is), and it is not
part of a framework for us to make impure, so this patch disables it.
2019-08-07 11:22:18 -04:00
Marek Mahut
795e31f11e
Merge pull request #65994 from r-ryantm/auto-update/minizinc-ide
minizincide: 2.3.0 -> 2.3.1
2019-08-07 17:03:38 +02:00
adisbladis
c9d31698cb
Merge pull request #66269 from johnchildren/golangci-lint-update
golangci-lint: 1.16.0 -> 1.17.1
2019-08-07 14:19:08 +01:00
Vincent Laporte
0a477846af ocamlPackages.findlib: 1.8.0 -> 1.8.1
Also remove unused legacy version 1.7.3
2019-08-07 12:26:34 +00:00
John Children
c805c23239 golangci-lint: 1.16.0 -> 1.17.1
Version bump for golangci-lint
2019-08-07 12:48:06 +01:00
xrelkd
fb91d00c40 cargo-bloat: 0.7.2 -> 0.8.2 2019-08-07 16:27:35 +08:00
Marek Mahut
60dc4c1534
Merge pull request #66152 from r-ryantm/auto-update/sauce-connect
sauce-connect: 4.5.3 -> 4.5.4
2019-08-06 21:20:15 +02:00
adisbladis
06260734de
Merge pull request #65720 from enumatech/gradle-major-versions
gradle: declare package major versions
2019-08-06 19:07:13 +01:00
Mario Rodas
4e6253392c terracognita: init at 0.1.6 (#66203) 2019-08-06 10:48:57 -07:00
Valentin Shirokov
00bb62d4ab stlink: 1.3.0 -> 1.5.1
Version bump
No other changes
2019-08-06 15:43:44 +09:00