[parrot/parrot] 5896d9: Add a sort method to FixedFloatArray
GitHub
noreply at github.com
Wed Feb 13 10:03:53 UTC 2013
Branch: refs/heads/master
Home: https://github.com/parrot/parrot
Commit: 5896d973ae725adc859b0cb6cca624a9656d6f5f
https://github.com/parrot/parrot/commit/5896d973ae725adc859b0cb6cca624a9656d6f5f
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2013-01-25 (Fri, 25 Jan 2013)
Changed paths:
A examples/benchmarks/sort_ffa.pir
M src/pmc/fixedfloatarray.pmc
Log Message:
-----------
Add a sort method to FixedFloatArray
Commit: 26cdda8049ab280ccb6d9f276aca4e1acefdee62
https://github.com/parrot/parrot/commit/26cdda8049ab280ccb6d9f276aca4e1acefdee62
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2013-01-25 (Fri, 25 Jan 2013)
Changed paths:
M t/pmc/fixedfloatarray.t
Log Message:
-----------
Add some tests for FFA.sort
Commit: ea4026198c8de28a4093c3a161d7c2ecd66f1b33
https://github.com/parrot/parrot/commit/ea4026198c8de28a4093c3a161d7c2ecd66f1b33
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2013-01-25 (Fri, 25 Jan 2013)
Changed paths:
M src/pmc/fixedfloatarray.pmc
Log Message:
-----------
Fix a subtle bug where sort would not work correctly on systems where sizeof(INTVAL) != sizeof(FLOATVAL)
Commit: 8c9a371055d90fd477ae2465b306c7723a474cb4
https://github.com/parrot/parrot/commit/8c9a371055d90fd477ae2465b306c7723a474cb4
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2013-01-25 (Fri, 25 Jan 2013)
Changed paths:
M src/pmc/fixedfloatarray.pmc
Log Message:
-----------
Hopefully fix FFA.sort() bug, caused by my questionable casting. @nwellnhof++ #929
Commit: 94e7f64c49b9fabcd8077c736fe449f69200c67b
https://github.com/parrot/parrot/commit/94e7f64c49b9fabcd8077c736fe449f69200c67b
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2013-01-26 (Sat, 26 Jan 2013)
Changed paths:
M src/pmc/fixedfloatarray.pmc
Log Message:
-----------
Eschew the use of == on FLOATVALs, @pmichaud++
Commit: 9fe9dfddea7e5db0f84041e3eab52bf90b50f346
https://github.com/parrot/parrot/commit/9fe9dfddea7e5db0f84041e3eab52bf90b50f346
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2013-01-26 (Sat, 26 Jan 2013)
Changed paths:
M src/pmc/fixedfloatarray.pmc
M t/pmc/fixedfloatarray.t
Log Message:
-----------
Update some copyrights
Commit: e79967dc122d122b1ac58932d3b015a32d94ba94
https://github.com/parrot/parrot/commit/e79967dc122d122b1ac58932d3b015a32d94ba94
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2013-02-13 (Wed, 13 Feb 2013)
Changed paths:
A examples/benchmarks/sort_ffa.pir
M src/pmc/fixedfloatarray.pmc
M t/pmc/fixedfloatarray.t
Log Message:
-----------
Merge branch 'ffa_sort'
Compare: https://github.com/parrot/parrot/compare/6ab9fdc7e12d...e79967dc122d
More information about the parrot-commits
mailing list