]> git.sesse.net Git - stockfish/history - src/misc.cpp
Fix compilation after recent merge.
[stockfish] / src / misc.cpp
2023-12-25 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2023-11-20 FauziAkramReformat some comments
2023-10-23 Disservinremove blank line between function and it's description
2023-10-22 Disservinadd clang-format
2023-10-21 FauziAkramStandardize Comments
2023-10-08 mstemberaRemove handcrafted MMX code
2023-09-22 cj5716Make casting styles consistent
2023-09-22 Stéphane NicoletExport makefile ARCH in binary
2023-09-11 Sebastian BuchwaldCleanup code after dropping ICC support in favor of ICX
2023-09-11 Sebastian BuchwaldAvoid "using namespace std"
2023-09-03 DisservinCleanup includes
2023-08-22 Stéphane NicoletFix some 'possible loss of data' warnings
2023-08-06 Niklas FiekasIdentify NEON_DOTPROD in compiler_info()
2023-07-12 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2023-07-01 Joost VandeVondeleRestore development
2023-06-29 Joost VandeVondeleStockfish 16
2023-04-10 Maxim MasiutinFix linking / character types of windows API calls
2023-04-09 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2023-04-01 Joost VandeVondeleStringify the git info passed
2023-04-01 Maxim MasiutinMade advanced Windows API calls dynamically linked
2023-04-01 Maxim MasiutinImprove compatibility
2023-02-27 Sebastian BuchwaldUnify type alias declarations
2023-02-18 borg323Fix build on arm windows
2023-02-03 MinetaSExpand statistics tools for engine development
2023-01-09 Sebastian BuchwaldReplace some std::string occurrences with std::string_view
2023-01-09 Stefano Di MartinoModernize code base a little bit
2023-01-09 Sebastian BuchwaldWarn if a global function has no previous declaration
2023-01-02 Sebastian BuchwaldUpdate copyright years
2022-12-26 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2022-12-08 Joost VandeVondeleRestore development version
2022-12-04 Joost VandeVondeleStockfish 15.1
2022-11-07 disservinChange versioning and save binaries as CI artifacts
2022-10-09 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2022-09-17 Joost VandeVondeleExplicitly annotate a few variables
2022-04-18 Joost VandeVondeleRestore development version
2022-04-18 Joost VandeVondeleStockfish 15
2022-01-15 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2022-01-06 Brad KnoxUpdate copyright years
2021-12-29 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2021-12-03 Michael ChalyDo more aggressive pruning for some node types
2021-12-02 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2021-11-30 noobpwnftwEnable compilation on older Windows systems
2021-11-22 noobpwnftwRevert and fix earlier windows NUMA patch
2021-11-15 noobpwnftwFix processor group binding under Windows.
2021-11-01 Joost VandeVondeleRestore development version
2021-10-28 Joost VandeVondeleStockfish 14.1
2021-09-12 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2021-09-09 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2021-08-20 Tomasz SobczykImprove handling of the debug log file.
2021-07-23 Liam KeeganAdd macOS and windows to CI
2021-07-16 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2021-07-03 Joost VandeVondeleRestore development version
2021-07-02 Joost VandeVondeleStockfish 14
2021-05-11 EntityFXE2K: added support for MCST Elbrus 2000 CPU architecture
2021-03-24 Stéphane NicoletSmall cleanups (march 2021)
2021-03-14 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2021-03-07 noobpwnftwDo not try to use large pages on 32 bit Windows.
2021-03-07 Dieter DobbelaereAdd Stockfish namespace.
2021-03-07 Antoine ChampionClean functions returning by const values
2021-02-20 Stéphane NicoletRestore development version
2021-02-18 Joost VandeVondeleStockfish 13
2021-01-08 Joost VandeVondeleUpdate copyright years
2020-12-28 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-12-19 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-12-14 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-12-01 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
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-11 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
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-08 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-08-06 nodchipAdd NNUE evaluation
2020-08-03 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
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 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2020-01-18 Stéphane NicoletStockfish 11
2020-01-12 Stéphane NicoletShow compiler info at startup
next