Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · 0.1.0-rc
gpseq
Browse files
Jul 26, 2019
release: Release 0.1.0-rc
· cf14900c
kosmosp
authored
Jul 23, 2019
View commits for tag 0.1.0-rc
0.1.0-rc
cf14900c
build: Specify C language standard C89
· 27fd2871
kosmosp
authored
Jul 23, 2019
27fd2871
docs: Add a feature - overflow safe arithmetic functions
· cd81613e
kosmosp
authored
Jul 23, 2019
cd81613e
perf: Use Overflow methods for checking overflow
· 6f34d3dd
kosmosp
authored
Jul 23, 2019
6f34d3dd
feat: Add methods Overflow.* perform arithmetic with overflow checking
· 0b66475d
kosmosp
authored
Jul 22, 2019
0b66475d
Jul 22, 2019
build: Trap on integer overflow if debug build
· 5263d4ca
kosmosp
authored
Jul 22, 2019
5263d4ca
fix: Prevent signed integer overflow
· d33064b7
kosmosp
authored
Jul 22, 2019
d33064b7
Jul 21, 2019
refactor: Remove SubArray.get_owned
· 3a9859ff
kosmosp
authored
Jul 21, 2019
3a9859ff
refactor: Remove ArrayBuffer.get_owned
· 9a934268
kosmosp
authored
Jul 21, 2019
9a934268
docs: State that futures must be thread-safe
· 4ba4d914
kosmosp
authored
Jul 21, 2019
4ba4d914
docs: Update contributing guide with commit message guidelines
· 18849de5
kosmosp
authored
Jul 21, 2019
18849de5
docs: Update readme with features and examples
· 578da6bf
kosmosp
authored
Jul 21, 2019
578da6bf
feat: Add new method Future.and_then
· 66766330
kosmosp
authored
Jul 21, 2019
66766330
refactor: Modify or_else_throw to throw custom error
· 044e50a5
kosmosp
authored
Jul 21, 2019
044e50a5
feat: Add new method Optional.or_else_get
· a2b3c750
kosmosp
authored
Jul 21, 2019
a2b3c750
docs: Update docs for Optional.or_else_fail
· 12cd4690
kosmosp
authored
Jul 21, 2019
12cd4690
refactor: Rename Optional.or_else_error to or_else_fail
· e1ea5c80
kosmosp
authored
Jul 21, 2019
e1ea5c80
Jul 20, 2019
docs: Update the comments of readme examples
· a4f6e6f6
kosmosp
authored
Jul 20, 2019
a4f6e6f6
docs: State that sequential ops return completed future
· a47d7599
kosmosp
authored
Jul 20, 2019
a47d7599
test: Add a test to make sure sequential ops return completed future
· d9e001c8
kosmosp
authored
Jul 20, 2019
d9e001c8
fix: Assign null to out parameters if no result
· 5507c896
kosmosp
authored
Jul 20, 2019
5507c896
refactor: Remove join_quietly and invoke_quietly
· c052f9f6
kosmosp
authored
Jul 20, 2019
c052f9f6
refactor: Rename ForkJoinPool to WorkerPool
· 55deb5f9
kosmosp
authored
Jul 20, 2019
55deb5f9
refactor: Rename ForkJoinThread to WorkerThread
· 58e53503
kosmosp
authored
Jul 20, 2019
58e53503
feat: Add a new utility function Gpseq.task
· 7bea1eb8
kosmosp
authored
Jul 20, 2019
7bea1eb8
feat: Add new class FuncTask and delegate TaskFunc
· 9a4e60d9
kosmosp
authored
Jul 20, 2019
9a4e60d9
refactor: Separate Task interface from ForkJoinTask
· 58da146b
kosmosp
authored
Jul 20, 2019
58da146b
Jul 12, 2019
refactor: Remove delegate Future.CallbackFunc
· fa228fe8
kosmosp
authored
Jul 12, 2019
fa228fe8
Jul 06, 2019
docs: Update outdated docs for Gpseq.parallel_sort
· b0eab177
kosmosp
authored
Jul 06, 2019
b0eab177
release: Release 0.1.0-beta
· 72a5d1cd
kosmosp
authored
Jul 06, 2019
View commits for tag 0.1.0-beta
0.1.0-beta
72a5d1cd
chore: Use commit type 'perf' instead of 'improvement'
· 48772a01
kosmosp
authored
Jul 06, 2019
48772a01
docs: Update docs for seq terminal operations
· 50f281b6
kosmosp
authored
Jul 06, 2019
50f281b6
docs: Update readme examples
· e4372645
kosmosp
authored
Jul 06, 2019
e4372645
fix: (SpliteratorTask) Don't use empty_result when an error occurs
· 39188ae4
kosmosp
authored
Jul 06, 2019
39188ae4
chore: Update benchmark to reflect code changes
· 79ee9725
kosmosp
authored
Jul 06, 2019
79ee9725
build: Don't use build option prefix 'build_'
· 644ba45d
kosmosp
authored
Jul 06, 2019
644ba45d
Jul 05, 2019
Merge branch future-ops into 0.1
· 63f1654e
kosmosp
authored
Jul 06, 2019
63f1654e
refactor: Change operations to run asynchronously
· 53ac0bf8
kosmosp
authored
Jul 02, 2019
53ac0bf8
refactor: Change Container.start() to run asynchronously
· cae25f0e
kosmosp
authored
Jul 02, 2019
cae25f0e
feat: Implement Gpseq's own futures and promises
· c50b618f
kosmosp
authored
Jul 02, 2019
c50b618f
Loading