Octol1ttle
|
8cfeb30c56
|
chore: remove double spaces from logs
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
(cherry picked from commit 584dc47da5)
|
2026-01-30 11:10:01 +00:00 |
|
Octol1ttle
|
60a1a3ce88
|
rename Assert.h because it causes conflicts???
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
(cherry picked from commit fa040fc959)
|
2026-01-22 20:41:17 +00:00 |
|
Octol1ttle
|
20cf5d3a65
|
Introduce macro to assert and return the assertion condition
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
(cherry picked from commit 490df18fd5)
|
2026-01-22 20:41:17 +00:00 |
|
Octol1ttle
|
f686d9b598
|
Add asserts to invalid Task states
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
(cherry picked from commit 9ac0314d7a)
|
2026-01-22 20:41:17 +00:00 |
|
Octol1ttle
|
eacebcc153
|
fix: add missing returns after emitFailed/Aborted
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
(cherry picked from commit 507de0fcbd)
|
2026-01-22 20:40:11 +00:00 |
|
TheKodeToad
|
29d73a474f
|
Reduce usage of [[nodiscard]] attributes
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
|
2025-07-07 20:56:29 +01:00 |
|
TheKodeToad
|
308cbcbf77
|
feat: propagate Sink error handling (#2631)
|
2025-05-31 18:32:19 +00:00 |
|
Trial97
|
3d0bef92a1
|
feat: compound the conncurent task error
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2025-05-10 12:16:10 +03:00 |
|
Trial97
|
c3749c4fdc
|
feat: add sink fail reason and correctly propagate it through the NetRequest
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2025-05-10 12:16:10 +03:00 |
|
TheKodeToad
|
24036021bb
|
Propagate task warnings
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
|
2025-04-29 17:16:18 +01:00 |
|
Trial97
|
5c8481a118
|
chore: reformat
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2025-04-29 10:46:41 +03:00 |
|
iTrooz
|
93286789c5
|
fix typo
Signed-off-by: iTrooz <hey@itrooz.fr>
|
2025-03-01 20:12:31 +01:00 |
|
iTrooz
|
4aaf7b9b09
|
chore
Signed-off-by: iTrooz <hey@itrooz.fr>
|
2024-11-29 14:07:39 +01:00 |
|
iTrooz
|
b0778e7a1f
|
chore
|
2024-11-29 00:44:31 +01:00 |
|
iTrooz
|
3fb6764ea4
|
fix typo
|
2024-11-29 00:13:43 +01:00 |
|
iTrooz
|
d124e2e0cb
|
cleanup
|
2024-11-28 17:50:55 +01:00 |
|
iTrooz
|
6f9be258dc
|
add documentation about task abortion
|
2024-11-28 17:49:35 +01:00 |
|
iTrooz
|
ca6d66970e
|
add documentation for Task and ConcurrentTask
|
2024-11-25 23:49:03 +01:00 |
|
Trial97
|
2b590f24ed
|
remove task parent from constuctor
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2024-11-01 00:11:45 +02:00 |
|
Trial97
|
c5592a446a
|
Remove all the slowdown code from CocurrentTask
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2024-09-06 21:47:35 +03:00 |
|
Trial97
|
04acd27dab
|
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into concurrent
|
2023-10-26 13:45:47 +03:00 |
|
LocalSpook
|
5be80df1ee
|
Replace typedef with using
Signed-off-by: LocalSpook <56512186+LocalSpook@users.noreply.github.com>
|
2023-10-24 01:36:27 -07:00 |
|
Trial97
|
2aeb829176
|
removed the concurent task destructor behaivior
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2023-10-22 19:58:10 +03:00 |
|
Trial97
|
0ca3873f1c
|
small fix
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2023-10-22 17:48:19 +03:00 |
|
Trial97
|
35a8ab2393
|
Removed processEvents
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2023-10-20 10:32:45 +03:00 |
|
Trial97
|
1ac9757a86
|
Added back the processEvents
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2023-10-19 21:51:51 +03:00 |
|
Trial97
|
30f73a0696
|
Merge branch 'fail_concurrent_task' of github.com:Trial97/PrismLauncher into concurrent
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2023-10-18 18:08:31 +03:00 |
|
Trial97
|
8dd640819d
|
removed processEvents from ConcurrentTask
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2023-10-09 01:50:14 +03:00 |
|
Trial97
|
47dbb09115
|
Improvements to concurrent task
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2023-10-07 00:21:40 +03:00 |
|
Trial97
|
42a6c670c7
|
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into fail_concurrent_task
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2023-08-15 12:52:59 +03:00 |
|
Trial97
|
cf27d2f9ab
|
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into download_threads
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2023-08-15 12:49:21 +03:00 |
|
Sefa Eyeoglu
|
f533173b95
|
Merge pull request #1516 from Trial97/abort_connect
|
2023-08-15 10:40:12 +02:00 |
|
Trial97
|
0ba88ff138
|
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into staging
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2023-08-15 00:33:24 +03:00 |
|
Sefa Eyeoglu
|
215d7dbb74
|
chore: update license headers
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
|
2023-08-14 18:17:05 +02:00 |
|
Sefa Eyeoglu
|
91ba4cf75e
|
chore: reformat
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
|
2023-08-14 18:16:53 +02:00 |
|
Trial97
|
d801151d5c
|
connect the abort signal in concurent task
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2023-08-11 15:41:41 +03:00 |
|
Trial97
|
b2fdd83594
|
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into download_threads
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2023-08-05 19:09:10 +03:00 |
|
Trial97
|
24b47e4ec6
|
Merge branch 'fail_concurrent_task' of github.com:Trial97/PrismLauncher into fail_concurrent_task
|
2023-08-05 19:06:26 +03:00 |
|
Trial97
|
5981e7815a
|
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into fail_concurrent_task
|
2023-08-05 19:06:01 +03:00 |
|
Sefa Eyeoglu
|
1d638e018a
|
chore: update license headers
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
|
2023-08-04 19:41:47 +02:00 |
|
Sefa Eyeoglu
|
1d468ac35a
|
chore: reformat
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
|
2023-08-02 18:35:35 +02:00 |
|
seth
|
af59c41713
|
fix: typo in task.h
Signed-off-by: seth <getchoo@tuta.io>
|
2023-07-26 16:20:30 -04:00 |
|
Alexandru Ionut Tripon
|
f42514a1a3
|
Update launcher/tasks/ConcurrentTask.cpp
Co-authored-by: seth <getchoo@tuta.io>
Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
|
2023-07-16 00:38:39 +03:00 |
|
Trial97
|
0880d4d37b
|
made sure abort signal is catched in cocurent task
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2023-07-15 09:16:37 +03:00 |
|
Trial97
|
db9f5f44e0
|
Split in two the options
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2023-07-14 22:26:22 +03:00 |
|
Trial97
|
d3dc00dcab
|
made concurent task fail
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2023-07-14 21:07:53 +03:00 |
|
Trial97
|
cebb4dd17a
|
made the number of concurrent tasks configurable
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2023-07-14 20:39:53 +03:00 |
|
Rachel Powers
|
8d7dcdfc5b
|
chore: fix shadowed member and signed/unsigned mismatch
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
chore: supress unused with [[maybe_unused]]
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
chore: unshadow ^&^& static_cast implicit return
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
chore: deshadow and mark unused in parse task
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
chore: mark unused in folder models
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
chore: deshadow and mark unused with instances
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
chore: more deshadow and unused
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
chore: remove uneeded simicolons
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
chore: mark unused
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
chore: prevent shadow
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
|
2023-07-01 23:39:38 -07:00 |
|
Rachel Powers
|
98d6904e4a
|
chore: fix propagate mispelling
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
|
2023-07-01 17:03:12 -07:00 |
|
Rachel Powers
|
671d3c1c80
|
Merge branch 'develop' into chore/add-compiler-warnings
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
|
2023-07-01 17:03:11 -07:00 |
|