Skip to content

Commit

Permalink
Merge branch 'v1.4.0-release'
Browse files Browse the repository at this point in the history
  • Loading branch information
bam241 committed Oct 28, 2016
2 parents b8aac14 + 73f2714 commit 627e8a3
Show file tree
Hide file tree
Showing 177 changed files with 16,266 additions and 3,360 deletions.
13 changes: 13 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
Language: Cpp
BasedOnStyle: Google
# only allow single line functions if they are inlined in class def'n
AllowShortFunctionsOnASingleLine: Inline
# do not force new line after template declarations
AlwaysBreakTemplateDeclarations: false
# Automatically detect whether a given fuction's arguments are one-per-line
ExperimentalAutoDetectBinPacking: true
# Use C++11 standard
Standard: Cpp11
...

4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,12 @@ suffix.h
*.tex
src/Core/Utility/Env.cpp
src/cyclus_nuc_data.h5
stubs/stub_version.h
src/env.cc
src/version.cc
share/cyclus_nuc_data.h5
src/pyne_decay.h
src/pyne_decay.cc
src/hdf5_back.cc
share/dbtypes.json
tests/db.h5
14 changes: 0 additions & 14 deletions .travis-install.sh

This file was deleted.

38 changes: 0 additions & 38 deletions .travis.yml

This file was deleted.

5 changes: 4 additions & 1 deletion AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ order):
* Robert Flanagan
* Matthew Gidden
* Katy Huff
* Meghan McGarry
* Baptiste Mouginot
* Arielle Opotowsky
* Olzhas Rakhimov
* Anthony Scopatz
* Zach Welch
* Paul P.H. Wilson
* John Xia
* John Xia

0 comments on commit 627e8a3

Please sign in to comment.