* pal_interfaces now appears in Visual Studio and has mocks
* now it compiles on Linux too
* propagate_all_repos anporumb/pchmock4
* propagate_all_repos anporumb/pchmock4
* spaces removed apparently
* propagate_all_repos anporumb/pchmock4
* propagate_all_repos anporumb/pchmock4
* use the variable set in c-testrunnerswitcher
* propagate_all_repos anporumb/pchmock4
* propagate_all_repos anporumb/pchmock4
* propagate_all_repos anporumb/pchmock4
* propagate_all_repos anporumb/pchmock4
* propagate_all_repos anporumb/pchmock4
* propagate_all_repos anporumb/pchmock4
* propagate_all_repos anporumb/pchmock4
* propagate_all_repos anporumb/pchmock4
* revert interfaces/CMakeLists.txt to master
* use latest dependencies 17 Oct 2024
* use vcpkg from master
* meek attempt to have a mocks library with precompiled header
* this creates by hand win32_ll_mocks and uses it in call_once_ut_exe_c_pal
* mock loibrary for c_pal_interfaces is build with a function
* propagate_all_repos anporumb/pchmock3
* itr also compiles but does NOT link on linux
* now it builds AND links on LINUX
* added a minimal explanation about exiting visual studio
* propagate_all_repos anporumb/pchmock3
* propagate_all_repos anporumb/pchmock3
* propagate_all_repos anporumb/pchmock3
* threadpool uses terminate_process
* make pal_ll_interfaces appear in Visual Studio
* it needs to be prefixed with inc
* extraneous files are removed
* write library name with capital letters
* use also for #ifdef
* propagate_all_repos anporumb/pchmock3
* propagate_all_repos anporumb/pchmock3
* propagate_all_repos anporumb/pchmock3
* propagate_all_repos anporumb/pchmock3
* propagate_all_repos anporumb/pchmock3
* propagate_all_repos anporumb/pchmock3
* propagate_all_repos anporumb/pchmock3
* use latest dependencies 10 Oct 2024
* remove C_PAL_INC_FOLDER
* make it compile with latest c-pal
* use latest dependencies 10 Oct 2024
* remove garbage from build folder
* use latest dependencies 10 Oct 2024
* propagate_all_repos anporumb/pchmock3
* use latest dependencies 10 Oct 2024
* use latest dependencies 10 Oct 2024
* Spec changes to handle freeing the context after all tasks are completed and corresponding minor changes in threadpool_schedule_work
* Addressed Jelani's comments
* Corrected the verbage of assigning 0 for success in few of the Specs
* Threadpool Linux Implementation Initial Check In
* Fixed traceability issues #1
* Fixed traceability issues #2
* Spec changes to handle freeing the context after all tasks are completed and corresponding minor changes in threadpool_schedule_work
* Addressed Jelani's comments
* Corrected the verbage of assigning 0 for success in few of the Specs
* Added a new method timer_global_get_elapsed in timer_win32.c
timer_global_get_elapsed calculates time elapsed in seconds
Added a new test case in timer_win32_ut.c file to test the new method
Added spec for this new method
* Added global_timer_state_reset method to reset g_timer_state variable to 0 after each test case
Added an UT for g_timer_get_elapsed_in_us_succeeds to test timer_global_get_elapsed_us
Added global_timer_state_reset in interface file
* Added suffix _s to timer_global_get_elapsed
Added implementation for timer_global_get_elapsed_s in timer_linux.c
Added releavnt ut and specs in timer_linux_ut.c and timer_linux_requirements.md
* Added reference to spec for test case in timer_win32_ut.c
* Defining a macro with real_ prefix to avoid conflict with existing functions defined
* Added macro for global_timer_state_reset for avoid conflict with any existing method
* Added integration test for timer_global_get_elapsed_s()
---------
Co-authored-by: Navya Gaur <navyagaur@microsoft.com>
* Initial checkin with specs
* Fixed Traceability
* Fixed PVOID on Linux
* Fixed PVOID in threadpool.h
* Forgot to add threadpool.h into the commit, adding it now
* Addressed comments by Matt
* Addressed ALL comments by Matt
* Fixed some of the typos and requirement doc mismatches across the three interfaces, linux, win32
* Removed some dangling PVOID in linux implementation
* Fixing win32 reals and linux_reals
* Added the missing success message specs in threadpool_create_work_item
* Addressedd changes after discussion with Matt and Dan.
* Addressed Dan's comments
* Final comments from Dan resolved
* Initial checkin with specs
* Fixed Traceability
* Fixed PVOID on Linux
* Fixed PVOID in threadpool.h
* Forgot to add threadpool.h into the commit, adding it now
* Addressed comments by Matt
* Addressed ALL comments by Matt
* unit tests for socket_transport_
* fixed memory leaks and reviews
* fixed int test and binding socket errors
* making socket_transport_create seperate APIs
* fix for linux test
* fixes to spec
* chaos tests for socket transport
* fixes for failing chaos test
* fixes for failing chaos test pt 2
* iwyu fixes
* combining tests
* condensing socket transport chaos test
* port number fix
* port number fix pt2
* removing wait_for_value and ports
* iwyu fix
* unit tests for socket_transport_
* fixed memory leaks and reviews
* fixed int test and binding socket errors
* making socket_transport_create seperate APIs
* fix for linux test
* fixes to spec
* before making reals for thandle_logging_context
* it doesn't compile
* update thandle_ll to expose types of functions
* with reals
* iwyu take 01 out of 99
* iwyu take 02 out of 99
* iwyu take 03 out of 99
* iwyu take 04 out of 99
* iwyu take 05 out of 99
* iwyu take 06 out of 99
* iwyu take 07 out of 99
* iwyu take 08 out of 99
* iwyu take 09 out of 99
* rename test name to something better
* it all compuiles
* no leaks
* it all compiles so far no leaks, files moved around, started writing specs
* added specs
* added tests with incomplete/complete/and file hosted types
* added unittests