Skip to content

Commit f3a87b9

Browse files
committed
Add pre-commit. Ran formatting on all files.
1 parent fa02e62 commit f3a87b9

File tree

103 files changed

+379595
-379608
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+379595
-379608
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ addons:
1313
sources:
1414
- sourceline: 'ppa:beineri/opt-qt-5.12.0-xenial'
1515
packages:
16-
- libgsl-dev
16+
- libgsl-dev
1717
- libgl1-mesa-dev
18-
- qt512base
19-
- qt512tools
18+
- qt512base
19+
- qt512tools
2020
- qt512svg
2121
install:
2222
- source /opt/qt512/bin/qt512-env.sh

Doxyfile

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ ABBREVIATE_BRIEF = "The $name class" \
2525
ALWAYS_DETAILED_SEC = NO
2626
INLINE_INHERITED_MEMB = NO
2727
FULL_PATH_NAMES = YES
28-
STRIP_FROM_PATH =
29-
STRIP_FROM_INC_PATH =
28+
STRIP_FROM_PATH =
29+
STRIP_FROM_INC_PATH =
3030
SHORT_NAMES = NO
3131
JAVADOC_AUTOBRIEF = NO
3232
MULTILINE_CPP_IS_BRIEF = NO
3333
DETAILS_AT_TOP = NO
3434
INHERIT_DOCS = YES
3535
SEPARATE_MEMBER_PAGES = NO
3636
TAB_SIZE = 8
37-
ALIASES =
37+
ALIASES =
3838
OPTIMIZE_OUTPUT_FOR_C = NO
3939
OPTIMIZE_OUTPUT_JAVA = NO
4040
BUILTIN_STL_SUPPORT = NO
@@ -65,11 +65,11 @@ GENERATE_TODOLIST = YES
6565
GENERATE_TESTLIST = YES
6666
GENERATE_BUGLIST = YES
6767
GENERATE_DEPRECATEDLIST= YES
68-
ENABLED_SECTIONS =
68+
ENABLED_SECTIONS =
6969
MAX_INITIALIZER_LINES = 30
7070
SHOW_USED_FILES = YES
7171
SHOW_DIRECTORIES = NO
72-
FILE_VERSION_FILTER =
72+
FILE_VERSION_FILTER =
7373
#---------------------------------------------------------------------------
7474
# configuration options related to warning and progress messages
7575
#---------------------------------------------------------------------------
@@ -79,7 +79,7 @@ WARN_IF_UNDOCUMENTED = YES
7979
WARN_IF_DOC_ERROR = YES
8080
WARN_NO_PARAMDOC = NO
8181
WARN_FORMAT = "$file:$line: $text"
82-
WARN_LOGFILE =
82+
WARN_LOGFILE =
8383
#---------------------------------------------------------------------------
8484
# configuration options related to the input files
8585
#---------------------------------------------------------------------------
@@ -88,16 +88,16 @@ INPUT_ENCODING = UTF-8
8888
FILE_PATTERNS = *.cpp \
8989
*.h \
9090
RECURSIVE = NO
91-
EXCLUDE =
91+
EXCLUDE =
9292
EXCLUDE_SYMLINKS = NO
93-
EXCLUDE_PATTERNS =
94-
EXCLUDE_SYMBOLS =
95-
EXAMPLE_PATH =
93+
EXCLUDE_PATTERNS =
94+
EXCLUDE_SYMBOLS =
95+
EXAMPLE_PATH =
9696
EXAMPLE_PATTERNS = *
9797
EXAMPLE_RECURSIVE = NO
98-
IMAGE_PATH =
99-
INPUT_FILTER =
100-
FILTER_PATTERNS =
98+
IMAGE_PATH =
99+
INPUT_FILTER =
100+
FILTER_PATTERNS =
101101
FILTER_SOURCE_FILES = NO
102102
#---------------------------------------------------------------------------
103103
# configuration options related to source browsing
@@ -115,20 +115,20 @@ VERBATIM_HEADERS = NO
115115
#---------------------------------------------------------------------------
116116
ALPHABETICAL_INDEX = NO
117117
COLS_IN_ALPHA_INDEX = 5
118-
IGNORE_PREFIX =
118+
IGNORE_PREFIX =
119119
#---------------------------------------------------------------------------
120120
# configuration options related to the HTML output
121121
#---------------------------------------------------------------------------
122122
GENERATE_HTML = YES
123123
HTML_OUTPUT = html
124124
HTML_FILE_EXTENSION = .html
125-
HTML_HEADER =
126-
HTML_FOOTER =
127-
HTML_STYLESHEET =
125+
HTML_HEADER =
126+
HTML_FOOTER =
127+
HTML_STYLESHEET =
128128
HTML_ALIGN_MEMBERS = YES
129129
GENERATE_HTMLHELP = NO
130-
CHM_FILE =
131-
HHC_LOCATION =
130+
CHM_FILE =
131+
HHC_LOCATION =
132132
GENERATE_CHI = NO
133133
BINARY_TOC = NO
134134
TOC_EXPAND = NO
@@ -145,8 +145,8 @@ LATEX_CMD_NAME = latex
145145
MAKEINDEX_CMD_NAME = makeindex
146146
COMPACT_LATEX = NO
147147
PAPER_TYPE = a4wide
148-
EXTRA_PACKAGES =
149-
LATEX_HEADER =
148+
EXTRA_PACKAGES =
149+
LATEX_HEADER =
150150
PDF_HYPERLINKS = NO
151151
USE_PDFLATEX = NO
152152
LATEX_BATCHMODE = NO
@@ -158,8 +158,8 @@ GENERATE_RTF = NO
158158
RTF_OUTPUT = rtf
159159
COMPACT_RTF = NO
160160
RTF_HYPERLINKS = NO
161-
RTF_STYLESHEET_FILE =
162-
RTF_EXTENSIONS_FILE =
161+
RTF_STYLESHEET_FILE =
162+
RTF_EXTENSIONS_FILE =
163163
#---------------------------------------------------------------------------
164164
# configuration options related to the man page output
165165
#---------------------------------------------------------------------------
@@ -172,8 +172,8 @@ MAN_LINKS = NO
172172
#---------------------------------------------------------------------------
173173
GENERATE_XML = NO
174174
XML_OUTPUT = xml
175-
XML_SCHEMA =
176-
XML_DTD =
175+
XML_SCHEMA =
176+
XML_DTD =
177177
XML_PROGRAMLISTING = YES
178178
#---------------------------------------------------------------------------
179179
# configuration options for the AutoGen Definitions output
@@ -185,32 +185,32 @@ GENERATE_AUTOGEN_DEF = NO
185185
GENERATE_PERLMOD = NO
186186
PERLMOD_LATEX = NO
187187
PERLMOD_PRETTY = YES
188-
PERLMOD_MAKEVAR_PREFIX =
188+
PERLMOD_MAKEVAR_PREFIX =
189189
#---------------------------------------------------------------------------
190-
# Configuration options related to the preprocessor
190+
# Configuration options related to the preprocessor
191191
#---------------------------------------------------------------------------
192192
ENABLE_PREPROCESSING = YES
193193
MACRO_EXPANSION = NO
194194
EXPAND_ONLY_PREDEF = NO
195195
SEARCH_INCLUDES = YES
196-
INCLUDE_PATH =
197-
INCLUDE_FILE_PATTERNS =
198-
PREDEFINED =
199-
EXPAND_AS_DEFINED =
196+
INCLUDE_PATH =
197+
INCLUDE_FILE_PATTERNS =
198+
PREDEFINED =
199+
EXPAND_AS_DEFINED =
200200
SKIP_FUNCTION_MACROS = YES
201201
#---------------------------------------------------------------------------
202-
# Configuration::additions related to external references
202+
# Configuration::additions related to external references
203203
#---------------------------------------------------------------------------
204-
TAGFILES =
205-
GENERATE_TAGFILE =
204+
TAGFILES =
205+
GENERATE_TAGFILE =
206206
ALLEXTERNALS = NO
207207
EXTERNAL_GROUPS = YES
208208
PERL_PATH = /usr/bin/perl
209209
#---------------------------------------------------------------------------
210-
# Configuration options related to the dot tool
210+
# Configuration options related to the dot tool
211211
#---------------------------------------------------------------------------
212212
CLASS_DIAGRAMS = NO
213-
MSCGEN_PATH =
213+
MSCGEN_PATH =
214214
HIDE_UNDOC_RELATIONS = YES
215215
HAVE_DOT = NO
216216
CLASS_GRAPH = YES
@@ -225,14 +225,14 @@ CALLER_GRAPH = NO
225225
GRAPHICAL_HIERARCHY = YES
226226
DIRECTORY_GRAPH = YES
227227
DOT_IMAGE_FORMAT = png
228-
DOT_PATH =
229-
DOTFILE_DIRS =
228+
DOT_PATH =
229+
DOTFILE_DIRS =
230230
DOT_GRAPH_MAX_NODES = 50
231231
DOT_TRANSPARENT = NO
232232
DOT_MULTI_TARGETS = NO
233233
GENERATE_LEGEND = YES
234234
DOT_CLEANUP = YES
235235
#---------------------------------------------------------------------------
236-
# Configuration::additions related to the search engine
236+
# Configuration::additions related to the search engine
237237
#---------------------------------------------------------------------------
238238
SEARCHENGINE = NO

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ GNU General Public License below for more details.
1616
GNU GENERAL PUBLIC LICENSE
1717
Version 3, 29 June 2007
1818

