https://github.com/JuliaLang/julia

sort by:
Revision Author Date Message Commit Date
5153621 julia-mode: Move tests to new file and improve Create file julia-mode-tests.el to hold all ert tests, so that tests are not loaded with julia-mode.el Instead of ignoring-warnings for everyone to get around some users not having ert, use require with the NOERROR flag. Have julia--run-tests print a helpful message for thsoe who do not have ert installed. Fixes #13237 20 February 2016, 00:34:50 UTC
7c4c123 Merge pull request #15106 from JuliaLang/yyc/threads/c11 RFC: Use c11/c++11 memory model 19 February 2016, 22:52:29 UTC
9deaea7 Remove superflous *one(T) in det for Unit...Triangular{T} 19 February 2016, 22:38:06 UTC
cfe03b0 turn on --compile=all testing on one of the travis CI configurations 19 February 2016, 21:13:15 UTC
3816e8f Merge pull request #15153 from JuliaLang/yyc/code_llvm_gc Make code_llvm output closer to the actual llvm IR 19 February 2016, 19:26:52 UTC
fd636f7 Make code_llvm output closer to the actual llvm IR * Finalize GC frames * Fix function names 19 February 2016, 15:42:50 UTC
3e7ec53 Merge pull request #15141 from JuliaLang/nl/readdocs Improve docs about read*() functions 19 February 2016, 15:39:59 UTC
71ed496 Merge pull request #14941 from bicycle1885/inv-diagonal support inv(::Diagonal) for integer elements 19 February 2016, 14:16:19 UTC
fa4bbef Merge pull request #15033 from JuliaLang/sk/utf16helpers decouple Windows APIs from UTF16String type 19 February 2016, 13:25:05 UTC
06c9fb7 intel fortran compiler uses a different flag for integer size this should only matter in the rare case where you're building reference lapack from source against an ILP64 blas 19 February 2016, 12:27:12 UTC
f25a4b9 Merge pull request #15147 from JuliaLang/tk/travis Only do Travis branch builds on master and release branches 19 February 2016, 11:41:34 UTC
6970fda clipboard: add some basic tests (OS X & Windows) 19 February 2016, 11:40:52 UTC
103db50 highlander: add utf8to16, utf16to8, cwstring; excise UTF16String 19 February 2016, 11:29:29 UTC
11225d1 sysimg.jl: load osutils.jl before c.jl 19 February 2016, 11:20:20 UTC
0f9723c Merge pull request #15130 from JuliaLang/tk/sysimgwarn Several build_sysimg.jl fixes 19 February 2016, 09:54:21 UTC
4ec8918 Use -fdefault-integer-8 when building lapack from source against ILP64 system blas and link cholmod to lapack, needs dpotrf 19 February 2016, 09:51:17 UTC
d940737 Only do Travis branch builds on master and release branches you can manually add to this whitelist for temporary testing, or build on your fork Also stop running tests at -O0 on Travis since it didn't help the runtime significantly, and it's better to run in the more common configuration 19 February 2016, 05:33:42 UTC
d8b5679 Merge pull request #14848 from JuliaLang/jb/generators RFC: generator expressions 19 February 2016, 04:59:02 UTC
179a439 Merge pull request #15137 from JuliaLang/sk/rm-mmap-utf16 mmap: remove unnecessary use of utf16 19 February 2016, 00:12:40 UTC
0cd7a93 Better SubArray support for strange indices Fix #15138. Additionally, ensure dispatch behaves properly for views of views. 18 February 2016, 22:56:38 UTC
6b65a39 Adding SubArray tests to generic.jl, includes fix for linreg bug found Adding tests to the generic.jl test file for subarrays. Tests discovered bug in the method Linreg in generic.jl, commit includes fix for that bug 18 February 2016, 22:18:28 UTC
809fe14 Merge pull request #15105 from pkofod/master Added tests to increase coverage in base/rationals.jl 18 February 2016, 22:16:19 UTC
cf35323 Replace docstrings containing | in signatures Either retain a single argument, or split the signature into several lines. 18 February 2016, 21:31:02 UTC
442084c Improve docs about read*() functions Fix array signatures for readbytes!() and read!(). Add docstring for read(filename::AbstractString, args...). Mention that text should be UTF-8. Separate "stream or filename" into two lines with types. Various minor improvements. [av skip] 18 February 2016, 21:30:57 UTC
04f208f Merge pull request #15113 from JuliaLang/anj/cond Reenable test of condition number estimates of sparse matrices 18 February 2016, 19:23:28 UTC
bc0956b make generator expressions consume all following comma-separated expressions 18 February 2016, 19:15:03 UTC
0d4fec3 implement generator expressions (#4470) This introduces the types `Generator`, which maps a function over an iterator, and `IteratorND`, which wraps an iterator with a shape tuple. 18 February 2016, 19:14:44 UTC
279586b Merge pull request #15108 from morris25/add_os_only_documentation RFC: added os_only documentation 18 February 2016, 19:06:43 UTC
7220389 Merge pull request #15135 from justbur/julia-mode-fix-prompt julia-mode: Add space to prompt regexp 18 February 2016, 18:00:31 UTC
400710c julia-mode: Fix prompt regexp Fixes #14002 The primary problem was the lack of a space at the end of the regexp, which didn't match the output of the shell process (does have a space). This meant that emacs sometimes placed the point one character before the end of the buffer, which prevented M-p from working. This new regexp also allows for other prompts, such as "shell> " 18 February 2016, 17:51:15 UTC
fc799c3 Merge pull request #15132 from helgee/master [WIP] Clarify section about Base.convert fall-back. 18 February 2016, 17:34:13 UTC
008cf23 mmap: remove unnecessary use of utf16 18 February 2016, 16:39:56 UTC
0b9041a added os_only documentation 18 February 2016, 15:34:13 UTC
84e0a18 Merge pull request #15104 from KristofferC/kc/sparse_copy add specialized copy! for sparse matrices 18 February 2016, 13:32:09 UTC
200fcdf Remove trailing whitespace. 18 February 2016, 11:57:23 UTC
b5ccc51 Fix unix version of default_sysimg_path Default to the current sysimg location, rather than next to libjulia since sys.so and libjulia.so are in the same location for source builds but not binary installs 18 February 2016, 10:31:02 UTC
8a02b3f Clarify section about Base.convert fall-back. 18 February 2016, 09:13:30 UTC
345d011 Remove no longer accurate Windows warning in build_sysimg.jl The default Windows build currently skips loading precompiled code from sys.dll Also remove a duplicate comment in the Windows-specific juliarc.jl And fix usage of default_sysimg_path 18 February 2016, 08:58:21 UTC
fabec7b Merge pull request #15125 from Cody-G/cjg/fix_mmap_win patches #13682 to fix memory mapping of large files on Windows 18 February 2016, 06:58:42 UTC
ff69789 Break long lines 18 February 2016, 03:26:19 UTC
d7d10fd Regenerate stdlib 18 February 2016, 03:26:19 UTC
29f039a lufact doctring: Moved to linalg/lu.jl The docstring is also somewhat simplified by not having to describe the dense and sparse cases together. 18 February 2016, 03:26:19 UTC
6bc53b8 Test size(::UmfpackLU) 18 February 2016, 03:26:19 UTC
42fdac1 Add test for #15099 18 February 2016, 03:26:19 UTC
1f21ee1 sparse/umfpack.jl: correct fallbacks for lufact The new fallback logic for `lufact(A::SparseMatrixCSC{T}` is: - If `T` is `Float16` or `Float32}`, convert `A` to `SparseMatrixCSC{Float64}` before calling UMFPACK - If `T` is `Complex32` or `Complex64`, convert `A` to `SparseMatrixCSC{Complex128}` before calling UMPACK - If `T` is any other `T<:AbstractFloat`, throw an `ArgumentError`, telling the user to do `lufact(float(A))` to round `T` explicitly, or `lufact(full(A))` to use the generic routine. - If `T` is any other eltype (e.g. `Int`), convert `A` to `float(A)` Closes #15099 Also creates new copy of docstring specifically for sparse `lufact`, documenting that it creates a copy if not of eltype `Complex128` or `Float64`. Includes minor changes: - `Union{Int32}` -> `Int32` - Use default value for `show_umf_ctrl` and `show_umf_info` - `size` now throws `ArgumentError` instead of `ErrorException` 18 February 2016, 03:26:19 UTC
ba8e972 Merge pull request #15124 from JuliaLang/jb/parsefaster2 a few more micro-optimizations to parsing 18 February 2016, 03:22:36 UTC
80af38f Replace cpu_lfence and cpu_sfence with atomics. Remove ia_misc.h 18 February 2016, 01:59:23 UTC
6a68a3a More threading related code in julia_threads.h 18 February 2016, 01:59:23 UTC
afc167a Add c11/c++11 like atomic store and load 18 February 2016, 01:59:16 UTC
f782773 Remove ti_threadgroup_t::forked since no one is reading it 18 February 2016, 00:37:54 UTC
f66ec96 Remove cpu_mfence since no one is using it. 18 February 2016, 00:37:54 UTC
0b8f8ba Make atomic cas generic and match the function name with c++11/c11 one. 18 February 2016, 00:37:54 UTC
88ffc5f Make atomic add type generic and match the function name with c++11/c11 one. 18 February 2016, 00:37:54 UTC
a8f6933 Move more threading related definitions to julia_threads.h 18 February 2016, 00:37:54 UTC
b3527cf Clean up jl_cpu_pause and create jl_cpu_wake for ARM. 18 February 2016, 00:37:47 UTC
f84de78 Create julia_threads.h and add `jl_signal_fence` 18 February 2016, 00:33:50 UTC
a5b4806 Make atomic macros function like 18 February 2016, 00:33:50 UTC
522dc23 Remove unnecessary extern "C" 18 February 2016, 00:33:50 UTC
8536c88 Reenable test of condition number estimates of sparse matrices and adjurst the tolerance. Fixes #14778 18 February 2016, 00:28:45 UTC
73950bf Merge pull request #15122 from JuliaLang/sk/envtweaks some tweaks to code for the EnvHash type 18 February 2016, 00:22:05 UTC
73a572c patches #13682 to fix memory mapping of large files on Windows 17 February 2016, 23:09:11 UTC
8f26020 First attempt at enabling syntax for generators within parens Conflicts: src/julia-parser.scm 17 February 2016, 22:20:44 UTC
c99b9f6 Merge pull request #14806 from JuliaLang/sk/complexsign sign(::Complex): make sign of complex zero respect signs of parts 17 February 2016, 21:45:31 UTC
3afd89d fix suboptimal inference of `Type{x}` 17 February 2016, 21:37:19 UTC
b578664 ENV: change access_env from macro to higher-order function 17 February 2016, 20:12:59 UTC
f05736d ENV: move system-specific code into large os-specific blocks 17 February 2016, 20:06:56 UTC
287c053 ENV: inline _jl_win_getenv into its only call site 17 February 2016, 20:06:56 UTC
a12f990 ENV: cosmetic changes 17 February 2016, 20:06:56 UTC
ae2fa2a ENV: test errors for non-existent keys, NUL-containing keys 17 February 2016, 20:06:27 UTC
08ed0fc add `ini_HEX` method for ints fixes `%A` formatting (#14409) 17 February 2016, 19:57:56 UTC
be3cf62 add specialized copy! for sparse matrices when the matrices have the same size we can get away with simple copying of the internal fields. 17 February 2016, 14:51:28 UTC
ed460e4 Merge pull request #15071 from JuliaLang/mb/lispyviews RFC: Fast, lispy views 17 February 2016, 14:19:02 UTC
4431a28 Fix laplace3d threading example. * Remove the usage of ia_misc.h, (re)define rdtsc * Fix the usage of __builtin_assume_aligned * Replace tabs with spaces 17 February 2016, 14:11:14 UTC
87fa15f Merge pull request #15111 from omus/octal_examples Made octal examples easier to read on ReadTheDocs 17 February 2016, 05:47:55 UTC
9fbf75b a few more micro-optimizations to parsing hey, every bit helps. 17 February 2016, 03:50:56 UTC
47adbb9 Merge pull request #15092 from JuliaLang/anj/setindex Add setindex! for SymTridiagonal, Tridiagonal, and Bidiagonal 17 February 2016, 02:21:55 UTC
bee33ee Merge pull request #15103 from JuliaLang/cjh/doc-gsvd Improve svdfact(A, B) docs 17 February 2016, 02:16:28 UTC
5768252 Made octal examples easier to read on ReadTheDocs The font used on ReadTheDocs made the octal examples appear to be `OO777` or `00777` rather than `0o777`. 16 February 2016, 23:54:48 UTC
40dd9a6 Regenerate stdlib 16 February 2016, 19:49:39 UTC
9747978 economy mode decomposition -> thin SVD Use more standard term for this calculation. Also, explain what "thin" means. 16 February 2016, 19:41:37 UTC
a02ecac Merge pull request #15093 from JuliaLang/anj/ambiguity Remove ambiguity (warning) for *(Diagonal, SpecialMatrix) 16 February 2016, 19:24:11 UTC
95a44fc Docs: describe the components of a GeneralizedSVD Closes #14788 16 February 2016, 19:23:18 UTC
3618329 move svd* docstrings to linalg/svd.jl 16 February 2016, 19:23:18 UTC
9fcf2b5 Merge pull request #15098 from weijianzhang/master update documentation of speye and spzeros 16 February 2016, 18:55:32 UTC
073c389 Merge pull request #15100 from JuliaLang/cjh/fix-cond-typo Fix some typos in errors and comments 16 February 2016, 18:54:58 UTC
f8e4211 Merge pull request #15095 from JuliaLang/jb/fix15072 fix #15072, scope bug caused by front-end reorg 16 February 2016, 18:32:22 UTC
bd105cc Merge pull request #15096 from JuliaLang/jb/fix15077 fix #15077, bug in `rehash!` leading to un-findable key 16 February 2016, 18:31:30 UTC
42ac572 Merge pull request #15090 from JuliaLang/jn/fix15088 improve test coverage of Filesystem, plus fix imports therein 16 February 2016, 16:47:27 UTC
3f0b16e Merge pull request #15097 from JuliaLang/jn/stacktrace_ser fix cross-process serialization of StackFrame 16 February 2016, 16:46:39 UTC
32d7541 Merge pull request #14784 from JuliaLang/anj/eigsymtri Fix type inference problem for eig(SymTridiagonal) 16 February 2016, 16:39:50 UTC
b432395 Merge pull request #15083 from JuliaLang/sb/hexfloat-int Adds %a methods for printing integers, fixes #14409. 16 February 2016, 15:31:39 UTC
d46ea13 Added tests to increase coverage in base/rationals.jl 16 February 2016, 13:41:56 UTC
19e5ab0 update documentation of speye and spzeros 16 February 2016, 06:22:54 UTC
0d228dc improve test coverage of Filesystem, plus fix imports fix #15088 16 February 2016, 05:46:05 UTC
0b06e9b fix serialization of StackFrame previously, serializing a RemoteException might capture a type or module that was only defined on the remote process, and then fail to deserialize making the outer_linfo feature problematic at hiding the real source of the error 16 February 2016, 05:07:29 UTC
ab2773a Typo in comments wether -> whether arguements -> arguments 16 February 2016, 04:58:24 UTC
8be74c2 cond: Fix typo in error message argment -> argument 16 February 2016, 04:53:02 UTC
f14e734 fix #15077, bug in `rehash!` leading to un-findable key 16 February 2016, 04:30:12 UTC
169fedf fix #15072, scope bug caused by front-end reorg caused unicode tests to fail in isolation 16 February 2016, 03:55:37 UTC
dad974e README: fix typo toplevel -> top-level 16 February 2016, 03:42:20 UTC
back to top