sort by:
Revision Author Date Message Commit Date
5c78756 Merge pull request #3610 from kmsquire/release-0.1_pkg Update pkg.jl 03 July 2013, 03:39:57 UTC
ec89a87 Update pkg.jl * Makes it so it's actually possible to have a ~/.julia/v0.1 directory for julia 0.1 (I guess no one actually uses this...) 03 July 2013, 00:05:48 UTC
3126fe2 Merge pull request #3326 from staticfloat/release-0.1 Clean up .travis.yml for release-0.1 branch 08 June 2013, 06:06:15 UTC
4424c0a Don't build 64-bit interfaces to BLAS libraries 08 June 2013, 05:51:37 UTC
420771d We don't package from Travis, so don't need to move the julia2 folder back anymore 07 June 2013, 17:48:47 UTC
7f3a573 Don't need lighttpd anymore 07 June 2013, 16:55:26 UTC
1e78919 Use new PPA for release-0.1 07 June 2013, 03:17:39 UTC
120cf27 port some fixes to 0.1 16 May 2013, 01:42:39 UTC
ddb37d6 fix #2619 it was hard to write a test for this! Conflicts: test/core.jl 16 May 2013, 01:05:32 UTC
f2365a8 hopefully fix #2607, inference nesting types forever on DataArray Conflicts: base/inference.jl 16 May 2013, 01:02:52 UTC
5056714 fix #3123, inference on too many arguments in type application 16 May 2013, 01:00:39 UTC
15d7893 fix #3091 due to an obscure failure of type intersection to match a method Conflicts: base/inference.jl 16 May 2013, 01:00:30 UTC
39a5030 probably fix #3055 16 May 2013, 00:58:16 UTC
e221910 fix #2693, inconsistency in how TypeConstructor-valued arguments get cached Conflicts: src/cgutils.cpp 16 May 2013, 00:57:52 UTC
cd915d2 Fix markdown link syntax Conflicts: doc/manual/packages.rst 06 May 2013, 03:05:40 UTC
b2347d5 fix #2710 01 April 2013, 17:41:38 UTC
c5cc2ef Add packages section to manual. 01 April 2013, 06:36:55 UTC
40a80a6 Add packaging links to CONTRIBUTING.md. Conflicts: CONTRIBUTING.md 01 April 2013, 06:35:29 UTC
7252bb5 Merge branch 'release-0.1' of github.com:JuliaLang/julia into release-0.1 30 March 2013, 17:53:59 UTC
071c73b OS X: Environment variables for PKG_CONFIG_PATH and FONTCONFIG_PATH 30 March 2013, 17:47:40 UTC
2730b5a Fix #2644 in release-0.1 22 March 2013, 11:04:26 UTC
a703335 Fix typo in GIT_TEMPLATE_DIR as reported in #2518 Thanks @cwneville 11 March 2013, 05:34:09 UTC
63a0590 ok, that wasn't the problem. 10 March 2013, 22:50:05 UTC
d537974 retry release branch build with parser fix rolled back 10 March 2013, 22:36:03 UTC
b8ba756 retry release branch build 10 March 2013, 22:22:51 UTC
ed43096 fix PCRE error reporting 10 March 2013, 22:00:37 UTC
1a46834 fix #2514, "p=+\n1" should parse the same as "p=+" 10 March 2013, 22:00:16 UTC
a2996fc fix #2086 why did this take 2 months? 10 March 2013, 21:59:43 UTC
366e3ca probably fix #2535 10 March 2013, 21:58:39 UTC
069f818 remove w=0 from strwidth. ref #2535 10 March 2013, 21:58:25 UTC
c4b3649 Pkg: fix previous hotfix Previous hotfix was removing any package for which any version was not satisfying fixed requirements. This one instead removes single versions first, and only if a package is left with no allowed versions it's removed. 08 March 2013, 12:11:39 UTC
1187040 VERSION: 0.1.2 08 March 2013, 04:30:57 UTC
02f3159 Pkg: better error message when fixed requirements can't be met. 07 March 2013, 18:11:23 UTC
c4a6421 Pkg: hotfix for urgent problem; if no version satisfies julia, bails. This applies to any package for which no working version exists of the current package. This fixes the issue but another fix would be to make sure that there is a version of every package for every julia version. 07 March 2013, 17:59:10 UTC
5c23391 fix libuv cross-make for windows 07 March 2013, 09:47:04 UTC
bddb703 Merge branch 'release-0.1' of github.com:JuliaLang/julia into release-0.1 07 March 2013, 08:45:48 UTC
0f9c574 fix some ccall return types 07 March 2013, 08:45:38 UTC
1cb94e9 Merge branch 'release-0.1' of github.com:JuliaLang/julia into release-0.1 07 March 2013, 08:29:54 UTC
0172a0d Fix typo in windows filesize test. 07 March 2013, 08:29:33 UTC
f78c1c3 fix last commit 07 March 2013, 08:25:44 UTC
00e8e84 fix #2400, fix #2401 Conflicts: src/ast.c 07 March 2013, 08:14:00 UTC
ff872d0 fix #2365 Conflicts: test/core.jl 07 March 2013, 08:11:04 UTC
1f9a12c fix #2352 Conflicts: test/core.jl 07 March 2013, 08:09:31 UTC
9585dd9 update webrepl build for libuv changes to uv_run 07 March 2013, 08:00:50 UTC
de3d5eb fix mac build by disabling set process title feature of libuv 07 March 2013, 08:00:38 UTC
1191032 fix #2446, fix #1689, fix libuv #5. bump version of libuv to latest origin/master from upstream 07 March 2013, 08:00:24 UTC
fe1f8e0 Update findnext to use helper macros. 07 March 2013, 07:35:49 UTC
907493a Fix findnext on BitArrays 07 March 2013, 07:33:45 UTC
c3471b6 fftw tweak: use >>1 to divide integers by 2 and round down, not ifloor 07 March 2013, 07:30:50 UTC
206204b Make all numbers iterable and fix #2369 [max(Inf) hangs]. 07 March 2013, 07:30:50 UTC
0788019 Fix #2377: corrected definition of sortby(v,by,alg). 07 March 2013, 07:30:50 UTC
43e0656 examples/bubblesort.jl: tabs => spaces. 07 March 2013, 07:30:50 UTC
364bd7a add type decl for isblank 07 March 2013, 07:24:20 UTC
4f8487f make reshape always share data for Arrays. for #2279 for now, whether reshape shares data will just have to depend on argument type. it is popular to write things like reshape(1:4, 2, 2). 07 March 2013, 07:21:47 UTC
d4418a9 fix #2452 07 March 2013, 07:21:31 UTC
4d8ddd4 Merge branch 'release-0.1' of github.com:JuliaLang/julia into release-0.1 07 March 2013, 07:21:10 UTC
631a37f Update helpdb 07 March 2013, 07:17:51 UTC
7d8ef0f Merge branch 'release-0.1' of github.com:JuliaLang/julia into release-0.1 07 March 2013, 07:15:26 UTC
11f0970 fix #2477, scheduler integration of the various wait_* functions Conflicts: base/stream.jl 07 March 2013, 07:15:06 UTC
98b0d8e Merge branch 'release-0.1' of github.com:JuliaLang/julia into release-0.1 07 March 2013, 07:11:38 UTC
ffef07d add `.+ .-` add `.+ .-`  so operators and descriptions match 07 March 2013, 07:11:12 UTC
a8e0542 Only build the SuiteSparse libraries, and disable the demos. This drastically improves the build time. close #2005. 07 March 2013, 06:53:51 UTC
5876dbc Revert "versioninfo() function. closes #1351" This partially reverts commit bca3206d4f0f54d3cb60a7dba2ffa674ba6ba830. This cherry-pick accidentally brought along versioninfo, which is a new feature that shouldn't be introduced in a patch version. Conflicts: base/pkg.jl 07 March 2013, 06:36:05 UTC
52bc1e4 Pkg: don't rely on submodule for determining which are packages [#2315]. This is a small, hopefully non-invasive step towards relegating submodules to a snapshotting mechanism, rather than a first-class part of the way Pkg works. Hopefully this cures some of what's ailing us. Conflicts: test/Makefile 07 March 2013, 06:17:06 UTC
bca3206 versioninfo() function. closes #1351 07 March 2013, 06:17:06 UTC
53c6a89 Pkg: allow package versions to depend on specific versions of Julia. This also provides the facility to tell the version resolver that certain package versions are fixed. This has the affect that it doesn't try to determine a version for those packages, but will exclude versions that depend on the fixed packages *excluding* the fixed version number given. The dependency on Julia is injected as a fixed dependency on the current julia version. Thus, any package that specifies a dependency for the julia "package" while doesn't include the current Julia version, won't be considered for install. Fixed version are currently only used for this, but pacakges that are on-branch or dirty should be considered fixed. 07 March 2013, 06:17:06 UTC
d96a5d0 Pkg: make Pkg.add and Pkg.rm more resilient to failures. 07 March 2013, 06:17:06 UTC
9cfbbe0 Pkg: some very basic testing; must be run explicitly. 07 March 2013, 06:17:06 UTC
384ac83 Run install_name_tool on libtcl, libtk, and libtk_wrapper 06 March 2013, 08:39:54 UTC
e87daf8 The tk_wrapper code is in Tk.jl. Remove it from here. 06 March 2013, 08:20:09 UTC
9ee7a65 Set the GIT_TEMPLATE_DIR environment variable. Copy the usr/share/git* libraries as part of the install step. 06 March 2013, 05:00:29 UTC
e6a913c Avoid using hard links when installing git. 05 March 2013, 15:00:27 UTC
9d22308 Include openlibm ldexp fix in release-0.1 05 March 2013, 14:32:09 UTC
94ddf02 Update git to 1.8.1.5 (there was a build failure in 1.8.1.4) Bundle git's libexec Set GIT_EXEC_PATH to the local installation when launching julia 05 March 2013, 12:15:08 UTC
dae9629 Add the path for the julia-installed git to the end of PATH, so that the system provided git is used if available. 05 March 2013, 07:04:20 UTC
4d3074c Update helpdb 05 March 2013, 03:03:14 UTC
2b077ad improve doc of svd(). fixes #2358 04 March 2013, 12:31:08 UTC
afdf679 Include julia/usr/bin in PATH so that Pkg can find git. Some other updates for packaging julia on mac. 28 February 2013, 08:58:31 UTC
4d71c23 Install git as part of `make dist` on Mac. Update deps/.gitignore. 27 February 2013, 14:03:40 UTC
e3cb7d3 Add ability to build and install git in deps/Makefile. Addresses #1709 27 February 2013, 14:03:32 UTC
b6edd11 VERSION: 0.1.1 25 February 2013, 06:54:01 UTC
77a2ef2 set doc version to 0.1 22 February 2013, 02:44:16 UTC
c6b9782 doc: Update top links bar to match main website 22 February 2013, 02:22:43 UTC
7f8bc7d fix #2105 21 February 2013, 12:28:11 UTC
5cdae3f Package up cairo and tk and dependencies from ~/.julia/{Cairo,Tk} Improve Makefile, Update .gitignore, Update dmgCreator file. 20 February 2013, 09:07:23 UTC
a15dfa7 Merge branch 'release-0.1' of github.com:JuliaLang/julia into release-0.1 20 February 2013, 03:32:26 UTC
7991748 localpart needs to be called localize in 0.1 (fix test) 19 February 2013, 22:44:43 UTC
04c6049 fix #2364, type defs in macros 19 February 2013, 22:40:13 UTC
cd1fd48 fix infinite loop when there's no exception handler. fixes #2361 19 February 2013, 22:39:51 UTC
3c8b901 add edit openers for windows. fixes #2356 19 February 2013, 21:19:35 UTC
f2cf8df fix spawnat regression 19 February 2013, 20:43:12 UTC
3b89389 Update mailing lists address in README The address of the page of mailing lists etc. has changed in the last website upgrade. 19 February 2013, 14:56:20 UTC
bd4c101 Create a dmg out of the app bundle. 19 February 2013, 13:21:02 UTC
ba74574 Create a mac app bundle 19 February 2013, 12:52:57 UTC
98f4542 Remove LLVM version from README.md. 19 February 2013, 12:45:38 UTC
a9008e5 add potentially useful things to default PATH on windows 19 February 2013, 09:03:04 UTC
46eb94d fix WINPATH delimiters in Make.inc 19 February 2013, 08:44:25 UTC
f2a5b49 windows testing fixes: avoid perl's textmode STDOUT and be really good about closing file handles so rm can work 19 February 2013, 08:39:33 UTC
bea9c47 set OPENBLAS_NUM_THREADS=1 so that tests pass at all on wine. patch for #2124 19 February 2013, 08:39:18 UTC
7db7320 fix #2344 17 February 2013, 21:19:31 UTC
back to top