19-
Copyright (C) 2007 Free Software Foundation, Inc.
19+
Copyright (C) 2007 Free Software Foundation, Inc.
2020
Everyone is permitted to copy and distribute verbatim copies
2121
of this license document, but changing it is not allowed.
2222

@@ -631,4 +631,4 @@ above cannot be given local legal effect according to their terms,
631631
reviewing courts shall apply local law that most closely approximates
632632
an absolute waiver of all civil liability in connection with the
633633
Program, unless a warranty or assumption of liability accompanies a
634-
copy of the Program in return for a fee.
634+
copy of the Program in return for a fee.

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,3 @@ deploy:
5858
on:
5959
branch: master
6060
appveyor_repo_tag: true # deploy on tag push only
61-

contrib/install_appveyor_dependencies.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ IF %PLATFORM%==x86 (
77
CALL "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars32.bat"
88
) ELSE (
99
ECHO "Using x64 Environment"
10-
CALL "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64
10+
CALL "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64
1111
CALL "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
1212
)
1313

@@ -47,10 +47,10 @@ IF EXIST qwt (
4747
CD qwt
4848
svn update
4949
) ELSE (
50-
svn co -r HEAD svn://svn.code.sf.net/p/qwt/code/branches/qwt-6.1 qwt
50+
svn co -r HEAD svn://svn.code.sf.net/p/qwt/code/branches/qwt-6.1 qwt
5151
CD qwt
5252
)
5353

5454
qmake
55-
nmake
55+
nmake
5656
set QWT_ROOT_DIR=%CD%

0 commit comments

Comments
 (0)