Parth Aggarwal
153b1f2681
Update dependencies ( #287 )
2023-11-09 12:00:21 -08:00
anporumb
44cb37ac4e
Update dependencies ( #286 )
2023-11-07 22:21:11 +00:00
Dan Cristoloveanu
cf08764191
Update dependencies ( #285 )
2023-11-06 19:33:02 -08:00
Dan Cristoloveanu
3c77c593c7
Fix THANDLE_MALLOC_WITH_EXTRA_SIZE to be THANDLE_MALLOC_FLEX ( #284 )
...
* Make THANDLE_MALLOC_WITH_EXTRA_SIZE be THANDLE_MALLOC_FLEX
* Fix extra_size instances to be named flex
2023-10-30 09:56:14 -07:00
Dan Cristoloveanu
39c4a4c9ec
Remove auto approve bot dismissal policy ( #282 )
2023-10-18 22:02:04 -07:00
Dan Cristoloveanu
d2a0ca22d5
Add BertK as reviewer in GitHub config ( #281 )
2023-10-18 21:22:59 +00:00
Jelani Brandon
e38b6930c2
fix threadpool_linux open to initialize variables ( #279 )
...
Co-authored-by: Jelani Brandon <jebrando@microsoft.com>
2023-10-17 08:36:50 -07:00
David Robson
2d4a918b36
Update dependencies ( #280 )
2023-10-16 12:32:12 -07:00
Dan Cristoloveanu
e45f7a7b2b
Update dependencies ( #278 )
2023-10-08 01:24:45 +00:00
Jelani Brandon
1349508f19
Update Ubuntu OS to 22.04 ( #277 )
...
Co-authored-by: Jelani Brandon <jebrando@microsoft.com>
2023-10-06 22:52:13 +00:00
anporumb
bdcd1ad58e
Anpo 06 oct 2023 update deps ( #276 )
...
* use latest dependencies 06 Oct 2023
* remove mymalloc
2023-10-06 15:15:40 -07:00
Dan Cristoloveanu
e89ca804d3
Fix reals for win32 for async_socket ( #275 )
2023-10-06 13:18:16 -07:00
Dan Cristoloveanu
d114e7dd29
Remove an extra unusued parameter statement ( #274 )
2023-10-03 21:27:56 -07:00
Dan Cristoloveanu
d7a8df4896
Update dependencies ( #273 )
2023-10-03 20:19:02 -07:00
Raj Vengalil
777418ccd4
Add async socket notify ( #270 )
...
Add a new `async_socket_notify_io` API that can be used by callers to be notified when the underlying socket is ready to be written to or read from.
2023-10-03 13:38:10 +05:30
David Robson
30a0dd6fde
Add single_performance_counter to c-pal. ( #272 )
...
* Moving single_performance_counter to c-pal. Currently, this is a
Windows-only implementation.
2023-10-02 13:50:23 -07:00
Matt Durak
96df0cfbf2
Update dependencies ( #271 )
2023-09-29 18:18:20 -07:00
Dan Cristoloveanu
3637cf9673
Replace fabric bot config ( #269 )
2023-09-21 21:42:03 -07:00
Jelani Brandon
717a625b50
adding srw_lock_ll to linux ( #268 )
...
Co-authored-by: Jelani Brandon <jebrando@microsoft.com>
2023-09-08 13:29:34 +00:00
Jelani Brandon
c5fc6df5df
updating deps repos ( #267 )
...
Co-authored-by: Jelani Brandon <jebrando@microsoft.com>
2023-09-06 21:35:50 +00:00
Dan Cristoloveanu
70f74b15e7
Add reals for srw lock ll ( #266 )
...
* Add real_srw_lock_ll
* reals UT update
* Add reals for srw_lock_ll
* Add mock return value for srw_lock_ll_init
2023-09-06 10:36:52 -07:00
Jelani Brandon
869acb86f6
chore: combining linux and win32 execution engine param structures. ( #265 )
...
* chore: combining linux and win32 execution engine param structures
Co-authored-by: Jelani Brandon <jebrando@microsoft.com>
2023-08-31 23:42:50 +00:00
anporumb
8d95d56480
add avranju ( #264 )
...
* use latest dependencies
* add avranju
2023-08-14 21:33:01 +05:30
anporumb
b0c52365e7
Update dependencies ( #263 )
2023-08-11 07:37:03 -07:00
Parth Aggarwal
1660753384
Fix linux threadpool ( #262 )
...
* fix wrap around issue
* enable other tests
* iwyu fix
2023-08-03 21:01:20 +00:00
microsoft-github-policy-service[bot]
5d79a891e3
FabricBot: Onboarding to GitOps.ResourceManagement because of FabricBot decommissioning ( #253 )
...
* Add prIssueManagement.yml to onboard repo to GitOps.ResourceManagement as FabricBot replacement
Owners of the FabricBot configuration should have received email notification. The same information contained in the email is published internally at: https://aka.ms/gim/fabricbot . Details on the replacement service and the syntax of the new yaml configuration file is available publicly at: https://microsoft.github.io/GitOps/policies/resource-management.html
Please review and merge this PR to complete the process of onboarding to the new service.
* Deleting fabricbot.json
---------
Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>
Co-authored-by: Dan Cristoloveanu <dcristo@microsoft.com>
Co-authored-by: Matt Durak <mdurak@microsoft.com>
2023-08-01 19:17:51 +00:00
Parth Aggarwal
a67e0009fc
Fix reals for srw linux ( #260 )
2023-07-31 21:24:35 +00:00
Parth Aggarwal
e5dffe9d46
fixes ( #259 )
2023-07-27 22:52:04 +00:00
samrach9
7ecf7d49b6
error handling for linux and windows implementation ( #257 )
2023-07-21 09:30:16 -07:00
Jelani Brandon
f8fa6a15b7
Add linux compiler checks ( #255 )
...
Co-authored-by: Jelani Brandon <jebrando@microsoft.com>
2023-07-20 17:42:51 +00:00
samrach9
ab50e4d34d
error_handling_linux_spec ( #256 )
2023-07-17 12:32:56 -07:00
samrach9
6da0f99326
Source and test files for file_util_linux ( #254 )
2023-07-13 14:07:23 -07:00
samrach9
88af1fbc6f
File util linux spec ( #251 )
2023-07-07 11:30:32 -07:00
Dan Cristoloveanu
8c12de552c
New dependencies ( #252 )
2023-06-30 12:24:31 -07:00
Dan Cristoloveanu
dabe2f90e8
New deps ( #250 )
...
* New deps
* Add logger_init
* New deps
2023-06-29 23:22:38 -07:00
Dan Cristoloveanu
073b5545e5
Switch to logging v2 ( #249 )
...
* logging_v2
* logging_v2
* logging_v2
* logging_v2
* logging_v2
* Latest deps
* Latest deps
* Minor updates
* Update with logging_v2 config APIs
* Add logerrno to logger.h
* Add one more v1 to v2 translation
* Fix some issues
* Use latest logging
* Fix IWYU
* Fix IWYU
* making call count a global variable to avoid helgrind bug
* Suppress printf issues in sm helgrind test
* Add suppression for printf with Helgrind
* Add suppression for printf with Helgrind
* Address CR comment
---------
Co-authored-by: Jelani Brandon <jebrando@microsoft.com>
2023-06-28 13:07:48 +05:30
Dan Cristoloveanu
6d0a809ed9
Add srw_lock_ll win32 implementation ( #248 )
2023-06-23 11:25:30 +05:30
Dan Cristoloveanu
a194e053e8
srw lock ll specs ( #247 )
...
* srw_lock_ll
* Add srw_lock_ll specs
* Add specs for srw_lock_ll
* Address CR comments
2023-06-22 20:58:04 -07:00
Jelani Brandon
9b66a2ad79
chore: fixing helgrind error within completion_port linux ( #246 )
...
Co-authored-by: Jelani Brandon <jebrando@microsoft.com>
2023-06-15 21:31:56 +00:00
anporumb
2762e9eec1
Update dependencies ( #245 )
2023-06-15 07:31:47 -07:00
anporumb
c290190217
have logging when socket fails ( #236 )
2023-06-09 19:30:37 +00:00
anporumb
eb61f6cea2
Update dependencies ( #244 )
2023-06-09 08:21:59 -07:00
Parth Aggarwal
aba23055db
Update dependencies ( #243 )
2023-05-25 16:33:41 -07:00
Matt Durak
4b28739fd0
Update dependencies ( #242 )
2023-05-23 09:36:43 -07:00
Matt Durak
9dcf52d40c
Update dependencies ( #241 )
2023-05-22 16:56:27 -07:00
Matt Durak
18f0c812b7
real_timer for linux ( #240 )
...
real_timer for linux
2023-05-22 15:36:11 -07:00
anporumb
868bacf286
Update dependencies ( #239 )
2023-05-18 13:30:18 -07:00
anporumb
92a73e5794
win32reals needs to link with rpcrt4 ( #238 )
2023-05-18 11:26:32 -07:00
Matt Durak
61d3c1e6e0
Update dependencies ( #235 )
2023-04-26 10:46:09 -07:00
Jelani Brandon
37ba02493c
fixing a few threadpool errors that were found ( #234 )
...
Co-authored-by: Jelani Brandon <jebrando@microsoft.com>
2023-04-20 15:02:46 -07:00