Commit e4febfb
ARROW-6096: [C++] conditionally use boost regex for gcc < 4.9
I did a quick test of this on mac and verified that the parquet shared library no longer depends on the boost regex lib.
Closes apache#4985 from hatemhelal/arrow-6096 and squashes the following commits:
c88bb4e <Hatem Helal> remove boost regex dependency from libarrow
6b81153 <Hatem Helal> conditionally use boost regex for gcc < 4.9
Authored-by: Hatem Helal <hhelal@mathworks.com>
Signed-off-by: Wes McKinney <wesm+git@apache.org>1 parent 248f2ce commit e4febfb
3 files changed
Lines changed: 23 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
659 | 659 | | |
660 | 660 | | |
661 | 661 | | |
662 | | - | |
| 662 | + | |
663 | 663 | | |
664 | | - | |
665 | | - | |
| 664 | + | |
666 | 665 | | |
667 | 666 | | |
668 | 667 | | |
| |||
693 | 692 | | |
694 | 693 | | |
695 | 694 | | |
696 | | - | |
697 | 695 | | |
698 | 696 | | |
699 | 697 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
99 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
33 | 44 | | |
34 | 45 | | |
35 | 46 | | |
| |||
520 | 531 | | |
521 | 532 | | |
522 | 533 | | |
523 | | - | |
524 | | - | |
525 | | - | |
526 | | - | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
527 | 538 | | |
528 | 539 | | |
529 | 540 | | |
530 | 541 | | |
531 | 542 | | |
532 | | - | |
| 543 | + | |
533 | 544 | | |
534 | 545 | | |
535 | 546 | | |
| |||
538 | 549 | | |
539 | 550 | | |
540 | 551 | | |
541 | | - | |
| 552 | + | |
542 | 553 | | |
543 | 554 | | |
544 | 555 | | |
| |||
0 commit comments