]> git.sesse.net Git - stockfish/shortlog
stockfish
2023-10-23 Disservinremove blank line between function and it's description
2023-10-23 Disservinuse expanded variables for shell commands
2023-10-23 MinetaSFix a compiler bug on Clang 15+ with AVX-512
2023-10-22 Taras VukSimplify futilityBase formula
2023-10-22 Disservinadd clang-format
2023-10-21 mstemberaScale down stat bonus
2023-10-21 Taras VukSubtract the margin from the value returned by ProbCut
2023-10-21 FauziAkramRemoving history condition
2023-10-21 mstemberaRemove outdated Tile naming.
2023-10-21 Shahin M. ShahinCleanup qsearch continuation histories
2023-10-21 FauziAkramStandardize Comments
2023-10-21 Stéphane NicoletReformat some comments and conditions
2023-10-21 Shahin M. ShahinFix greater than TB scores in null move pruning.
2023-10-14 Michael ChalyUse more continuation histories.
2023-10-10 Muzhen GamingSearch parameters tune at 180+1.8
2023-10-08 Taras VukSkip futility pruning if ttMove has bad history
2023-10-08 gabeAvoid recomputing moveCountPruning
2023-10-08 candirufishRazor more if ss+1 cutoffCnt > 3
2023-10-08 Stefan GeschwentnerSimplify collection of bad moves for history updates.
2023-10-08 mstemberaOptimize the most common update accumalator cases w...
2023-10-08 Stéphane NicoletRemove one test in the move loop
2023-10-08 Robert Nurnberg... Update links in license
2023-10-08 mstemberaRemove handcrafted MMX code
2023-09-29 Linmiao XuUpdate default net to nn-0000000000a0.nnue
2023-09-29 cj5716Skip moves-loop pruning in qsearch if we have only...
2023-09-29 Sebastian BuchwaldUse C++17 variable templates for type traits
2023-09-29 mstemberaRemove unused see_ge() code
2023-09-29 FauziAkramImprove grammar of comments
2023-09-29 FauziAkramSimplify pawn count in evaluation
2023-09-29 Jasper ShoveltonIncrement minor section number from 3.7.1 to 3.8.1.
2023-09-24 Joost VandeVondeleExplicitly invoke shell
2023-09-22 Linmiao XuUpdate NNUE architecture to SFNNv8: L1-2560 nn-ac1dbea5...
2023-09-22 Stefan GeschwentnerRemove VALUE_KNOWN_WIN.
2023-09-22 mstemberaReduce SIMD register count from 32 to 16
2023-09-22 cj5716Make casting styles consistent
2023-09-22 Sebastian BuchwaldLet CI check C++ includes
2023-09-22 Stéphane NicoletExport makefile ARCH in binary
2023-09-22 Joost VandeVondeleEnable a default native ARCH
2023-09-22 mstemberaSparse impl of affine_transform_non_ssse3()
2023-09-22 peregrineshahinReorder some lines
2023-09-11 Stéphane NicoletReformat some comments
2023-09-11 Sebastian BuchwaldCleanup code after dropping ICC support in favor of ICX
2023-09-11 Linmiao XuUpdate default net to nn-1ee1aba5ed4c.nnue
2023-09-11 Michael ChalyDo more futility pruning in qsearch
2023-09-11 cj5716Simplify cutnode depth condition
2023-09-11 Sebastian BuchwaldCleanup git checkout actions
2023-09-11 Tomasz SobczykPrevent usage of AVX-512 for the last layer.
2023-09-11 Sebastian BuchwaldAvoid "using namespace std"
2023-09-03 Stéphane NicoletIntroduce simple_eval() for lazy evaluations
2023-09-03 FauziAkramRename one variable
2023-09-03 pb00067Simplify slider_blocker calculation
2023-09-03 DisservinSimplify README
2023-09-03 DisservinCleanup includes
2023-09-03 ttruscottOmit two unneeded tests
2023-08-24 Stéphane NicoletPlay turbulent when defending, simpler when attacking
2023-08-22 Shahin M. ShahinReduce repetitions branches
2023-08-22 cj5716Do more full window searches
2023-08-22 Gian-Carlo... Simplify Square Clipped ReLU code.
2023-08-22 Stéphane NicoletFix some tabs in Makefile
2023-08-22 Joost VandeVondeleUpdate links to fishtest
2023-08-22 MatthiesAllow compilation on Raspi (for ARMv8)
2023-08-22 Stéphane NicoletFix some 'possible loss of data' warnings
2023-08-16 DisservinAdd -funroll-loops to CXXFLAGS
2023-08-16 Muzhen GamingSimplify PvNode Reduction
2023-08-16 SzilBalazsFix dead link to compression algorithm in tbprobe
2023-08-16 DisservinAdd CONTRIBUTING.md
2023-08-13 mstemberaSimplify material difference in evaluate
2023-08-13 Shahin M. ShahinSimplify pieceValue to one phase.
2023-08-13 Stéphane NicoletSimplify SEE pruning for captures
2023-08-13 FauziAkramSimplify prior countermove bonus
2023-08-13 ppigazziniCheck compiler for docker builds in CI
2023-08-13 GabrikRemove the unused enum ScaleFactor
2023-08-13 Shahin M. ShahinDetect repetitions before they happen in qsearch
2023-08-13 cj5716Simplify a depth condition
2023-08-13 Michael ChalyGive extra bonus to main history for moves that caused...
2023-08-13 Joost VandeVondeleUpdate sanitizer CI to ubuntu 22.04
2023-08-11 Joost VandeVondeleImprove testing coverage, remove unused code
2023-08-11 Tomasz SobczykFix Makefile for incorrect nnue file
2023-08-09 Cody HoRemove all references to Score type
2023-08-07 Michael ChalyAdjust futility pruning base in qsearch
2023-08-06 FauziAkramTweak formula for pruning moves losing material
2023-08-06 Linmiao XuRemove classical psqt
2023-08-06 AndrovTImplement AffineTransformSparseInput for armv8
2023-08-06 ppigazziniAdd new CPU archs in CI Tests workflow
2023-08-06 Niklas FiekasIdentify NEON_DOTPROD in compiler_info()
2023-07-28 rn5f107s2Malus during move ordering for putting pieces en prise
2023-07-28 Stéphane NicoletImprove some comments
2023-07-28 mstemberaRemove unused return type from propagate()
2023-07-25 FauziAkramSimplify one multicut extension
2023-07-24 Stephen TousetRemove Zobrist::noPawns
2023-07-24 Stefan GeschwentnerSimplify TT cutoff
2023-07-24 windfishballadSimplify some qsearch conditions
2023-07-23 Joost VandeVondeleCheck clock more often
2023-07-19 Michael ChalyDo more futility pruning for cutNodes that are not...
2023-07-19 mstemberaRemove inline assembly
2023-07-19 Cody HoUnused code cleanup
2023-07-19 JorgeAdd CodeQL workflow
2023-07-18 rn5f107s2Removes a few Bitboards and functions
2023-07-18 Robert Nurnberg... remove evalType from bench
2023-07-16 Joost VandeVondeleSwitch to macos 13 for CI
next