History log of /TaskScheduler/premake4.lua (Results 1 – 25 of 59)
Revision Date Author Comments
# 32bfc654 08-Nov-2020 Dmitry Tsarevich <[email protected]>

Support vs2012 and use correct flags

* _ALLOW_RTCc_IN_STL should be set to 1 to compile vs2012+ STL with truncation runtime checks in debug mode.
* SSE2 for vs may be enabled only for x32 builds, x6

Support vs2012 and use correct flags

* _ALLOW_RTCc_IN_STL should be set to 1 to compile vs2012+ STL with truncation runtime checks in debug mode.
* SSE2 for vs may be enabled only for x32 builds, x64 use this by default and warn that the flag is unknown.

show more ...


# 82479a85 24-Oct-2017 s.makeev_local <[email protected]>

temporary disable asan on linux


# ddbc77ef 24-Oct-2017 s.makeev_local <[email protected]>

temporary disable asan on linux


# 23e4c92c 17-Oct-2016 s.makeev_local <[email protected]>

Remove asan from OSX build


# 35e18df7 17-Oct-2016 s.makeev_local <[email protected]>

Fixed group task count issue


# bc48b7ef 06-Oct-2016 Sergey Makeev <[email protected]>

Fixed fiber bug and some warnings

- isInitialized now work properly


# bb7bf2d4 05-Oct-2016 Sergey Makeev <[email protected]>

Fix OSX build script


# 542e081b 27-Sep-2016 s.makeev_local <[email protected]>

Update build script (OSX / POSIX)


# ce0d6945 08-Sep-2016 s.makeev_local <[email protected]>

Added macro _DARWIN_C_SOURCE for OSX


# 2f083884 19-Aug-2016 s.makeev_local <[email protected]>

Change project files layout and fix some bugs

- Rewrite Posix MTEvent
- Fixed bug inside MTConcurrentQueueLIFO
- Updated tests


# f180001a 22-Dec-2015 Sergey Makeev <[email protected]>

Updated premake4


# f3505206 22-Dec-2015 Sergey Makeev <[email protected]>

Added GCC Undefined Behavior Sanitizer


# 3f754137 22-Dec-2015 Sergey Makeev <[email protected]>

Fixed GCC ASAN compiler options


# 4372a638 22-Dec-2015 Sergey Makeev <[email protected]>

TSAN was disabled (too slow), MSAN was enabled


# b6f9f3eb 22-Dec-2015 Sergey Makeev <[email protected]>

Fixed Fiber test fail under TSAN


# 64e8ad60 22-Dec-2015 Sergey Makeev <[email protected]>

TSAN for GCC


# 9901933e 22-Dec-2015 Sergey Makeev <[email protected]>

Replace TSAN to ASAN


# 79129a5c 22-Dec-2015 Sergey Makeev <[email protected]>

Fixed more warnings


# 7f96f495 22-Dec-2015 Sergey Makeev <[email protected]>

Fixed/disabled some compilation warnings on Unix/OSX


# b930228e 22-Dec-2015 Sergey Makeev <[email protected]>

OSX updated linker options


# 0ab4e6bd 22-Dec-2015 Sergey Makeev <[email protected]>

Updated travis.yml and OSX compiler options


# 0a87047f 22-Dec-2015 Sergey Makeev <[email protected]>

Updated OSX compiler options


# 36fb9396 22-Dec-2015 Sergey Makeev <[email protected]>

AddressSanitizer for OSX was added


# bf7bdd47 22-Dec-2015 Sergey Makeev <[email protected]>

Updated GCC compiler and linker options


# 037a6f03 22-Dec-2015 Sergey Makeev <[email protected]>

Updated GCC linker options


123