Skip to content

Commit

Permalink
Reformat source code and remove Windows makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Chad Trabant committed Oct 28, 2016
1 parent ba92f4f commit c9ffaee
Show file tree
Hide file tree
Showing 7 changed files with 3,247 additions and 3,302 deletions.
6 changes: 6 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
BasedOnStyle: LLVM
AlwaysBreakAfterDefinitionReturnType: TopLevel
SpaceBeforeParens: Always
BreakBeforeBraces: Allman
AlignConsecutiveAssignments: true
ColumnLimit: 0
5 changes: 4 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
2016.302:
2016.302: 3.19
- Update libmseed to 2.18.
- Read any leap second list file indicated by the LIBMSEED_LEAPSECOND_FILE
environment variable and use it when determining data coverage.
- Fix edge case of pruning data and splitting on time boundaries when
resulting record only contains a single sample.
- Reformat source according to included clang-format profile.
- Remove Makefile.wat, src/Makefile.wat and src/Makefile.win. This
will not build in Windows without a replacement for system regex.

2016.179: 3.18
- Update libmseed to 2.17.
Expand Down
17 changes: 0 additions & 17 deletions Makefile.wat

This file was deleted.

32 changes: 0 additions & 32 deletions src/Makefile.wat

This file was deleted.

29 changes: 0 additions & 29 deletions src/Makefile.win

This file was deleted.

Loading

0 comments on commit c9ffaee

Please sign in to comment.