openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Julia Programming Language
Settings
|
Report Duplicate
18
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very High Activity
Commits
: Listings
Analyzed
about 8 hours
ago. based on code collected
2 days
ago.
Nov 17, 2024 — Nov 17, 2025
Showing page 2,283 of 2,322
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add combinatorics.j
Viral B. Shah
More...
about 15 years ago
Fix whitespace issues before the whitespace nazis catch up. Also, reorganize to make loops more readable.
Viral B. Shah
More...
about 15 years ago
Move all combinatorial codes into combinatorics.j This includes randperm/randcycle and sorting from array.j Also move nCr, nPr, factorial from intfuncs.j fact renamed to factorial
Viral B. Shah
More...
about 15 years ago
Reorganize N-d assignment. Currently enforce either scalar or array assignment. Going forward, the assignment should be able to support assignment of any type.
Viral B. Shah
More...
about 15 years ago
All types of indexing in N-d indexing should now work.
Viral B. Shah
More...
about 15 years ago
build changes to support switching GCs
Jeff Bezanson
More...
about 15 years ago
Merge branch 'master' of zion.cs.ucsb.edu:julia
Jeff Bezanson
More...
about 15 years ago
skip argument count check for specialized functions
Jeff Bezanson
More...
about 15 years ago
N-d vector indexing. This is just the basic case. All other cases will soon follow.
Viral B. Shah
More...
about 15 years ago
Revert colon and sum to use Real and Int.
Viral B. Shah
More...
about 15 years ago
Merge branch 'master' of zion.cs.ucsb.edu:julia
Jeff Bezanson
More...
about 15 years ago
making invalid code points (> 0x10ffff) in string literals a parse error
Jeff Bezanson
More...
about 15 years ago
Implement print(c::Char) in julia using escape_string.
Stefan Karpinski
More...
about 15 years ago
fix to last checkin on local decls. adding error for invalid local declaration more work on new GC
Jeff Bezanson
More...
about 15 years ago
improving syntax of local and global declarations involving assignments now consistent with let and multi-range for loop
Jeff Bezanson
More...
about 15 years ago
There's no standard escaped representation of chars > 0x7f now.
Stefan Karpinski
More...
about 15 years ago
Use iswprint() in escape_string to decide what chars to print as-is.
Stefan Karpinski
More...
about 15 years ago
== and != behave differently from matlab, when both inputs are arrays. They always returns a scalar.
Viral B. Shah
More...
about 15 years ago
More n-d array operations. Get rid of old vector/matrix specializations as the n-d case handles them all.
Viral B. Shah
More...
about 15 years ago
Replace Real with Number in much of array.j.
Viral B. Shah
More...
about 15 years ago
Fix Viral's weirdo whitespace.
Stefan Karpinski
More...
about 15 years ago
Use only generic version of array operators for now. Use Real instead of Scalar to avoid warnings for now. When we are ready for Complex, we may want to revert back to Scalar
Viral B. Shah
More...
about 15 years ago
Add n-d array +,-,.*,./,==,>
Viral B. Shah
More...
about 15 years ago
improving variable scope in the repl; now expressions behave as if they were in functions with global declarations for each variable that has been assigned in the repl a couple minor touch-ups
Jeff Bezanson
More...
about 15 years ago
Can now safely move rational.j and complex.j after string.j.
Stefan Karpinski
More...
about 15 years ago
fixing Int32 type bootstrapping issue
Jeff Bezanson
More...
about 15 years ago
better Range length and for loop count implementation removing extra "floor" no longer needed for bootstrap improving typeassert error message
Jeff Bezanson
More...
about 15 years ago
Fix the behavior of lpad and rpad for variable-width encodings.
Stefan Karpinski
More...
about 15 years ago
Implement strind and strchr to find char index and char value.
Stefan Karpinski
More...
about 15 years ago
Make RepString generic for all Int type repetitions.
Stefan Karpinski
More...
about 15 years ago
←
1
2
…
2279
2280
2281
2282
2283
2284
2285
2286
2287
…
2321
2322
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree