Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/JuliaLang/Distributed.jl

Create and control multiple Julia processes remotely for distributed computing. Ships as a Julia stdlib.
https://github.com/JuliaLang/Distributed.jl

rename JULIA_HOME => Sys.BINDIR [fix JuliaLang/julia#20899]

ENV["JULIA_HOME"] => ENV["JULIA_BINDIR"]

317379fd2ee4b44ffc9aae533118295705536229 authored about 7 years ago
implement getfield overloading (JuliaLang/julia#24960)

New functions `Base.getproperty` and `Base.setproperty!`
can be overloaded to change the behavi...

ca0410d1482b73aef4f3824ab7769805a10c0287 authored about 7 years ago
Merge pull request JuliaLang/julia#25126 from JuliaLang/amitm/listenport

Distributed: worker to supply a port_hint in the known range

984e4c0b710ded16d342579f38daebf79b434661 authored about 7 years ago
rename some copy! methods to copyto! (JuliaLang/julia#24808)

When the deprecation gets lifted, they will be re-enabled
with a new meaning.

d765c271a0a120f6656dac572354def0acb6c0e4 authored about 7 years ago
Move back isascii() from Unicode to Base (JuliaLang/julia#25076)

This function is not really Unicode-related and its definition does not depend
on the Unicode s...

3d74ee2a543e1b2ebb40132433f3bb2d94c722e6 authored about 7 years ago
optimize porthint in known range

e2d2fb7ed9f18e26011b8d3b785479ed666eedbd authored about 7 years ago
Replace Nullable{T} with Union{T, Void} or Union{Some{T}, Void} (JuliaLang/julia#23642)

Also add coalesce() function to return first non-nothing value and unwrap Some objects. Use the ...

03e0da4520a32bd28e3c633f10f6f7f20cf703c7 authored about 7 years ago
Revert "rename JULIA_HOME/JULIA_HOME => JULIA_BINDIR/Sys.BINDIR [JuliaLang/julia#20899]"

This reverts commit 64a2aebb87e7740cff9a23c476950dcdfd9e8e61.

70900b7c377504f5e9d7743b36246d1c80d67dd0 authored about 7 years ago
rename JULIA_HOME/JULIA_HOME => JULIA_BINDIR/Sys.BINDIR [JuliaLang/julia#20899]

64a2aebb87e7740cff9a23c476950dcdfd9e8e61 authored about 7 years ago
Migrate Base to logging macros

For messages this was a somewhat mechanical upgrade assisted by
Deprecations.jl. Some messages ...

d0bd782ad20966fdb81aec58bea4d83f7116fa24 authored about 7 years ago
move Distributed to stdlib

b31c146553ed9044c9b11e216a439f0b2aaf5be2 authored about 7 years ago
Stop building and shipping openspecfun (JuliaLang/julia#23598)

d2c253a1a3f4e8e1536a6f224c5255bcb12ac724 authored over 7 years ago
Remove ieee754_rem_pio2 in favor of a rem_pio2_kernel written in Julia. (JuliaLang/julia#22603)

* Remove ieee754_rem_pio2 in favor of a rem_pio2_kernel written in Julia.

* Add missing begin...

c299004c30c0ab158472ad3691bbef2c1992fe44 authored over 7 years ago
TerminalMenus.jl generated files.

license: MIT
authors: Nick Paul
years: 2017
user: nick-paul

Julia Vers...

fb13639d069c700b21f7d531334f8244ec68cac5 authored over 7 years ago
initial empty commit

fac30577b52115c5267697b6635f2c4bbc209852 authored over 7 years ago
Remove the FFTW bindings from Base (JuliaLang/julia#21956)

78b0cbc67b7c3900c730ef3dafabce28c7c725b6 authored over 7 years ago
fix strtod indentation and mention it in LICENSE.md

ref https://github.com/JuliaLang/julia/pull/5988

b02828773b8c20352dc9e9737b8f4fddd5676605 authored almost 8 years ago
Clarify some license exceptions

FFTW wrappers were moved and mostly rewritten - the Julia wrappers
are probably not GPL? ref htt...

7374f1157c93a330687b23d4464563ade8d9b45d authored almost 8 years ago
Pkg3.jl generated files.

license: MIT
authors: Stefan Karpinski
years: 2017
user: StefanKarpinsk...

49eebfe87dea226cdfdf8b653f9a72c0522c659d authored almost 8 years ago
initial empty commit

6010b65ea5adf9770b59f5eeb88909a5eebedeaf authored almost 8 years ago
Add pure julia exp function (JuliaLang/julia#19831)

* Add pure julia exp function

* Add a few more ldexp tests

6210e41a94fd5584fd72794dcb4467e8ee723fd2 authored about 8 years ago
Change LLVM version to 3.9.1

update checksums and CI

rebuilt appveyor binaries to include nvptx backend and patches

install...

582444407fbc5fc975eb48879adb1e5b6f752515 authored about 8 years ago
add hardware-accelerated crc32c function

1a2e577047500617efff1b12d77fdef87d9f0da4 authored over 8 years ago
Build libgit2 against mbedtls

close JuliaLang/julia#17471
close JuliaLang/julia#10763

13b6ce16369514639f723dd530344d80f2d5414d authored over 8 years ago
Build curl to provide proxy support for Pkg.

The curl build depends on mbedtls and libssh2
Patch for mbedtls to allow curl to build with mbedt...

9e9e14346dd5bed7905bb5d10332554e0381895e authored over 8 years ago
Add libssh2 and mbedtls to LICENSE and README

add 1.7 and 2.2 as minimum libssh2 and mbedtls versions, respectively

b20fb875f57f185146ca88f8a3003265bb614304 authored over 8 years ago
Reinstate downloading of busybox-w32 in make win-extras

We may want to make this conditional on USE_GPL_LIBS, though since
we're only running it as a co...

bc8df8017c5923413f49b66842184814b9de4d48 authored over 8 years ago
Remove command-line Git from Mac and Windows binaries

7bfb082eaeb5214728f096850fb30a16a1260665 authored over 8 years ago
LICENSE.md: list randmtzig.c file's license (BSD-3)

Although this was previously included in the Rmath sources, it was
not part of Rmath and had a d...

054ec616da3f2b2598b96552e9d408691ed57b06 authored over 8 years ago
Remove rmath-julia

596bff84bb125b66b98df6521f1e3a9ced505efc authored over 8 years ago
Remove references to mojibake, temporary fork name of utf8proc

ed63d1c1460cdae35e46dd132d65d8a50677687f authored over 8 years ago
Merge pull request JuliaLang/julia#17033 from Sacha0/remcsparse

Move CSparse functions to separate package, take two

b43603efe564cc0fceaeff288191cc3e385679ba authored over 8 years ago
Remove CSparse functions. The functions and tests for these function have been moved to the package SuiteSparse.jl in the JuliaSparse organization.

e926430dc26411359854133d48981e7d18e52fe5 authored over 8 years ago
Add license acknowledgement of mingw for src/support/dirname.c

ref 6d6ad0b07b86a10a13d5d7a1eab90b599988f496, this file used to
be under src/flisp until JuliaLa...

0be5a307c3fb6d398c9a8ab3be37aff87fa3f283 authored over 8 years ago
Merge pull request JuliaLang/julia#14692 from pra85/2016

Update license year range to 2016

3faed5019cb93f0ae39113b3778bf8f5fe569c55 authored about 9 years ago
Update license year range to 2016

e85b3c1e81171f3fc4b15428463dfc443a2790f8 authored about 9 years ago
LLVM 3.7.1!

33cd7188746c86880dabd76f38d267d5f161fe43 authored about 9 years ago
Rewrite JIT based on ORC

This is somewhat of a rewrite of the way we use MCJIT + a move to ORC JIT to avoid a) some runti...

0edc1cbb4a503d9c9d5c8bd99d7fd22ef9b854e6 authored about 9 years ago
add implementation of strptime for windows

copied from the NetBSD sources, with locale support disabled.

fixes JuliaLang/julia#4740

58538129fc2fc6520cb7981a928ed4f1d235a1e3 authored about 9 years ago
Fix Windows Git path issues

from upgrade to Git 2.x, causing failure of spawn test on appveyor

also remove busybox since Gi...

5edbca4eb9126b771f1dfd27450dbfd647cb8db8 authored over 9 years ago
Add openssl to the list

4af13d23a1808428dc5d30b46fc81e54d6bbdf56 authored over 9 years ago
Mention license of SSL ca certs

d318a729b978bd850041291f9257d932faf13062 authored over 9 years ago
Slight license file tweaking.

fb39cc6a39fbfbd7b887999dba2e9f67cde8b656 authored over 9 years ago
Amos is included in openspecfun.

a85a2a74e31ff6026f6c0ab600c36f54fcc16020 authored almost 10 years ago
LICENSE: clarify that GMP is dual licensed as GPL2 or LGPL3

bda86f93d82d0dbbe575f6203c9f4ff1bc3340c7 authored almost 10 years ago
Update LICENSE.md

[ci skip]

13900f90e5f2b423b53b13bdb24061dca24c7643 authored almost 10 years ago
Annotate all of the external library license links

a2153655894b757f1f39ff15380ab192501409c5 authored almost 10 years ago
minor doc cleanup

3a4f59528b3a29057c66fb1b69829e488ac2149d authored almost 10 years ago
proper ABI implementation support for ccall, and start work on the same for cfunction

b42acd9ed37722cbcb8a02d517ffa4ea6c4c8c08 authored almost 10 years ago
LICENSE: update copyright to 2009-2015

4a1a4bbea7f44bd38951cd5912210ed991a56a60 authored almost 10 years ago
remove remaining trailing whitespace

2332a14025ff83042c409c597b03e495bdd656a8 authored about 10 years ago
Add libgit2 to the default build

b57b8ff5135e14d815382be6ed6d22dfaab55fa7 authored over 10 years ago
add osx-only objconv dependency for renaming symbols

95b3134b04e4e8704c1b939f445ca5c3df8e2e88 authored over 10 years ago
add getopt.{c,h} from musl-libc for MSVC use

link to license of musl-libc

a0923ea70b2abd35c0de3521544fd830037bac0d authored over 10 years ago
Update links for SuiteSparse

Apparently Tim Davis moved from Florida to Texas A&M

4399d8c3190ef51b05f73c82f7c74a0e1f6e03ca authored over 10 years ago
add zlib and expat in the right section of LICENSE.md

5423e75548d46424c9e769ae4419f61621b86da8 authored over 10 years ago
clarify cholmod and umfpack license info

7f860f7b318866716b4d9f1b0b374be97279fc10 authored over 10 years ago
improve and clarify LICENSE.md. ref JuliaLang/julia#8248

- update to remove stuff we no longer use, bump version numbers
- clarify what the MIT license a...

6bd4f15cee79960edf370af0754671964d617828 authored over 10 years ago
Merge pull request JuliaLang/julia#8186 from JuliaLang/sf/nozlib

Excise zlib from deps/Makefile

f9d14a9d58a76a0c412b0d6038025a253d16f064 authored over 10 years ago
Reinstitute Zlib license

4df7ba3b559858285e9f6361cc465d67b011b735 authored over 10 years ago
Remove a few other misc. mentions of Zlib

51690075b3a272da6fa18e6a2849d6939fa4d0b7 authored over 10 years ago
Merge branch 'master' of https://github.com/JuliaLang/julia into jq/grisu

Conflicts:
.travis.yml
LICENSE.md
Makefile
deps/Makefile
test/runtests.jl

130f9e961db9d411130e6a1f72456f3da5ecdb1d authored over 10 years ago
Merge branch 'jcb/perf'

6a1014e5085021c0c35ff8f3cf380deae0e76b30 authored over 10 years ago
various performance fixes

dc97ee4e0562ba23a460a802833c80fed164afeb authored over 10 years ago
Merge pull request JuliaLang/julia#1 from staticfloat/jcb/perf

Merge further performance improvements from @jakebolewski

1bd07c438a880513ec093ca819cf2a2c413caa12 authored over 10 years ago
Update LICENSE.md

626565a90f1666cb2a2dfecefbe54ffff1b340b3 authored over 10 years ago
Update LICENSE.md

952d0518cd4381673934d203b2226c8465f9917d authored over 10 years ago
Update LICENSE.md

7bc62dda56ac2ad34dc574b5dec31b157b750bee authored over 10 years ago
Removed D3 from LICENCE.md

I can't find any traces of D3 in the repository or downloaded dependencies.

812c9a41d743debeea01f57b3c216ecee2968a50 authored over 10 years ago
SHA.jl generated files.

license: MIT
authors: Elliot Saba
years: 2014
user: staticfloat

Julia ...

40cc3168abfebaf0d5312ca5eb4943a7cf5e0b7b authored over 10 years ago
initial empty commit

7c8cdc45bad08daf9edec3cb3b1b75f8957ee6c0 authored over 10 years ago
distinguish between libraries and bundled exe's

5e752af65e324aaf675042f3efeab8f4505de818 authored over 10 years ago
Windows: download busybox-win32 during make win-extras

copy it to echo.exe and printf.exe during make dist
This allows test/spawn.jl to succeed on Wind...

9217de51033ce28087d9b3ae18bdb9746fc82bdd authored over 10 years ago
1st attempt at removing all double-conversion library traces.

a7a3a72d1b1882ecaf403d269f1ba4cdc66b0658 authored over 10 years ago
expunge readline

ff6fab7683e964ac2b54072d138a61f0cc8f388a authored almost 11 years ago
Merge pull request JuliaLang/julia#4757 from magistere/master

Docs updates and corrections

8fa47a4db5abbc825901c69ee5e64171529de6c2 authored over 11 years ago
Docs updates and corrections

da1aef438073e765b7705d192cebb586fb973d63 authored over 11 years ago
Close JuliaLang/julia#4047

c15c905f9cb0c79fffbc98ae022d1eb5befca40d authored over 11 years ago
add licenses, for libraries bundled with windows dist, to LICENSE.md

f05b64f847530cecb4c291f2a2765045490b33a6 authored over 11 years ago
Remove all mentions to MPC, as it was decided to scrap it

Now BigComplex support is given directly through Complex{BigFloat}.

2f45187687b045c5b34357f50f1a1dd02afc6410 authored almost 12 years ago
Add mpc to the build system and basic documentation

c0c5d3702efe247adc5277f37f9542b1fd859565 authored almost 12 years ago
Add more mentions to the MPFR on the build system and documentation

470b94ff36c3465e188317565a7b2c23831bca98 authored almost 12 years ago
Removed glpk and linprog

b552fcbaaeae437eab120b9e9f11b1ffe1a7cbeb authored about 12 years ago
Merge pull request JuliaLang/julia#1810 from stevengj/Faddeeva_license

add link to Faddeeva license in LICENSE.md

4c7fa9177b9c23e462443cc1d3e34375a951895b authored about 12 years ago
add link to Faddeeva license in LICENSE.md

14849c485eea850f7dad8b7680184043b208c02c authored about 12 years ago
Merge pull request JuliaLang/julia#1466 from JuliaLang/vs/amos

RFC: Special functions and amos

a15c29090099140e8b533ce3a0e0c2295fa803d7 authored over 12 years ago
Use amos that is now bundled in openlibm.

Remove amos library and update the amos license.
Move extras/specfun.jl into base/math.jl, and mo...

0ecc18759c07c733731ce884cad7a8fc50d4f648 authored over 12 years ago
Update README and LICENSE to refer to openlibm instead of fdlibm.

a07f991f19e2163b4ff85fd2286acd0f3704c9b3 authored over 12 years ago
Add license pointers for double-conversion, GMP and Rmath.

f24c0486e95eef70d191fab79180a02522e42dff authored over 12 years ago
Consistency update to DSFMT related stuff in README and LICENSE.

c2dbe4ebf0a294115e763a4983ccf9f111b6e186 authored over 12 years ago
Added pointer to GLPK in LICENSE.md

6845e2d5de7851f57919937de7861103108cf2af authored over 12 years ago
Merge pull request JuliaLang/julia#1237 from kmsquire/zlib

Added pointer to zlib license to LICENSE.md

d000702f0886a31cc6fd44ef7a4a868a7c3bc27a authored over 12 years ago
Added pointer to zlib license to LICENSE.md

1d91105c0b89e291156c8b79751f5e419099ffd1 authored over 12 years ago
update contributor names. now there are many more, so it doesn't make

sense to try to list them all in the license.

d64e0b1630ede78a0a59e4312676d332a6166c21 authored over 12 years ago
Update the copyright list of the LICENSE file.

b87fe7deece0db9cf5ef89f835fbb570152eedb1 authored almost 13 years ago
using new github URL for femtolisp

befb2cfdd2a34dfeaaf274704ad9c10d1cc0eddc authored almost 13 years ago
Add femtolisp links in README.md and LICENSE.md

7d371599d83022d2fda1f36bc421ad92fe448aad authored almost 13 years ago
Merge branch 'master' of github.com:JuliaLang/julia

Conflicts:
LICENSE.md

6141eb6bfb1339f44d7d318e7059e1269c038af3 authored about 13 years ago
Remove "All rights reserved" statement from license. Does not apply

in MIT license.

385ceabbd4bef4d415bb4feb25f91fa14c77a7b3 authored about 13 years ago
Better markdown formatting for license.

811dc9528dd4afa7c545633f19a6109fd88ab307 authored about 13 years ago