.. |
Commands
|
Fixed compiler warning about missing cases in the switch statement
|
2017-04-13 09:44:49 +01:00 |
Changes.cpp
|
Removed "using namespace" and replace with explicit scoping.
|
2017-04-13 09:50:52 +01:00 |
Changes.h
|
Fix building on win
|
2013-07-22 10:28:33 +02:00 |
Command.cpp
|
Add new Login2 command to the builds
|
2022-07-20 23:38:23 +02:00 |
Command.h
|
Add new Login2 command to the builds
|
2022-07-20 23:38:23 +02:00 |
CommandLine.cpp
|
Fix compiler warning when changing from gcc to clang
|
2014-07-16 15:05:39 +02:00 |
CommandLine.h
|
Initial commit
|
2013-01-09 22:36:47 +08:00 |
Connection.cpp
|
Removed "using namespace" and replace with explicit scoping.
|
2017-04-13 09:50:52 +01:00 |
Connection.h
|
Support for sending and receiving sets
|
2013-09-18 12:54:00 +02:00 |
Dispatch.h
|
Refactored UnityPipe into Pipe and UnityConnection into Connection and moved protocol dependent stuff to Connection where it belongs.
|
2013-07-19 15:17:26 +02:00 |
FileSystem.cpp
|
Removed "using namespace" and replace with explicit scoping.
|
2017-04-13 09:50:52 +01:00 |
FileSystem.h
|
Add function to get file length
|
2013-09-16 12:54:29 +02:00 |
Log.cpp
|
Indentation fix
|
2016-06-13 15:09:18 +01:00 |
Log.h
|
Centralize and clean up error handling.
|
2013-07-31 15:34:49 +02:00 |
POpen.cpp
|
Clean-up POpen Windows execution with some of the comments from the CR
|
2022-08-01 16:01:26 +02:00 |
POpen.h
|
Added new POpen with windows support since windows builtin _popen pops up a window on each call which is not acceptable. Removed a bunch of warnings as well.
|
2013-02-08 21:59:13 +01:00 |
Pipe.cpp
|
Removed "using namespace" and replace with explicit scoping.
|
2017-04-13 09:50:52 +01:00 |
Pipe.h
|
Refactored UnityPipe into Pipe and UnityConnection into Connection and moved protocol dependent stuff to Connection where it belongs.
|
2013-07-19 15:17:26 +02:00 |
Status.cpp
|
Removed "using namespace" and replace with explicit scoping.
|
2017-04-13 09:50:52 +01:00 |
Status.h
|
Fix error C3848: expression having type 'const VCSStatusItemCmp' would lose some const-volatile qualifiers in order to call 'bool VCSStatusItemCmp::operator ()(const VCSStatusItem &,const VCSStatusItem &)' in Visual Studio 2019
|
2022-07-29 12:03:04 +02:00 |
Utility.cpp
|
Removed "using namespace" and replace with explicit scoping.
|
2017-04-13 09:50:52 +01:00 |
Utility.h
|
Add backtrace utility function in windows
|
2014-10-28 09:22:03 +01:00 |
VersionedAsset.cpp
|
Removed "using namespace" and replace with explicit scoping.
|
2017-04-13 09:50:52 +01:00 |
VersionedAsset.h
|
Add exclusive checkout state.
|
2020-05-11 21:23:23 +03:00 |