1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 20:15:00 +01:00
Commit Graph

1282 Commits

Author SHA1 Message Date
Niklas Keller
fb2c8b8335 Unbreak logo text 2017-07-15 23:20:55 +02:00
Niklas Keller
3344b333c4 Use new logo \o/ 2017-07-15 23:08:21 +02:00
Niklas Keller
acd79411b4 Add note about yielding an array === Amp\Promise\all 2017-07-12 23:48:48 +02:00
Niklas Keller
a976a73cbc Fix promise combinator example to use Artax v3 2017-07-12 23:46:33 +02:00
Niklas Keller
916cf3119d Ignore missing xdebug on Travis 2017-07-09 14:20:40 +02:00
Niklas Keller
36794da8e9 Fix code style 2017-07-09 14:17:47 +02:00
Bob Weinand
5e93318d85 Fix issue with the loop not terminating with only unreferenced watchers 2017-07-09 09:28:32 +02:00
Niklas Keller
bb1db1609f Add support dates 2017-06-30 12:04:05 +02:00
Niklas Keller
5b2f54707c Use new logo for website 2017-06-16 10:51:26 +02:00
Niklas Keller
2255e03ca0 Remove @dev in README and mark as stable 2017-06-15 17:54:07 +02:00
Niklas Keller
62e7956c93 Minor changes to composer.json for v2.0.0 2017-06-15 17:50:28 +02:00
Niklas Keller
4c7f1a6104 Update shared documentation files 2017-06-14 13:11:01 +02:00
Aaron Piotrowski
5f3e21a4a4 Add TimeoutCancellationToken 2017-06-13 12:41:47 -05:00
Niklas Keller
5d9cf8a11d Use absolute link to make it work on the website 2017-06-12 23:07:06 +02:00
Niklas Keller
c7fcbd96dc Make NullCancellationToken final 2017-06-09 17:22:21 +02:00
Niklas Keller
140752b5ac Update shared documentation files 2017-06-09 17:22:21 +02:00
Aaron Piotrowski
9757b39fab Use call in LazyPromise and make class final 2017-06-09 10:18:06 -05:00
Aaron Piotrowski
f83d36dfe5 Update promise docblocks 2017-06-06 12:57:03 -05:00
Aaron Piotrowski
7a05fe1316 Use static function for rethrow 2017-06-05 00:21:45 -05:00
Aaron Piotrowski
6ec8757698 Use references instead of function invocation 2017-06-05 00:19:34 -05:00
Aaron Piotrowski
b354b04779 Fix code style 2017-06-05 00:10:13 -05:00
Aaron Piotrowski
02eb0340f1 Use anonymous classes in Deferred and Emitter 2017-06-04 23:59:23 -05:00
Niklas Keller
31f021e59a Add coroutine concurrency example 2017-06-04 16:12:46 +02:00
Niklas Keller
2a4ae8474b Fix typo 2017-06-04 11:45:26 +02:00
Niklas Keller
380a2fc4e0 Update .shared to work on mobile 2017-05-29 21:55:35 +02:00
Niklas Keller
2fb3a1a50f Fix coverage merge script
The coverage merge script needs a coverage driver and as xdebug is now always disabled, we need to run it with phpdbg.
2017-05-28 17:23:16 +02:00
Niklas Keller
78e7136cdb Update shared to be in .shared 2017-05-28 16:44:20 +02:00
Niklas Keller
5d9e76dd5b Add humans.txt to website 2017-05-28 16:07:07 +02:00
Niklas Keller
ec37c8c04c Add default page layout, update shared docs 2017-05-28 15:49:47 +02:00
Niklas Keller
9c17f02172 Improve cancellation documentation to reflect the latest features 2017-05-27 19:46:14 +02:00
Niklas Keller
a96d5c1d1b Improve promise documentation and document performance hack 2017-05-27 17:16:29 +02:00
Niklas Keller
a8717d3fd5 Order documentation menu 2017-05-27 10:48:04 +02:00
Niklas Keller
3d894c3067 Update documentation share 2017-05-26 21:50:56 +02:00
Niklas Keller
dba75b37a0 Improve introduction 2017-05-26 21:42:33 +02:00
Niklas Keller
bb4d338e1f Update documentation share 2017-05-26 21:19:15 +02:00
Niklas Keller
777590a9e5 Fix page titles to allow a menu 2017-05-26 21:13:34 +02:00
Niklas Keller
04aa2cd951 Update submodule to https 2017-05-26 20:04:45 +02:00
Niklas Keller
e5270ef46c Allow ./docs to be published as Jekyll page 2017-05-26 19:56:02 +02:00
Niklas Keller
bcb3e74907 Do not use verbose extraction output when installing UV 2017-05-26 12:29:34 +02:00
Niklas Keller
713bbfb360 Use parallel download for UV 2017-05-26 12:24:53 +02:00
Niklas Keller
5f70ca1fe1 Use dist files instead of git clones for UV 2017-05-26 12:09:55 +02:00
Niklas Keller
bdbb2a992c Disable xdebug completely for Travis 2017-05-26 11:42:25 +02:00
Niklas Keller
d0bdcf18d6 Run php-cs-fixer without xdebug 2017-05-25 20:13:10 +02:00
Bob Weinand
550713c74b Merge pull request #139 from amphp/null-cancel
Implement NullCancellationToken
2017-05-25 12:57:13 +02:00
Niklas Keller
332869987b Implement NullCancellationToken 2017-05-24 10:34:54 +02:00
Aaron Piotrowski
cd252e4165 Invoke callback on all non-zero statuses 2017-05-24 00:09:04 -05:00
Niklas Keller
ef6c2b10ee Micro-optimize interval = 0 if 2017-05-23 20:17:34 +02:00
Niklas Keller
38ef4d9ffa Fix issues with interval = 0 repeat watchers, fixes #131 2017-05-23 19:46:23 +02:00
Niklas Keller
dbc853c3f1 Fix timers with interval = 0 in NativeDriver 2017-05-22 19:54:14 +02:00
Aaron Piotrowski
5bca41ade4 Cleaner coroutine continuation 2017-05-22 12:28:29 -05:00