Commit Graph

66 Commits

Author SHA1 Message Date
Nikolay Sivov 7aa2e9a9d0 mstask: Added IEnumWorkItems stub. 2015-03-20 16:23:04 +09:00
Michael Stefaniuc 7c60a31c19 mstask/tests: Remove an unused assignment (PVS-Studio). 2015-01-16 16:53:18 +01:00
Frédéric Delanoy 2e5cb7aac8 Assorted spelling/grammar fixes. 2014-04-30 18:34:20 +02:00
Alexandre Julliard 99ef0d6ff0 makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
Alexandre Julliard 5e7416e5c8 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
Alexandre Julliard d08ff3ff19 makefiles: Use a single variable for all types of idl files. 2013-12-31 18:15:17 +01:00
Alexandre Julliard c7803b885b makefiles: Add makedep pragmas for registration idl files. 2013-11-05 20:38:18 +01:00
Alexandre Julliard 7960e02b17 makefiles: Add makedep pragmas for identifier idl files. 2013-11-05 20:38:18 +01:00
Alexandre Julliard f02cdd877f Remove empty DLL_PROCESS_DETACH case statements. 2013-04-15 16:45:35 +02:00
Detlef Riekenberg 0c8dc0090b mstask/tests: Add tests for SetTargetComputer. 2012-11-08 15:37:49 +01:00
Detlef Riekenberg 5bff2fb66b mstask: Implement SetTargetComputer. 2012-11-08 15:37:48 +01:00
Detlef Riekenberg 48ddbde746 mstask/tests: Add tests for GetTargetComputer. 2012-11-06 16:02:44 +01:00
Detlef Riekenberg 493d858988 mstask: Implement GetTargetComputer. 2012-11-06 16:02:44 +01:00
Nikolay Sivov b92ea61e71 mstask: Call interface methods properly. 2012-08-20 10:59:24 +02:00
Michael Stefaniuc f70181113f mstask: Actually run a test and fix the expected behaviour. 2012-05-16 18:30:23 +02:00
Alexandre Julliard b56dc9a6f7 winecrt0: Remove the clsid parameter in __wine_(un)register_resources. 2011-08-02 20:47:49 +02:00
Marcus Meissner e7fc858328 mstask: Mark internal symbol with hidden visibility. 2011-05-23 11:14:27 +02:00
Austin English 340a4c21ce mstask/tests: Make sure return values are used (LLVM/Clang). 2011-02-08 14:45:54 -06:00
Michael Stefaniuc 591b59420d mstask: Use ifaces instead of vtbl pointers in TaskImpl. 2011-01-24 14:43:25 +01:00
Michael Stefaniuc 052de3f9a8 mstask: COM cleanup for the ITaskScheduler iface. 2011-01-24 14:43:25 +01:00
Michael Stefaniuc 73b6d21ab6 mstask: COM cleanup for the ITaskTrigger iface. 2011-01-24 14:43:25 +01:00
Michael Stefaniuc 30e90c9ace mstask: COM cleanup for the IClassFactory iface. 2011-01-24 14:43:25 +01:00
Alexandre Julliard ba709a1d45 mstask: Convert dll registration to the IRegistrar mechanism. 2010-12-10 15:09:24 +01:00
Alexandre Julliard 81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
Alexandre Julliard b86d515ed6 dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
Alexandre Julliard bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Alexandre Julliard 6164ce2d82 makefiles: Use the standard C_SRCS variable as the list of test files.
This enables it to be auto-updated by make_makefiles.
2010-02-22 10:47:11 +01:00
Alexandre Julliard f5c35b14f6 mstask/tests: Add some error codes for Win2k. 2010-02-05 11:35:38 +01:00
Detlef Riekenberg dc28680847 mstask/tests: Skip some tests when the service is not running. 2009-12-22 15:39:49 +01:00
Alexandre Julliard ef5864fcc0 mstask/tests: Use the global wine_dbgstr_w instead of a local variant. 2009-08-19 13:36:50 +02:00
Francois Gouget 419ecb35e1 mstask/tests: Replace realloc() with HeapReAlloc(). 2009-05-19 12:01:04 +02:00
Alexandre Julliard 0e894c3444 mstask/tests: Fix test failures on XP. 2008-09-17 16:23:08 +02:00
James Hawkins a58945de84 mstask: Fix a few failing tests in win2k. 2008-09-11 11:49:52 +02:00
Alexandre Julliard 67a25b57fb mstask/tests: Use case-insensitive compare for file names. 2008-09-11 11:49:27 +02:00
Francois Gouget 4823b2c7bf Assorted spelling fixes. 2008-09-02 13:58:21 +02:00
Andrew Talbot 52c6c3fca8 mstask: Sign-compare warnings fix. 2008-09-02 11:54:33 +02:00
Paul Vriens 6cd32ffc07 mstask/tests: Skip tests for security services if they are not implemented. 2008-08-27 13:21:23 +02:00
Roy Shea 65d9871463 mstask: Implemented (Set|Get)Trigger. 2008-08-26 12:07:42 +02:00
Roy Shea 7c5f411e7a mstask: Implemented CreateTrigger. 2008-08-26 12:07:42 +02:00
Roy Shea 2172120fae mstask: Implemented PersistFile_Save stub. 2008-08-25 12:28:10 +02:00
Roy Shea f208025228 mstask: Implemented partial stub for (Set|Get)AccountInformation. 2008-08-22 11:32:08 +02:00
Roy Shea a597d9eaed mstask: Implemented (Set|Get)MaxRunTime. 2008-08-22 11:32:08 +02:00
Roy Shea 37708b1e5c mstask: Implemented (Set|Get)Comment. 2008-08-22 11:32:08 +02:00
Roy Shea 2f95e5123b mstask: Implement (Set|Get)Parameters. 2008-08-22 11:32:08 +02:00
Roy Shea aec0eb87de mstask: Task PersistFile AddRef, QueryInterface, and Release. 2008-08-22 11:32:08 +02:00
Roy Shea ca73655124 mstask: Implemented (Set|Get)ApplicationName. 2008-08-21 13:42:08 +02:00
Roy Shea c5536ef1ae mstask/tests: Conformance test for (Set|Get)Trigger. 2008-08-21 11:41:13 +02:00
Roy Shea 9c131bb056 mstask: TaskTrigger stub with AddRef, QueryInterface, and Release. 2008-08-21 11:40:42 +02:00
Roy Shea e8d22f02df mstask/tests: Basic conformance test for (Set|Get)AccountInformation. 2008-08-21 11:39:22 +02:00
Roy Shea 714c6d3a66 mstask/tests: Conformance test for (Set|Get)MaxRunTime. 2008-08-21 11:39:15 +02:00