File tree
10 files changed
+24
-25
lines changed- .github/workflows
- src
- submodules
10 files changed
+24
-25
lines changedLines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
31 | 37 |
| |
32 | 38 |
| |
33 | 39 |
| |
| |||
40 | 46 |
| |
41 | 47 |
| |
42 | 48 |
| |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
26 |
| - | |
27 |
| - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
31 |
| - | |
32 |
| - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
44 |
| - | |
45 | 43 |
| |
46 |
| - | |
| 44 | + | |
47 | 45 |
| |
48 | 46 |
| |
49 | 47 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
| 36 | + | |
36 | 37 |
| |
37 | 38 |
| |
38 | 39 |
| |
| |||
116 | 117 |
| |
117 | 118 |
| |
118 | 119 |
| |
119 |
| - | |
| 120 | + | |
120 | 121 |
| |
121 | 122 |
| |
122 |
| - | |
| 123 | + | |
123 | 124 |
| |
124 | 125 |
| |
125 | 126 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
358 | 358 |
| |
359 | 359 |
| |
360 | 360 |
| |
361 |
| - | |
| 361 | + | |
362 | 362 |
| |
363 | 363 |
| |
364 | 364 |
| |
365 | 365 |
| |
366 | 366 |
| |
367 | 367 |
| |
368 | 368 |
| |
369 |
| - | |
| 369 | + | |
370 | 370 |
| |
371 | 371 |
| |
372 | 372 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
267 | 267 |
| |
268 | 268 |
| |
269 | 269 |
| |
270 |
| - | |
| 270 | + | |
271 | 271 |
| |
272 | 272 |
| |
273 | 273 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
259 | 259 |
| |
260 | 260 |
| |
261 | 261 |
| |
262 |
| - | |
| 262 | + | |
263 | 263 |
| |
264 | 264 |
| |
265 | 265 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 |
| - | |
86 |
| - | |
| 85 | + | |
| 86 | + | |
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
|
Submodule biocpp-core updated 174 files
- .github/workflows/ci_linux.yml+14-8
- CHANGELOG.md+20
- README.md+2-2
- build_system/biocpp_io-config-version.cmake+1
- doc/overview.md+4-12
- doc/record_faq.md+68-68
- include/bio/io.hpp+2-2
- include/bio/io/detail/charconv.hpp+1-59
- include/bio/io/detail/concept.hpp+1-1
- include/bio/io/detail/reader_base.hpp+10-10
- include/bio/io/detail/tuple_record.hpp-3
- include/bio/io/detail/utility.hpp+61
- include/bio/io/detail/writer_base.hpp+20-7
- include/bio/io/exception.hpp+9-3
- include/bio/io/format/bcf_input_handler.hpp+119-117
- include/bio/io/format/bcf_output_handler.hpp+59-49
- include/bio/io/format/format_input_handler.hpp+1-1
- include/bio/io/format/vcf_input_handler.hpp+94-93
- include/bio/io/format/vcf_output_handler.hpp+37-51
- include/bio/io/seq/reader.hpp+47-21
- include/bio/io/seq/reader_options.hpp+3
- include/bio/io/seq/record.hpp+80-8
- include/bio/io/seq/writer.hpp+1-1
- include/bio/io/stream/detail/fast_streambuf_iterator.hpp+2-2
- include/bio/io/txt/misc.hpp+10
- include/bio/io/txt/reader.hpp+20-23
- include/bio/io/var/header.hpp+376-303
- include/bio/io/var/misc.hpp+30-33
- include/bio/io/var/reader.hpp+47-21
- include/bio/io/var/reader_options.hpp+2-2
- include/bio/io/var/record.hpp+451-244
- include/bio/io/var/writer.hpp+11-4
- test/biocpp_require_core_infrastructure.cmake+1-1
- test/documentation/CMakeLists.txt+20-18
- test/documentation/DoxygenLayout.xml-232
- test/documentation/DoxygenLayout.xml.module+5
- test/documentation/bio-doxygen-module.cmake+14
- test/documentation/bio-doxygen.cmake-73
- test/documentation/bio_doxygen_cfg.in-96
- test/documentation/biocpp_logo.svg-33
- test/documentation/doc_dev/CMakeLists.txt-42
- test/documentation/doc_usr/CMakeLists.txt-39
- test/snippet/detail/reader_base.cpp+1-1
- test/snippet/seq/seq_reader.cpp+10-10
- test/snippet/seq/seq_reader_options.cpp+1-4
- test/snippet/seq/seq_record.cpp+49
- test/snippet/seq/seq_writer.cpp+2-1
- test/snippet/var/var_reader_options.cpp+1-1
- test/snippet/var/var_writer.cpp+9-9
- test/unit/detail/CMakeLists.txt+3-2
- test/unit/detail/is_shallow_v_test.cpp+40
- test/unit/format/bcf_input_test.cpp+13-14
- test/unit/format/bcf_output_test.cpp+3-4
- test/unit/format/fasta_output_test.cpp+6-6
- test/unit/format/fastq_output_test.cpp+8-8
- test/unit/format/seq_output_detail.hpp+23-25
- test/unit/format/vcf_data.hpp+19-27
- test/unit/format/vcf_input_test.cpp+28-31
- test/unit/format/vcf_output_test.cpp+3-4
- test/unit/seq/CMakeLists.txt+1
- test/unit/seq/seq_reader_test.cpp+9-8
- test/unit/seq/seq_record_test.cpp+24
- test/unit/seq/seq_writer_test.cpp+6-17
- test/unit/var/var_header_test.cpp+76-76
- test/unit/var/var_reader_test.cpp+29-17
- test/unit/var/var_record_test.cpp+29-3
- test/unit/var/var_writer_test.cpp+32-32
0 commit comments