Skip to content

Commit

Permalink
Version 1.0.0 release, take 2 (#26)
Browse files Browse the repository at this point in the history
* Fix latex build and SWIG rendering
* Update copyright year
  • Loading branch information
sethrj authored Dec 8, 2020
1 parent 516ea55 commit dc7948b
Show file tree
Hide file tree
Showing 19 changed files with 21 additions and 26 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 Oak Ridge National Laboratory, UT-Battelle, LLC.
Copyright (c) 2019--2020 Oak Ridge National Laboratory, UT--Battelle, LLC.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# -- Project information -----------------------------------------------------

project = 'Flibcpp'
copyright = '2019, Oak Ridge National Laboratory, UT-Battelle, LLC'
copyright = '2020, Oak Ridge National Laboratory, UT-Battelle, LLC'
author = 'Seth R Johnson'

# The short X.Y version
Expand Down Expand Up @@ -104,7 +104,7 @@
# -- Options for HTMLHelp output ---------------------------------------------

# Output file base name for HTML help builder.
htmlhelp_basename = 'Flibcppdoc'
htmlhelp_basename = 'Flibcpp'


# -- Options for LaTeX output ------------------------------------------------
Expand Down
5 changes: 0 additions & 5 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
.. File : doc/index.rst
.. ############################################################################
.. raw:: latex

\frontmatter

=======
Flibcpp
=======
Expand All @@ -16,7 +12,6 @@ Flibcpp
.. raw:: latex

\mainmatter
\begin{abstract}

Flibcpp uses SWIG-Fortran to generate native Fortran-2003 interfaces to
Expand Down
6 changes: 3 additions & 3 deletions include/flc.i
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* \file flc.i
*
* Copyright (c) 2019 Oak Ridge National Laboratory, UT-Battelle, LLC.
* Copyright (c) 2019-2020 Oak Ridge National Laboratory, UT-Battelle, LLC.
* Distributed under an MIT open source license: see LICENSE for details.
*/

Expand All @@ -18,13 +18,13 @@
%define %flc_add_header
%insert("fbegin") %{
! Flibcpp project, https://github.com/swig-fortran/flibcpp
! Copyright (c) 2019 Oak Ridge National Laboratory, UT-Battelle, LLC.
! Copyright (c) 2019-2020 Oak Ridge National Laboratory, UT-Battelle, LLC.
! Distributed under an MIT open source license: see LICENSE for details.
%}
%insert("begin") %{
/*
* Flibcpp project, https://github.com/swig-fortran/flibcpp
* Copyright (c) 2019 Oak Ridge National Laboratory, UT-Battelle, LLC.
* Copyright (c) 2019-2020 Oak Ridge National Laboratory, UT-Battelle, LLC.
* Distributed under an MIT open source license: see LICENSE for details.
*/
%}
Expand Down
2 changes: 1 addition & 1 deletion include/flc_vector.i
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ namespace std {

%swig_std_vector(std::complex<T>, const std::complex<T>&)
%swig_std_vector_extend_ref(std::complex<T>)
%flc_std_vector_extend_pod(std::complex<T>, SwigComplex_ ## T)
%flc_std_vector_extend_pod(std::complex<T>, SwigComplex_##T)
};
}

Expand Down
2 changes: 1 addition & 1 deletion src/flc.f90
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
! the SWIG interface file instead.

! Flibcpp project, https://github.com/swig-fortran/flibcpp
! Copyright (c) 2019 Oak Ridge National Laboratory, UT-Battelle, LLC.
! Copyright (c) 2019-2020 Oak Ridge National Laboratory, UT-Battelle, LLC.
! Distributed under an MIT open source license: see LICENSE for details.

module flc
Expand Down
2 changes: 1 addition & 1 deletion src/flcFORTRAN_wrap.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/*
* Flibcpp project, https://github.com/swig-fortran/flibcpp
* Copyright (c) 2019 Oak Ridge National Laboratory, UT-Battelle, LLC.
* Copyright (c) 2019-2020 Oak Ridge National Laboratory, UT-Battelle, LLC.
* Distributed under an MIT open source license: see LICENSE for details.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/flc_algorithm.f90
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
! the SWIG interface file instead.

! Flibcpp project, https://github.com/swig-fortran/flibcpp
! Copyright (c) 2019 Oak Ridge National Laboratory, UT-Battelle, LLC.
! Copyright (c) 2019-2020 Oak Ridge National Laboratory, UT-Battelle, LLC.
! Distributed under an MIT open source license: see LICENSE for details.

module flc_algorithm
Expand Down
2 changes: 1 addition & 1 deletion src/flc_algorithmFORTRAN_wrap.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/*
* Flibcpp project, https://github.com/swig-fortran/flibcpp
* Copyright (c) 2019 Oak Ridge National Laboratory, UT-Battelle, LLC.
* Copyright (c) 2019-2020 Oak Ridge National Laboratory, UT-Battelle, LLC.
* Distributed under an MIT open source license: see LICENSE for details.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/flc_map.f90
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
! the SWIG interface file instead.

! Flibcpp project, https://github.com/swig-fortran/flibcpp
! Copyright (c) 2019 Oak Ridge National Laboratory, UT-Battelle, LLC.
! Copyright (c) 2019-2020 Oak Ridge National Laboratory, UT-Battelle, LLC.
! Distributed under an MIT open source license: see LICENSE for details.

module flc_map
Expand Down
2 changes: 1 addition & 1 deletion src/flc_mapFORTRAN_wrap.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/*
* Flibcpp project, https://github.com/swig-fortran/flibcpp
* Copyright (c) 2019 Oak Ridge National Laboratory, UT-Battelle, LLC.
* Copyright (c) 2019-2020 Oak Ridge National Laboratory, UT-Battelle, LLC.
* Distributed under an MIT open source license: see LICENSE for details.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/flc_random.f90
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
! the SWIG interface file instead.

! Flibcpp project, https://github.com/swig-fortran/flibcpp
! Copyright (c) 2019 Oak Ridge National Laboratory, UT-Battelle, LLC.
! Copyright (c) 2019-2020 Oak Ridge National Laboratory, UT-Battelle, LLC.
! Distributed under an MIT open source license: see LICENSE for details.

module flc_random
Expand Down
2 changes: 1 addition & 1 deletion src/flc_randomFORTRAN_wrap.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/*
* Flibcpp project, https://github.com/swig-fortran/flibcpp
* Copyright (c) 2019 Oak Ridge National Laboratory, UT-Battelle, LLC.
* Copyright (c) 2019-2020 Oak Ridge National Laboratory, UT-Battelle, LLC.
* Distributed under an MIT open source license: see LICENSE for details.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/flc_set.f90
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
! the SWIG interface file instead.

! Flibcpp project, https://github.com/swig-fortran/flibcpp
! Copyright (c) 2019 Oak Ridge National Laboratory, UT-Battelle, LLC.
! Copyright (c) 2019-2020 Oak Ridge National Laboratory, UT-Battelle, LLC.
! Distributed under an MIT open source license: see LICENSE for details.

module flc_set
Expand Down
2 changes: 1 addition & 1 deletion src/flc_setFORTRAN_wrap.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/*
* Flibcpp project, https://github.com/swig-fortran/flibcpp
* Copyright (c) 2019 Oak Ridge National Laboratory, UT-Battelle, LLC.
* Copyright (c) 2019-2020 Oak Ridge National Laboratory, UT-Battelle, LLC.
* Distributed under an MIT open source license: see LICENSE for details.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/flc_string.f90
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
! the SWIG interface file instead.

! Flibcpp project, https://github.com/swig-fortran/flibcpp
! Copyright (c) 2019 Oak Ridge National Laboratory, UT-Battelle, LLC.
! Copyright (c) 2019-2020 Oak Ridge National Laboratory, UT-Battelle, LLC.
! Distributed under an MIT open source license: see LICENSE for details.

module flc_string
Expand Down
2 changes: 1 addition & 1 deletion src/flc_stringFORTRAN_wrap.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/*
* Flibcpp project, https://github.com/swig-fortran/flibcpp
* Copyright (c) 2019 Oak Ridge National Laboratory, UT-Battelle, LLC.
* Copyright (c) 2019-2020 Oak Ridge National Laboratory, UT-Battelle, LLC.
* Distributed under an MIT open source license: see LICENSE for details.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/flc_vector.f90
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
! the SWIG interface file instead.

! Flibcpp project, https://github.com/swig-fortran/flibcpp
! Copyright (c) 2019 Oak Ridge National Laboratory, UT-Battelle, LLC.
! Copyright (c) 2019-2020 Oak Ridge National Laboratory, UT-Battelle, LLC.
! Distributed under an MIT open source license: see LICENSE for details.

module flc_vector
Expand Down
2 changes: 1 addition & 1 deletion src/flc_vectorFORTRAN_wrap.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/*
* Flibcpp project, https://github.com/swig-fortran/flibcpp
* Copyright (c) 2019 Oak Ridge National Laboratory, UT-Battelle, LLC.
* Copyright (c) 2019-2020 Oak Ridge National Laboratory, UT-Battelle, LLC.
* Distributed under an MIT open source license: see LICENSE for details.
*/

Expand Down

0 comments on commit dc7948b

Please sign in to comment.