]> git.sesse.net Git - stockfish/history - src/misc.cpp
New Imbalance Tables Tweak
[stockfish] / src / misc.cpp
2020-11-23 Stéphane NicoletSmall cleanups 13
2020-09-25 Stéphane NicoletSuppress info strings before 'uci'
2020-09-21 Sami KiminkiAdd large page support for NNUE weights and simplify...
2020-09-04 Joost VandeVondeleRestore development version
2020-09-02 Joost VandeVondeleStockfish 12
2020-08-29 Stéphane NicoletEmbed default net, and simplify using non-default nets
2020-08-22 Joost VandeVondeleSmall trivial cleanups
2020-08-21 Joost VandeVondeleDeal with very old linux kernels
2020-08-16 Daylen YangDisplay NEON in compiler string
2020-08-13 Joost VandeVondeleOutput the SSE2 flag in compiler_info
2020-08-13 mstemberaAdd support for VNNI
2020-08-12 Daylen YangUse posix_memalign for Apple Silicon instead of _mm_malloc
2020-08-11 Joost VandeVondeleMore aligned_alloc changes to support Android
2020-08-10 Fanael LinithienProvide vectorized NNUE code for SSE2 and MMX targets
2020-08-10 sf-xMakefile rework/cleanup
2020-08-09 Joost VandeVondeleFix aligned_alloc on MinGW
2020-08-09 Daniel DugovicUse fallback implementation for C++ aligned_alloc
2020-08-06 nodchipAdd NNUE evaluation
2020-06-24 Joost VandeVondeleSmall cleanups
2020-05-19 Sami KiminkiAvoid sending info strings before 'uci' has been received
2020-05-14 Sami KiminkiFix a Windows-only crash on exit without 'quit'
2020-05-13 Sami KiminkiAdd support for Windows large pages
2020-05-11 Joost VandeVondeleUse posix_memalign instead of aligned_alloc
2020-02-05 Joost VandeVondeleSmall cleanups.
2020-01-29 Joost VandeVondeleFix compilation on android
2020-01-27 Sami KiminkiAdvise the kernel to use huge pages (Linux)
2020-01-23 Chess13234Minor fixes for misc.cpp
2020-01-23 Stéphane NicoletRestore development version
2020-01-18 Stéphane NicoletStockfish 11
2020-01-12 Stéphane NicoletShow compiler info at startup
2020-01-09 Alain SAVARDUpdate lists of authors and contributors
2019-10-21 Joost VandeVondeleAvoid crashing on Log File opening
2019-09-26 Joost VandeVondeleRemove custom mutex implementation
2019-09-26 Stéphane NicoletRestore development version (revert previous commit)
2019-09-25 Stéphane NicoletTemporary patch to show the compiler for TCEC submission
2019-06-22 Joost VandeVondeleMake the debug counters thread safe.
2019-05-02 Marco CostalbaAssorted trivial cleanups 4/2019
2018-12-24 noobpwnftwFix crash in best_group() (#1891)
2018-11-29 Stéphane NicoletRestore development version
2018-11-29 Stéphane NicoletStockfish 10
2018-11-19 Stéphane NicoletStockfish 10-beta
2018-07-25 Stéphane NicoletCode clean-up
2018-06-21 Michael AnFix GCC 8 cast warnings
2018-03-16 mstemberaFix an MSVC 2017 error and warnings.
2018-02-04 Stéphane NicoletRestore development version
2018-01-31 mstemberaStockfish 9
2018-01-01 Joost VandeVondeleNew Year 2018
2017-12-26 Joost VandeVondeleUpon changing the number of threads, make sure all...
2017-08-13 Marco CostalbaRun clang-tidy 'modernize'
2017-04-24 Marco CostalbaAssorted code style issues
2017-03-15 mstemberaFix pawn entry prefetch
2017-01-11 Joost VandeVondeleAdjust copyright headers to 2017 (#965)
2016-11-26 Marco CostalbaFix compile under Windows XP
2016-11-22 Marco CostalbaHandle Windows Processors Groups
2016-11-05 Marco CostalbaRestore development version
2016-11-01 Marco CostalbaStockfish 8
2016-06-15 lucasartDo not hardcode Debug Log File
2016-01-03 Joona KiiskiRestore development version
2016-01-02 Joona KiiskiStockfish 7
2016-01-02 ppigazziniUpdate AUTHORS and copyright notice
2016-01-01 Marco CostalbaUpdate Copyright year
2015-12-30 Joona KiiskiStockfish 7 Beta 2
2015-12-27 Joona KiiskiStockfish 7 Beta 1
2015-10-29 Stéphane NicoletSome code and comment cleanup
2015-10-22 Marco CostalbaUpdate authors
2015-05-10 Marco CostalbaCleanup work in misc.cpp
2015-03-10 Marco CostalbaAdd thread_win32.h header
2015-03-07 Marco CostalbaSync with master
2015-03-07 Marco CostalbaSync with master
2015-03-07 Joona KiiskiRevert C++11 merge
2015-02-28 Marco CostalbaSync with master
2015-02-26 Marco CostalbaSync with master
2015-02-24 Marco CostalbaDon't assume the type of Time::point
2015-02-23 Marco CostalbaSync with master
2015-02-22 Marco CostalbaSync with master
2015-02-20 Marco CostalbaSync with master
2015-02-14 Marco CostalbaSync with master
2015-02-08 Marco CostalbaSync with master
2015-02-07 Marco CostalbaAvoid casting to char* in prefetch()
2015-02-07 Marco CostalbaRename dbg_hit_on_c() to dbg_hit_on()
2015-02-07 Marco CostalbaRename dbg_hit_on_c() to dbg_hit_on()
2015-02-07 Marco CostalbaSync with master
2015-01-31 Marco CostalbaSync with master
2015-01-30 Marco CostalbaSync with master
2015-01-28 Joona KiiskiRestore development version
2015-01-27 Joona KiiskiStockfish 6
2015-01-25 Joona KiiskiStockfish 6 Release Candidate 3
2015-01-24 Joona KiiskiStockfish 6 Release Candidate 2
2015-01-18 Joona KiiskiStockfish 6 Release Candidate 1
2015-01-18 Marco CostalbaImport C++11 branch
2015-01-10 Marco CostalbaUpdate copyright year
2014-11-01 Marco CostalbaMerge pull request #89 from official-stockfish/pull_no_...
2014-11-01 lucasartCorrectly describe POPCNT compile
2014-11-01 lucasartConsistent use of anonymous namespace
2014-09-16 Marco CostalbaRetire struct Log
2014-05-31 Marco CostalbaRestore development version
2014-05-31 Marco CostalbaStockfish 5
2014-04-12 Jean-Francois RomangAdd ARCH x86-64-bmi2 support
2014-04-06 Marco CostalbaSync some common names
2014-03-05 Stephane NicoletFix dbg_mean_of() for negative numbers
next