projects
/
stockfish
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
stockfish
2011-10-08
Marco Costalba
Added gcc -msse3 support
commit
|
commitdiff
|
tree
|
snapshot
2011-10-06
Tom Vijlbrief
Added gcc lto (Link Time Optimization) option
commit
|
commitdiff
|
tree
|
snapshot
2011-10-03
Marco Costalba
Shrink names of move helpers
commit
|
commitdiff
|
tree
|
snapshot
2011-10-03
Marco Costalba
Small touches in position.h
commit
|
commitdiff
|
tree
|
snapshot
2011-10-03
Marco Costalba
Small touches to book.cpp
commit
|
commitdiff
|
tree
|
snapshot
2011-10-02
Marco Costalba
Better naming borrowed from Critter
commit
|
commitdiff
|
tree
|
snapshot
2011-10-02
Marco Costalba
Revert "Retire Rml full PV search at depth == 1"
commit
|
commitdiff
|
tree
|
snapshot
2011-10-02
Marco Costalba
Rename kingZone[] and reverse the king's color
commit
|
commitdiff
|
tree
|
snapshot
2011-10-02
Marco Costalba
Document why Book is defined static
commit
|
commitdiff
|
tree
|
snapshot
2011-10-02
Marco Costalba
When exiting wake up all threads at once
commit
|
commitdiff
|
tree
|
snapshot
2011-09-25
Marco Costalba
No need to test for MOVE_NONE before move_is_ok()
commit
|
commitdiff
|
tree
|
snapshot
2011-09-24
Marco Costalba
Update killers after a TT hit
commit
|
commitdiff
|
tree
|
snapshot
2011-09-24
Marco Costalba
Correctly score capture underpromotions
commit
|
commitdiff
|
tree
|
snapshot
2011-09-24
Marco Costalba
Don't lock before check for termination
commit
|
commitdiff
|
tree
|
snapshot
2011-09-11
Marco Costalba
Use the map type template parameter to access map()
commit
|
commitdiff
|
tree
|
snapshot
2011-09-11
Marco Costalba
Lookup square distance instead of calculate on the fly
commit
|
commitdiff
|
tree
|
snapshot
2011-08-21
Marco Costalba
Detect family type of endgame from its enum value
commit
|
commitdiff
|
tree
|
snapshot
2011-08-14
Marco Costalba
Indulge a bit on the template wizardy
commit
|
commitdiff
|
tree
|
snapshot
2011-08-14
Marco Costalba
Small simplification of endgame functions API
commit
|
commitdiff
|
tree
|
snapshot
2011-08-12
Marco Costalba
Fix use of uninitialized variable
commit
|
commitdiff
|
tree
|
snapshot
2011-08-12
Marco Costalba
Fix silly icc remark #2259
commit
|
commitdiff
|
tree
|
snapshot
2011-08-10
Marco Costalba
Use a boolean instead as thread's state
commit
|
commitdiff
|
tree
|
snapshot
2011-08-10
Marco Costalba
Remove Thread::WORKISWAITING
commit
|
commitdiff
|
tree
|
snapshot
2011-08-10
Marco Costalba
Don't need pthread_detach() after pthread_join()
commit
|
commitdiff
|
tree
|
snapshot
2011-08-09
Marco Costalba
Change start_routine argument
commit
|
commitdiff
|
tree
|
snapshot
2011-08-09
Marco Costalba
Retire Rml full PV search at depth == 1
commit
|
commitdiff
|
tree
|
snapshot
2011-08-08
Marco Costalba
Retire ThreadsManager::init_hash_tables()
commit
|
commitdiff
|
tree
|
snapshot
2011-08-08
Marco Costalba
Retire Thread::TERMINATED
commit
|
commitdiff
|
tree
|
snapshot
2011-08-08
Marco Costalba
Retire Thread::INITIALIZING
commit
|
commitdiff
|
tree
|
snapshot
2011-08-08
Marco Costalba
Move idle_loop() under Thread
commit
|
commitdiff
|
tree
|
snapshot
2011-08-08
Marco Costalba
Tidy up comments in thread.cpp
commit
|
commitdiff
|
tree
|
snapshot
2011-08-08
Marco Costalba
Retire broken SendSearchedNodes
commit
|
commitdiff
|
tree
|
snapshot
2011-08-08
Marco Costalba
Sync search() and qsearch() alpha update
commit
|
commitdiff
|
tree
|
snapshot
2011-08-08
Marco Costalba
Retire Thread::BOOKED
commit
|
commitdiff
|
tree
|
snapshot
2011-08-07
Marco Costalba
Fix obey the "maxThreadsPerSplitPoint" setting
commit
|
commitdiff
|
tree
|
snapshot
2011-08-07
Marco Costalba
Do not modify alpha in split()
commit
|
commitdiff
|
tree
|
snapshot
2011-08-07
Marco Costalba
Initialize a new split point out of lock
commit
|
commitdiff
|
tree
|
snapshot
2011-08-07
Marco Costalba
Update comment on why we call root search with ss+1
commit
|
commitdiff
|
tree
|
snapshot
2011-08-07
Marco Costalba
Fix an assert when stopping the search
commit
|
commitdiff
|
tree
|
snapshot
2011-08-07
Joona Kiiski
Split at root!
commit
|
commitdiff
|
tree
|
snapshot
2011-08-06
Joona Kiiski
Preparations for splitting at root
commit
|
commitdiff
|
tree
|
snapshot
2011-08-05
Marco Costalba
Simplify MovePickerExt<>
commit
|
commitdiff
|
tree
|
snapshot
2011-08-05
Marco Costalba
Fix silly bug in uci loop
commit
|
commitdiff
|
tree
|
snapshot
2011-08-04
Marco Costalba
Fix a (silly) warning under icc compiler
commit
|
commitdiff
|
tree
|
snapshot
2011-08-03
Marco Costalba
Use std::lexicographical_compare() in UCI options
commit
|
commitdiff
|
tree
|
snapshot
2011-08-02
Marco Costalba
Consistently set ttMove to Rml.pv[0] in root node
commit
|
commitdiff
|
tree
|
snapshot
2011-08-02
Marco Costalba
Fix an off-by-one error in UCI print loop
commit
|
commitdiff
|
tree
|
snapshot
2011-08-02
Marco Costalba
Rename ok_to_use_TT() in can_return_tt()
commit
|
commitdiff
|
tree
|
snapshot
2011-08-02
Marco Costalba
Send PV only for updated lines
commit
|
commitdiff
|
tree
|
snapshot
2011-08-02
Marco Costalba
Sort PV moves always in two steps
commit
|
commitdiff
|
tree
|
snapshot
2011-08-02
Marco Costalba
Small cleanup of previous patches
commit
|
commitdiff
|
tree
|
snapshot
2011-08-02
Joona Kiiski
Reimplement MultiPV mode
commit
|
commitdiff
|
tree
|
snapshot
2011-08-02
Joona Kiiski
Reimplement support for "searchmoves" option
commit
|
commitdiff
|
tree
|
snapshot
2011-08-02
Joona Kiiski
Remove now unused RootMove.non_pv_score
commit
|
commitdiff
|
tree
|
snapshot
2011-08-02
Joona Kiiski
Make root search to use standard MovePicker.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-29
Joona Kiiski
Don't probe TT at RootNode
commit
|
commitdiff
|
tree
|
snapshot
2011-07-26
Marco Costalba
Fix pretty_pv() output in Chess960
commit
|
commitdiff
|
tree
|
snapshot
2011-07-24
Joona Kiiski
Fix PV output in Chess960
commit
|
commitdiff
|
tree
|
snapshot
2011-07-24
Marco Costalba
Tidy up benchmark.cpp
commit
|
commitdiff
|
tree
|
snapshot
2011-07-24
Marco Costalba
Rename execute_uci_command() to uci_loop()
commit
|
commitdiff
|
tree
|
snapshot
2011-07-24
Marco Costalba
Unhide the istringstream behind UCIParser
commit
|
commitdiff
|
tree
|
snapshot
2011-07-24
Marco Costalba
Fix startpos_ply_counter() regression
commit
|
commitdiff
|
tree
|
snapshot
2011-07-24
Marco Costalba
Use a circular buffer to keep track of setup states
commit
|
commitdiff
|
tree
|
snapshot
2011-07-24
Marco Costalba
Don't update gamePly after each move
commit
|
commitdiff
|
tree
|
snapshot
2011-07-24
Marco Costalba
Use std::vector<Move> to store UCI search moves
commit
|
commitdiff
|
tree
|
snapshot
2011-07-24
Marco Costalba
Use st->gamePly to store fullMoves
commit
|
commitdiff
|
tree
|
snapshot
2011-07-24
Marco Costalba
Retire history[]
commit
|
commitdiff
|
tree
|
snapshot
2011-07-24
Joona Kiiski
Do not exit early even when seeing mate
commit
|
commitdiff
|
tree
|
snapshot
2011-07-20
Marco Costalba
Revert previous patches due to bug
commit
|
commitdiff
|
tree
|
snapshot
2011-07-19
Joona Kiiski
Move the draw check also for qsearch
commit
|
commitdiff
|
tree
|
snapshot
2011-07-19
Joona Kiiski
Move draw checks right after doing the move
commit
|
commitdiff
|
tree
|
snapshot
2011-07-17
Marco Costalba
Small touches in set_option()
commit
|
commitdiff
|
tree
|
snapshot
2011-07-17
Marco Costalba
Validate input UCI moves
commit
|
commitdiff
|
tree
|
snapshot
2011-07-16
Marco Costalba
Remove some useless include
commit
|
commitdiff
|
tree
|
snapshot
2011-07-16
Marco Costalba
Don't need to assert for pos.is_ok() when position...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-16
Marco Costalba
Change hidden checkers API
commit
|
commitdiff
|
tree
|
snapshot
2011-07-16
Marco Costalba
Simplified discovered check connected_moves()
commit
|
commitdiff
|
tree
|
snapshot
2011-07-16
Marco Costalba
Simplify and micro-optimize hidden_checkers()
commit
|
commitdiff
|
tree
|
snapshot
2011-07-15
Marco Costalba
No need to declare default Position c'tor
commit
|
commitdiff
|
tree
|
snapshot
2011-07-15
Marco Costalba
Fix a warning under MSVC
commit
|
commitdiff
|
tree
|
snapshot
2011-07-15
Marco Costalba
Fix parametrized direction in pawns generation
commit
|
commitdiff
|
tree
|
snapshot
2011-07-15
Marco Costalba
Cleanup handling of Delta enums
commit
|
commitdiff
|
tree
|
snapshot
2011-07-14
Marco Costalba
Use std library to sort moves
commit
|
commitdiff
|
tree
|
snapshot
2011-07-11
Marco Costalba
Fix icc's "unreachable code" warning
commit
|
commitdiff
|
tree
|
snapshot
2011-07-03
Marco Costalba
Teach to_fen() about Halfmove and Fullmove number
commit
|
commitdiff
|
tree
|
snapshot
2011-07-03
Marco Costalba
Use MoveList also in Position::move_is_pl_slow()
commit
|
commitdiff
|
tree
|
snapshot
2011-07-03
Marco Costalba
Retire move_is_short_castle() and move_is_long_castle()
commit
|
commitdiff
|
tree
|
snapshot
2011-07-03
Marco Costalba
Restore startpos_ply_counter() instead of full_moves()
commit
|
commitdiff
|
tree
|
snapshot
2011-07-02
Marco Costalba
Introduce and use struct MoveList
commit
|
commitdiff
|
tree
|
snapshot
2011-07-02
Marco Costalba
Remove MSVC debug window hack in bench
commit
|
commitdiff
|
tree
|
snapshot
2011-07-02
Marco Costalba
Rearrange structs to avoid internal padding
commit
|
commitdiff
|
tree
|
snapshot
2011-07-02
Marco Costalba
Revert PHQ-2
commit
|
commitdiff
|
tree
|
snapshot
2011-06-30
Marco Costalba
Small touches to do/undo_castle_move()
commit
|
commitdiff
|
tree
|
snapshot
2011-06-30
Marco Costalba
Better document generate_castle_moves()
commit
|
commitdiff
|
tree
|
snapshot
2011-06-30
Marco Costalba
Small tweaks to search()
commit
|
commitdiff
|
tree
|
snapshot
2011-06-29
Marco Costalba
Remove duplicated enum Phase definition
commit
|
commitdiff
|
tree
|
snapshot
2011-06-28
Marco Costalba
Retire find_checkers()
commit
|
commitdiff
|
tree
|
snapshot
2011-06-28
Marco Costalba
Retire square_is_weak()
commit
|
commitdiff
|
tree
|
snapshot
2011-06-28
Marco Costalba
Retire one piece_list() overload
commit
|
commitdiff
|
tree
|
snapshot
2011-06-28
Marco Costalba
Rename pieces_of_color() in pieces()
commit
|
commitdiff
|
tree
|
snapshot
next