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
gpseq
Browse files
Jul 27, 2019
release: Release 0.1.0
· 2b016baf
kosmosp
authored
Jul 27, 2019
View commits for tag 0.1.0
0.1.0
2b016baf
Jul 26, 2019
refactor: Remove unnecessary virtual keywords
· b58a6fa2
kosmosp
authored
Jul 26, 2019
b58a6fa2
release: Release 0.1.0-rc.1
· b26a618b
kosmosp
authored
Jul 24, 2019
View commits for tag 0.1.0-rc.1
0.1.0-rc.1
b26a618b
docs: Specify the required valac version
· 596077f9
kosmosp
authored
Jul 24, 2019
596077f9
build: Use valac option --abi-stability
· a7e76212
kosmosp
authored
Jul 24, 2019
a7e76212
docs: Allow breaking changes to be part of commits of any type
· c055f4b4
kosmosp
authored
Jul 24, 2019
c055f4b4
chore: Include all breaking changes in changelog
· 2fd5408a
kosmosp
authored
Jul 24, 2019
2fd5408a
refactor: Correct unsuitable use of assertion
· 91985a56
kosmosp
authored
Jul 24, 2019
91985a56
docs: Fix typos in docs of Overflow methods
· 15cbfe60
kosmosp
authored
Jul 24, 2019
15cbfe60
perf: Do not sort in parallel if length <= threshold
· bd5d41e4
kosmosp
authored
Jul 24, 2019
bd5d41e4
refactor: Use CompareDataFunc instead of Gpseq.CompareFunc
· 33c8d653
kosmosp
authored
Jul 24, 2019
33c8d653
refactor: Use static variables instead of static get methods
· f566d812
kosmosp
authored
Jul 24, 2019
f566d812
fix: Don't use log2() not defined in C89
· 89bf3dbd
kosmosp
authored
Jul 24, 2019
89bf3dbd
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
Loading