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 · master
gpseq
Browse files
Mar 21, 2020
release: Release 0.4.0-alpha
· c996a963
kosmosp
authored
Mar 21, 2020
View commits for tag 0.4.0-alpha
0.4.0-alpha
c996a963
refactor: Make try_send/try_recv visible to other operations
· 87223edb
kosmosp
authored
Mar 14, 2020
87223edb
test: Increase wait timeout
· af1db03b
kosmosp
authored
Mar 14, 2020
af1db03b
perf: WorkerThread.task_join checks ready at incremental intervals
· e653183c
kosmosp
authored
Mar 13, 2020
e653183c
feat: Add Seq.reverse_order_by
· a8f4db60
kosmosp
authored
Mar 12, 2020
a8f4db60
chore: Add a todo note for WorkerThread.blocking
· f50c2b55
kosmosp
authored
Mar 12, 2020
f50c2b55
perf: Steal all tasks from blocked worker at once
· 133630dd
kosmosp
authored
Mar 12, 2020
133630dd
docs: Remove superfluous description
· 6cd1da21
kosmosp
authored
Mar 12, 2020
6cd1da21
perf: Limit the number of seekers
· 895714a3
kosmosp
authored
Mar 12, 2020
895714a3
perf: Wake worker threads up gradually
· 6d0fd936
kosmosp
authored
Mar 12, 2020
6d0fd936
feat: Add Compares namespace and its methods
· 8df9735d
kosmosp
authored
Mar 06, 2020
8df9735d
feat: Add several seq terminal operations for collections
· e31a36bc
kosmosp
authored
Mar 06, 2020
e31a36bc
feat: Add WaitGroup.task and WaitGroup.run
· e05a7740
kosmosp
authored
Mar 06, 2020
e05a7740
refactor: (Collectors.to_map) Make merger parameter optional
· baefb4fc
kosmosp
authored
Feb 22, 2020
baefb4fc
build: Update version to 0.4.0-SNAPSHOT
· 02559a59
kosmosp
authored
Feb 22, 2020
02559a59
Mar 16, 2020
release: Release 0.3.3
· 9ff7fe1a
kosmosp
authored
Mar 17, 2020
View commits for tag 0.3.3
0.3.3
9ff7fe1a
fix: (UnbufferedChannel.Node) Make field take ownership of param
· 2b3eb5ba
kosmosp
authored
Mar 13, 2020
2b3eb5ba
fix: (UnbufferedChannel) Add omitted mutex initialization
· 10b2b79c
kosmosp
authored
Mar 13, 2020
10b2b79c
Mar 06, 2020
release: Release 0.3.2
· be2e62fa
kosmosp
authored
Mar 06, 2020
View commits for tag 0.3.2
0.3.2
be2e62fa
fix: Fix buffered channel creation failed with 1 capacity
· f2eb7af6
kosmosp
authored
Mar 06, 2020
f2eb7af6
docs: Fix typo in Sender and Receiver docs
· f330ea02
kosmosp
authored
Mar 06, 2020
f330ea02
Feb 07, 2020
release: Release 0.3.1
· 57c83218
kosmosp
authored
Feb 07, 2020
View commits for tag 0.3.1
0.3.1
57c83218
docs: Update Future.map_err() docs
· 6b4eeba3
kosmosp
authored
Feb 07, 2020
6b4eeba3
docs: Add workflow guide to contributing guide
· 3b48d52b
kosmosp
authored
Feb 06, 2020
3b48d52b
docs: Add package manager section to install guide
· accaa86e
kosmosp
authored
Feb 06, 2020
accaa86e
Feb 06, 2020
docs: (README) Update valadoc link with valadoc.org
· 1d635de0
kosmosp
authored
Feb 06, 2020
1d635de0
Feb 05, 2020
chore: Remove unnecessary execute permissions
· 50b927b0
kosmosp
authored
Feb 05, 2020
50b927b0
build: Add build option 'comments' and set it to true by default
· 57ee818b
kosmosp
authored
Feb 05, 2020
57ee818b
refactor: Make Result.ok[_with] fail with error message
· dc54e0ad
kosmosp
authored
Feb 05, 2020
dc54e0ad
docs: Update readme
· 95ce9a0e
kosmosp
authored
Feb 05, 2020
View commits for tag 0.3.0+1
0.3.0+1
95ce9a0e
docs: Add Future implementation note to Result.is_err docs
· f3341756
kosmosp
authored
Feb 05, 2020
f3341756
chore: Distribute gen-changelog.vala under CC0
· 3dc1d079
kosmosp
authored
Feb 05, 2020
3dc1d079
build: Move .deps install to root meson.build
· 97f03908
kosmosp
authored
Feb 05, 2020
97f03908
Feb 04, 2020
Merge branch 'fix-meson-global-args' into '0.3'
· 7573c5d9
kosmosp
authored
Feb 04, 2020
7573c5d9
build: Allow Gpseq to be used as a meson subproject
· dc345bcd
gavr
authored
Feb 04, 2020
and
kosmosp
committed
Feb 04, 2020
dc345bcd
Jan 25, 2020
release: Release 0.3.0
· 6b345bb3
kosmosp
authored
Jan 25, 2020
View commits for tag 0.3.0
0.3.0
6b345bb3
docs: Specify whether channel operations are constant-time or not
· 0ea17e95
kosmosp
authored
Jan 25, 2020
0ea17e95
Jan 24, 2020
release: Release 0.3.0-beta
· 0aff2055
kosmosp
authored
Jan 25, 2020
View commits for tag 0.3.0-beta
0.3.0-beta
0aff2055
docs: Update readme
· af0f07e1
kosmosp
authored
Jan 25, 2020
af0f07e1
test: Add a test for Optional
· 6a2c9d7f
kosmosp
authored
Jan 25, 2020
6a2c9d7f
Loading