 Matthiesandnodchip
|
50b4ff8354
|
Add missing include to make MSVC compile
|
2020-09-13 09:59:20 +09:00 |
|
 Tomasz Sobczykandnodchip
|
c76bb34a96
|
Add convert UCI function that allows conversion of files between any of plain, bin, and binpack. Usage: convert infile outfile [append].
|
2020-09-11 09:36:24 +09:00 |
|
 Tomasz Sobczykandnodchip
|
59402d4a6d
|
Include <climits> for CHAR_BIT. Test both formats in instrumented learn.
|
2020-09-10 21:19:37 +09:00 |
|
 Tomasz Sobczykandnodchip
|
7e6901af27
|
Remove unused immintring. Include intrin.h only on some platforms, otherwise builtins are used.
|
2020-09-10 21:19:37 +09:00 |
|
 Tomasz Sobczykandnodchip
|
53ad4d8b56
|
A speculative build fix for linux.
|
2020-09-10 21:19:37 +09:00 |
|
 Tomasz Sobczykandnodchip
|
a7ca826593
|
MIT license/copyright notice in the library file.
|
2020-09-10 21:19:37 +09:00 |
|
 Tomasz Sobczykandnodchip
|
585a5351bf
|
Fix warnings.
|
2020-09-10 21:19:37 +09:00 |
|
 Tomasz Sobczykandnodchip
|
6b76ebc2ca
|
Support for binpack format in sfenreader in learner. Automatically detect file extension and choose the correct reader (bin or binpack)
|
2020-09-10 21:19:37 +09:00 |
|
 Tomasz Sobczykandnodchip
|
020e66d2e6
|
Add "sfen_format" option in gensfen. Valid values are "bin" and "binpack". It determines the output format of the sfens. Binpack is a highly compressed formats for consecutive sfens. Extension is now determined by the used format, output_file_name should contain just the stem.
|
2020-09-10 21:19:37 +09:00 |
|