Commit 488a95f
authored
refactor: rename .hpp to .h and move include path to kcenon/pacs/ (#1055)
* refactor: rename .hpp to .h and move include path to kcenon/pacs/
- Move include/pacs/ to include/kcenon/pacs/, renaming all .hpp to .h
- Rename remaining .hpp files in examples/, benchmarks/, samples/,
tests/, and fuzz/ directories
- Update all #include directives from pacs/ to kcenon/pacs/ prefix
- Update all .hpp extensions to .h in include paths
- Update Doxygen @file references and CMake file listings
Total: 299 files renamed, ~2789 include directives updated across
774 source files.
Closes #1053
* fix: rename missed query_builder.hpp to .h and fix stale .hpp comment refs
The refactor script missed examples/query_scu/query_builder.hpp during
the .hpp-to-.h migration, causing a macOS CI build failure with
'query_builder.h' file not found. Also updates stale .hpp references
in documentation comments.
* chore: update stats script to find .h instead of .hpp and refresh README
The calculate-stats.sh script was still searching for *.hpp files after
the extension migration, resulting in 0 header files being reported.
Updated to search for *.h and regenerated README statistics.
* fix: update storage boundary test paths after include path migration
The check_storage_boundary.py test was using old paths
(include/pacs/*.hpp) instead of the new paths
(include/kcenon/pacs/*.h), causing the storage_boundary_guard
test to fail on CI.1 parent 0cb9978 commit 488a95f
777 files changed
Lines changed: 2743 additions & 2743 deletions
File tree
- benchmarks
- simd_performance
- thread_performance
- cmake
- examples
- db_browser
- dcm_anonymize
- dcm_conv
- dcm_dir
- dcm_dump
- dcm_extract
- dcm_info
- dcm_modify
- dcm_to_json
- dcm_to_xml
- echo_scp
- echo_scu
- find_scu
- get_scu
- img_to_dcm
- integration_tests
- json_to_dcm
- move_scu
- mpps_scp
- mpps_scu
- pacs_server
- print_scu
- qr_scp
- query_scu
- retrieve_scu
- secure_dicom
- store_scp
- store_scu
- worklist_scp
- worklist_scu
- xml_to_dcm
- fuzz
- include/kcenon/pacs
- ai
- client
- compat
- core
- di
- encoding
- compression
- simd
- integration
- monitoring
- collectors
- network
- detail
- dimse
- pipeline
- jobs
- metrics
- v2
- security
- services
- cache
- monitoring
- pir
- sop_classes
- ups
- validation
- xds
- storage
- web
- auth
- endpoints
- workflow
- samples
- 01_hello_dicom
- 02_echo_server
- 03_storage_server
- 04_mini_pacs
- 05_production_pacs
- common
- scripts
- src
- ai
- client
- core
- encoding
- compression
- integration
- modules
- monitoring
- network
- detail
- dimse
- pipeline
- jobs
- v2
- security
- services
- cache
- monitoring
- pir
- sop_classes
- ups
- validation
- xds
- storage
- web
- auth
- endpoints
- workflow
- tests
- ai
- client
- core
- di
- encoding
- compression
- simd
- integration
- mocks
- monitoring
- network
- detail
- dimse
- pipeline
- v2
- security
- services
- cache
- monitoring
- pir
- xds
- storage
- utilities
- web
- auth
- workflow
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
482 | 482 | | |
483 | 483 | | |
484 | 484 | | |
485 | | - | |
486 | | - | |
| 485 | + | |
| 486 | + | |
487 | 487 | | |
488 | 488 | | |
489 | | - | |
| 489 | + | |
490 | 490 | | |
491 | 491 | | |
492 | 492 | | |
493 | 493 | | |
494 | | - | |
| 494 | + | |
495 | 495 | | |
496 | | - | |
| 496 | + | |
497 | 497 | | |
498 | 498 | | |
499 | 499 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
Lines changed: 12 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments