Commit Graph

8 Commits

Author SHA1 Message Date
Max Preussner
1c97b4852d Renamed NULL to nullptr
[CL 2235954 by Max Preussner in Main branch]
2014-07-29 12:21:53 -04:00
Max Preussner
3aece47882 Docs: Removed file comments and added missing code documentation
Please note that file comments had no purpose in nearly all cases and just added visual clutter. The two files that had meaningful file comments had their comments moved into the corresponding classes. There are still hundreds of file comments left in other files that will be removed over time.

Also cleaned up some random stuff along the way:
- relative paths to public headers within the same module are no longer necessary (automatically discovered by UBT now)
- header guards are deprecated, use #pragma once instead (all compilers support it now)
- space between multiple template brackets is no longer required (all compilers support >> now)
- NULL to nullptr, OVERRIDE to override
- spelling errors, whitespace, line breaks

[CL 2104067 by Max Preussner in Main branch]
2014-06-12 23:22:18 -04:00
Max Preussner
6c0dc68c3b renamed OVERRIDE to override
[CL 2099326 by Max Preussner in Main branch]
2014-06-09 14:21:18 -04:00
Jaroslaw Palczynski
724ea452a5 Refactoring thread affinity settings.
There was a bug in setting affinity of a thread that assumed affinity from lookup table with key being a thread name. When names was appended with consecutive numbers (e.g. "RenderingThread 1") the mechanism failed. Refactored this to use special static consts describing affinity override'able by different platforms for different affinity types + possibility of setting affinity per thread.
#codereview Jaroslaw.Surowiec

[CL 2070197 by Jaroslaw Palczynski in Main branch]
2014-05-12 08:40:54 -04:00
Mikolaj Sieluzycki
7a1386bfc9 #ttp 331740 UE4: Core: Runnable thread clean-up
#proj core
#branch UE4
#summary Remove all bAutoDeleteSelf and bAutoDeleteRunnable usage from the runnable.
#codereview Robert.Manuszewski

[CL 2070165 by Mikolaj Sieluzycki in Main branch]
2014-05-12 08:39:12 -04:00
Max Preussner
42f92c078f Networking: added FIPv4Endpoint.ToString()
[CL 2057414 by Max Preussner in Main branch]
2014-04-27 22:16:54 -04:00
Max Preussner
49c1bfbffe removed pending data size checks (no longer needed, because HasPendingData() now correctly returns false if there is no pending data)
#CodeReview: peter.sauerbrei, sam.zamani

[CL 2052838 by Max Preussner in Main branch]
2014-04-23 20:02:10 -04:00
Tim Sweeney
324683ce78 Engine source (Main branch up to CL 2026164) 2014-03-14 14:13:41 -04:00