poco/Foundation/testsuite
Aleksandar Fabijanic 86a4f0045e
Fix/posix sleep (#3705)
* fix(Thread_POSIX): sleep() poor performance #3703

* chore(vscode): add file associations

* fix(TaskManager): waits for all threads in the ThreadPool #3704

* fix(Thread): call std::this_thread::sleep_for() to sleep #3703

* fix(PollSet): wakeup fd is never read #3708

* feat(Thread): Add Thread::set/getAffinity() #3709

* doc(Thread): Thread::trySleep() assertion #3710

* fix(PollSet): wakeup fd is never read (windows portion and some other optimizations) #3708

* feat(SocketReactor): improvements #3713

* chore(ThreadTest): add missing include

* fix(PollSet): wakeup fd is never read #3708

* fix(Any): #3682 #3683 #3692 #3712

* fix(mingw): lowercase winsock2 and iphlpapi to allow cross compile #3711

* feat(Thread): Add Thread::set/getAffinity() #3709

* chore(SocketReactor): one-liners inlined, removed redundant try/catch in dospatch, remove unused onBusy()

* feat(SocketReactor): add socket to ErrorNotification

* fix(SocketReactor): pollTimeout assignment and ConnectorTest leak
2022-07-26 06:54:56 -05:00
..
data new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
src Fix/posix sleep (#3705) 2022-07-26 06:54:56 -05:00
CMakeLists.txt fix(cmake): TestLibrary debug postfix 2022-06-02 08:18:40 -05:00
Makefile Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
Makefile-Driver merged GH #2641: Implement DataURIStream for extracting data from data URIs 2020-01-24 10:41:35 +01:00
Makefile-TestApp Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
Makefile-TestLibrary Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
nonexistent.txt new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
TestApp_vs140.vcxproj Devel (#3586) 2022-05-15 11:05:56 -05:00
TestApp_vs140.vcxproj.filters added project and solution files for VS2015 2015-08-01 10:29:32 +02:00
TestApp_vs150.vcxproj Devel (#3586) 2022-05-15 11:05:56 -05:00
TestApp_vs150.vcxproj.filters added Visual Studio 2017 project files 2017-02-20 16:20:16 +01:00
TestApp_vs160.vcxproj chore(ProGen): MSVC does not properly recognize std version #3665 2022-07-06 11:39:47 +02:00
TestApp_vs160.vcxproj.filters fix projects 2020-01-11 13:07:11 +01:00
TestApp_vs170.vcxproj Remaining changes for Windows on ARM64 support (#3608) 2022-05-26 22:40:30 -05:00
TestApp_vs170.vcxproj.filters added VS2022 project files 2022-02-19 21:06:24 +01:00
TestLibrary_vs140.vcxproj Devel (#3586) 2022-05-15 11:05:56 -05:00
TestLibrary_vs140.vcxproj.filters added project and solution files for VS2015 2015-08-01 10:29:32 +02:00
TestLibrary_vs150.vcxproj Devel (#3586) 2022-05-15 11:05:56 -05:00
TestLibrary_vs150.vcxproj.filters added Visual Studio 2017 project files 2017-02-20 16:20:16 +01:00
TestLibrary_vs160.vcxproj chore(ProGen): MSVC does not properly recognize std version #3665 2022-07-06 11:39:47 +02:00
TestLibrary_vs160.vcxproj.filters fix projects 2020-01-11 13:07:11 +01:00
TestLibrary_vs170.vcxproj Remaining changes for Windows on ARM64 support (#3608) 2022-05-26 22:40:30 -05:00
TestLibrary_vs170.vcxproj.filters added VS2022 project files 2022-02-19 21:06:24 +01:00
testlibrary.opt new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
TestSuite_vs140.vcxproj Devel (#3586) 2022-05-15 11:05:56 -05:00
TestSuite_vs140.vcxproj.filters updated project files 2020-01-24 10:51:17 +01:00
TestSuite_vs150.vcxproj Devel (#3586) 2022-05-15 11:05:56 -05:00
TestSuite_vs150.vcxproj.filters updated project files 2020-01-24 10:51:17 +01:00
TestSuite_vs160.vcxproj chore(ProGen): MSVC does not properly recognize std version #3665 2022-07-06 11:39:47 +02:00
TestSuite_vs160.vcxproj.filters updated project files 2020-01-24 10:51:17 +01:00
TestSuite_vs170.vcxproj Remaining changes for Windows on ARM64 support (#3608) 2022-05-26 22:40:30 -05:00
TestSuite_vs170.vcxproj.filters added VS2022 project files 2022-02-19 21:06:24 +01:00