|
90 | 90 | # match [-Wattributes] |
91 | 91 | add_definitions(-Wno-attributes) |
92 | 92 | add_definitions(-Wno-deprecated-declarations) |
93 | | - # `base/port.h` uses sized deallocation, which should be enabled by |
| 93 | + # Some files use sized deallocation, which should be enabled by |
94 | 94 | # default for C++14 and later. There appears to be a bug with clang |
95 | 95 | # < 19 causing this not to be enabled. |
96 | 96 | # https://github.com/google/s2geometry/issues/411#issuecomment-2726949607 |
@@ -428,11 +428,8 @@ if(S2_ENABLE_INSTALL) |
428 | 428 | src/s2/internal/s2meta.h |
429 | 429 | DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/s2/internal") |
430 | 430 | install(FILES src/s2/base/casts.h |
431 | | - src/s2/base/commandlineflags.h |
432 | | - src/s2/base/commandlineflags_declare.h |
433 | 431 | src/s2/base/log_severity.h |
434 | 432 | src/s2/base/malloc_extension.h |
435 | | - src/s2/base/port.h |
436 | 433 | src/s2/base/spinlock.h |
437 | 434 | DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/s2/base") |
438 | 435 | install(FILES src/s2/testing/gtest_prod.h |
@@ -618,9 +615,10 @@ if (BUILD_TESTS) |
618 | 615 | src/s2/s2winding_operation_test.cc |
619 | 616 | src/s2/s2wrapped_shape_test.cc |
620 | 617 | src/s2/sequence_lexicon_test.cc |
| 618 | + src/s2/value_lexicon_test.cc |
621 | 619 | src/s2/util/math/exactfloat/bignum_test.cc |
622 | 620 | src/s2/util/math/exactfloat/exactfloat_test.cc |
623 | | - src/s2/value_lexicon_test.cc) |
| 621 | + src/s2/util/math/exactfloat/exactfloat_underflow_test.cc) |
624 | 622 |
|
625 | 623 | enable_testing() |
626 | 624 |
|
|
0 commit comments