https://github.com/JuliaLang/julia

sort by:
Revision Author Date Message Commit Date
b672d70 Add @everywhere to run md benchmark in parallel 31 July 2014, 15:34:50 UTC
2896264 MD benchmark: rename potential to force 31 July 2014, 15:34:50 UTC
06c9115 Clean up molecular dynamics benchmark 31 July 2014, 15:34:50 UTC
c4392b7 Minor formatting cleanup of MD benchmark This is hopefully up to Viking snuff. 31 July 2014, 15:34:50 UTC
0643081 Changes MD potential computation to use @parfor 31 July 2014, 15:34:50 UTC
f973f1f Cleaned up MD code Now has simple event handling system 31 July 2014, 15:34:50 UTC
5c8202f Add naive molecular dynamics benchmark (serial only) 31 July 2014, 15:34:50 UTC
2230a51 Add inplace version of pmap(expm...) benchmark 31 July 2014, 15:34:50 UTC
ec05d87 Rename directory to something more sane 31 July 2014, 15:34:50 UTC
5021c98 Add naive pmap benchmark for small matrix expms 31 July 2014, 15:34:49 UTC
343951a Merge pull request #7792 from JuliaLang/cjh/patch-utf8cat UTF8proc: return correct category code for Cn code points 31 July 2014, 14:50:52 UTC
73c01b6 Close #7794 (docfix) 31 July 2014, 05:38:22 UTC
25a193f update NEWS and help 31 July 2014, 04:25:46 UTC
da17f92 Add overlooked LLVM_MFLAGS to (re)install-llvm 30 July 2014, 21:54:31 UTC
c4c4298 UTF8proc: return correct category code for Cn code points libutf8proc currently returns 0 (an invalid general category code) for code points in UTF8PROC_CATEGORY_CN (Unassigned; reserved). This patch intercepts a 0 return code and replaces it with UTF8PROC_CATEGORY_CN in category_code(). Also changes is_assigned_char to use the intended Unicode general category (Cn) instead of 0. 30 July 2014, 21:42:13 UTC
e3ed1b4 Merge branch 'master' of github.com:JuliaLang/julia 30 July 2014, 21:32:45 UTC
bf55029 do not call __init__ for code loaded during system image build fixes #7723 part of this refactors jl_module_run_initializer to only run the initializer and not do anything else, which seems like a good idea. 30 July 2014, 21:32:35 UTC
ff8fe5d Merge pull request #7781 from tkelman/date-format workaround old version of /bin/date in msysgit 30 July 2014, 19:48:54 UTC
e717601 Fix build on LLVM 3.5 Patch by @crayxt 30 July 2014, 05:54:03 UTC
ab1c976 Merge branch 'master' of github.com:JuliaLang/julia 30 July 2014, 03:41:22 UTC
345f3bd fix #7618, handling of port numbers starting ssh workers. 30 July 2014, 03:40:47 UTC
dee0458 Merge branch 'master' of https://github.com/JuliaLang/julia 30 July 2014, 03:25:22 UTC
7dddcef Revert "lru_test includes lru.jl so that it can run" This reverts commit 2961d6160d0c5c1f34484f7e248069cc635cbe22. 30 July 2014, 03:25:09 UTC
8d4f989 Merge pull request #7649 from JuliaLang/cjh/fix-7304 Label QRCompactWY.T as Triangular 30 July 2014, 03:09:54 UTC
7bb80bb Add test of QRCompactWY(Q) machinery 30 July 2014, 02:46:10 UTC
2961d61 lru_test includes lru.jl so that it can run 30 July 2014, 02:37:30 UTC
ea4e0bc Unwrap T::Triangular when calling gemqrt! 30 July 2014, 01:55:35 UTC
b0572f7 Change QRCompactWYQ.T to be Triangular 30 July 2014, 01:50:18 UTC
1ec2807 fix ambiguity warning for A_mul_Bc 30 July 2014, 01:43:08 UTC
0f7d861 Reorder methods. Note: produces ambiguity warning at compile time Warning: New definition A_mul_Bc could not show value of type Tuple at linalg/factorization.jl:370 is ambiguous with: A_mul_Bc could not show value of type Tuple at linalg/triangular.jl:180. To fix, define A_mul_Bc could not show value of type Tuple before the new definition. 30 July 2014, 01:43:08 UTC
2bbbda8 Add Triangular. This doesn't build because Triangular isn't defined yet when factorization is built. 30 July 2014, 01:43:08 UTC
9654e90 Correct typo in matrix/factorization.jl elemenary->elementary Also trivial "$(m)" -> "$m" change 30 July 2014, 01:41:08 UTC
c3c51f3 Merge pull request #7741 from JuliaLang/vs/7725 Avoid out of bounds access in arpack neupd_wrapper 30 July 2014, 01:12:21 UTC
727733d Hopefully fix #7549 29 July 2014, 22:14:07 UTC
8a4bd17 workaround old version of /bin/date in msysgit fails with "invalid date `@1406586781'" 29 July 2014, 16:36:20 UTC
01fb984 isvalidss Nth try 29 July 2014, 16:35:06 UTC
15f5aed Add a few items to NEWS.md 29 July 2014, 15:42:17 UTC
cab2845 Update profile.c 29 July 2014, 15:33:51 UTC
3b907b7 use isnan, and 0 instead of zero 29 July 2014, 14:58:29 UTC
a734ec1 Merge pull request #7775 from JuliaLang/teh/show_block Improve printing of :for expressions 29 July 2014, 14:21:33 UTC
6670fd6 Initialize with NaN values 29 July 2014, 14:08:48 UTC
d60dcbd profile: "resulution" -> "resolution" Fixes spelling in error message. 29 July 2014, 13:52:34 UTC
fde031c Improve printing of :for expressions 29 July 2014, 11:32:28 UTC
e3975b6 Initialize the vector of eigenvalues passed to neupd with zeros. 29 July 2014, 11:06:54 UTC
31fed87 Avoid out of bounds access in arpack neupd_wrapper 29 July 2014, 11:06:54 UTC
168f317 Go back to CLOCK_REALTIME in profiler 29 July 2014, 10:00:46 UTC
8f6d20e Update openlibm and openspecfun to the released versions for 0.3. 29 July 2014, 09:53:05 UTC
ade9ac4 Merge branch 'master' of github.com:JuliaLang/julia 29 July 2014, 09:25:41 UTC
92ad1b6 Fixes to build LLVM 3.3 on OS X 10.10 29 July 2014, 09:25:07 UTC
ce4896a Merge pull request #7772 from jjh42/minor-doc-fix Fixed typo in FAQ. 29 July 2014, 06:58:31 UTC
d4eaf45 Fixed typo in FAQ. Add info on building docs on OS X 29 July 2014, 06:36:01 UTC
43921e0 put a try/catch around `readdir` in REPL shell completion. helps #7576 29 July 2014, 03:33:37 UTC
a1bd641 fix #7760, dispatch loop on missing `intersect` for Ranges 29 July 2014, 03:18:42 UTC
e5ed33b small update to banner, and clarify command line help 29 July 2014, 03:03:09 UTC
06860b2 show quoted blocks using `quote end` instead of `:(block end)` 29 July 2014, 03:02:15 UTC
927a9ee fix #7764, endof and next for RepString 29 July 2014, 02:54:07 UTC
a26e775 Fix 7765 29 July 2014, 00:16:20 UTC
c8bcaa3 Merge branch 'master' of github.com:JuliaLang/julia 28 July 2014, 21:27:28 UTC
cd26c54 Merge branch 'brk00-patch-1' 28 July 2014, 21:27:21 UTC
8034339 Merge branch 'patch-1' of github.com:brk00/julia into brk00-patch-1 Conflicts: doc/manual/modules.rst 28 July 2014, 21:27:02 UTC
b1ee59c Merge pull request #7693 from JuliaLang/cjh/fixdoctest Make doctests pass 28 July 2014, 21:21:41 UTC
b6b7755 Merge pull request #7728 from JuliaLang/llvm35win Missing llvm35/mcjit ifdef on Windows 28 July 2014, 20:18:47 UTC
db8ffe8 add DLLEXPORT to jl_matching_methods prototype inconsistent linkage is an error with MSVC 28 July 2014, 14:02:36 UTC
ef66810 Remove recommendation to use Mac-HPC compilers They cause no end of trouble, e.g. #6244 28 July 2014, 12:59:04 UTC
86d0e5a Bump line numbers for square again. 28 July 2014, 12:10:24 UTC
19d0dfd One more profile timer fix 28 July 2014, 12:02:38 UTC
210e83c Demote doctests containing Unions to ordinary code snippets This is a workaround for the nondeterministic order of Union printouts - they can be output as Union(a,b) or Union(b,a), which confuses the Sphinx doctest parser. 28 July 2014, 12:01:54 UTC
94b8013 Update line numbers for square 28 July 2014, 12:01:54 UTC
398ddde Fix Union printout orders 28 July 2014, 12:01:54 UTC
9f4cfc6 Update sqrt(-1) doctests 28 July 2014, 12:01:54 UTC
9415991 Make doctests pass Reflects lots of small changes in printouts and error messages, line numbers, etc. Nontrivial changes: - Bump JuliaDoc submodule - The control flow documentation had to be reformatted slightly to make doctests pass. The output of Task(...) now prints out a memory address which is clearly not reproducible, so the output is suppressed. - Some roundoff printing issues in complex-and-rational-numbers? - isequal(NaN,NaN32) == true - It also looks like sqrt(-1) no longer prints a helpful error message about trying sqrt(complex(-1))...? - strings.rst, line 239: "ERROR: BoundsError() in getindex at ascii.jl:11" no longer prints out traceback?? - control-flow.rst, line 638: UndefVarError->MyUndefVarError to prevent overwriting Base UndefVarError WARNNG: Because union types appear to be unsorted on output, sometimes Union(a,b) is printed out as Union(b,a). This causes the doctests to fail nondeterministically, e.g. Failed example: super(Union(Float64,Int64)) Expected: ERROR: `super` has no method matching super(::Type{Union(Float64,Int64)}) Got: ERROR: `super` has no method matching super(::Type{Union(Int64,Float64)}) 28 July 2014, 12:01:53 UTC
0daeb41 nano is 10^9 (profiling, fix #7720) 28 July 2014, 09:56:22 UTC
8b743d1 Merge pull request #7752 from tkelman/cygwin-buildfix Use NTFS junctions to share/julia/base etc instead of Cygwin symlinks 28 July 2014, 07:36:39 UTC
6d415e1 Use NTFS junctions to share/julia/base etc instead of Cygwin symlinks 28 July 2014, 06:55:27 UTC
880672c Merge pull request #7751 from JuliaLang/revert-7578-tanmaykm Revert "added indmax and indmin for sparse matrices." 28 July 2014, 06:14:55 UTC
4034a21 Revert "added indmax and indmin for sparse matrices." 28 July 2014, 06:14:35 UTC
72aa4f7 Merge pull request #7578 from tanmaykm/tanmaykm added indmax and indmin for sparse matrices. 28 July 2014, 05:42:51 UTC
229aa20 Merge pull request #7750 from gajjanag/patch-2 Add sinpi and cospi to vectorized functions 27 July 2014, 22:38:29 UTC
6d40ff3 Add sinpi and cospi to vectorized functions sinpi and cospi were missing from the list of built-in vectorized functions. I have added them next to sin and cos respectively in the doc. 27 July 2014, 22:14:38 UTC
e238b96 improve keyword argument syntax error. fixes #7743 27 July 2014, 17:11:28 UTC
9a16d18 prevent merging of type error code from different locations. fixes #7372 27 July 2014, 17:03:39 UTC
da84e7e Merge pull request #7746 from tkelman/rename-stringpatch rename stringpatch to stringreplace 27 July 2014, 15:57:34 UTC
17c799b rename stringpatch to stringreplace to avoid requiring admin rights in win32, see https://cygwin.com/ml/cygwin/2014-03/msg00191.html 27 July 2014, 12:02:16 UTC
831d46c Update banner, since we no longer show a list of help topics. Add apropos() that defaults to showing what help() shows. 27 July 2014, 11:49:45 UTC
b42d580 Merge branch 'master' of github.com:JuliaLang/julia 27 July 2014, 04:47:30 UTC
435d333 a couple help updates 27 July 2014, 04:47:12 UTC
b23f9ad More corrections on using/import table 27 July 2014, 04:45:59 UTC
bdff693 Corrections on import/using table and typo 27 July 2014, 04:42:52 UTC
faa144d Merge pull request #7514 from ArchRobison/adr/trunkvec Adr/trunkvec 27 July 2014, 04:33:38 UTC
0f244ad Merge pull request #7509 from crayxt/patch-3 Allow to customize file name of make dist result. 27 July 2014, 04:27:30 UTC
fa157e4 Merge pull request #7587 from doowttam/stdinExamples Add examples for reading STDIN to Network and Streams manual 27 July 2014, 03:34:04 UTC
892f725 Merge pull request #7724 from tkelman/travis-fixclang fix clang on travis 27 July 2014, 03:30:06 UTC
9b3e3b6 update modules doc re: macros 27 July 2014, 03:23:29 UTC
5a74e9c fix #7738 27 July 2014, 03:23:05 UTC
98a1165 improve compile-time method matching logic don't consider typevars unmatched if we can prove that they would be matched by any actual call. fixes #5575 slightly expand some array constructor signatures so `Type{<:Top}` matches them, not just `Type{<:Any}`. 26 July 2014, 21:16:37 UTC
3c129b7 update perf tests for removed deprecations 26 July 2014, 21:16:04 UTC
697ad01 Only catch icc in preprocessor defines 26 July 2014, 20:05:11 UTC
2411621 improve modules chapter of manual. various mistakes and omissions fixed. 26 July 2014, 19:37:04 UTC
9c02c9d fix #7727, scheduling bug in `produce` 26 July 2014, 17:46:57 UTC
ebbff34 fix syntax error in deps/Makefile 26 July 2014, 16:36:57 UTC
back to top