Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to 3.3.9 #2

Open
wants to merge 9,176 commits into
base: LSNP_Current
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
9176 commits
Select commit Hold shift + click to select a range
222ce4b
Automatically switch between EigenSolver and ComplexEigenSolver, and …
ggael Nov 23, 2016
e777674
Extend polynomial solver unit tests to complexes
ggael Nov 23, 2016
32a6db0
bug #1468 (1/2) : add missing std:: to memcpy
ggael Sep 22, 2017
2432497
Adding missing inlines for CUDA and ARCH 6
henryiii Oct 20, 2017
95ec323
Restore `__device__`
henryiii Oct 21, 2017
71d1198
Merged in henryiii/eigen/henryiii/device33 (pull request PR-344)
benoitsteiner Oct 21, 2017
01fb621
Adds missing EIGEN_STRONG_INLINE to support MSVC properly inlining sm…
bfierz Oct 26, 2017
acd0ce1
Fix cmake warning
ggael Dec 14, 2017
bb28a2a
fix warning
ggael Dec 15, 2017
33b972d
Fix compilation of stableNorm with some expressions as input
ggael Dec 15, 2017
b60cbbe
fix compilation with old compiler
ggael Dec 15, 2017
bfc66e8
Fix incorrect ldvt in LAPACKE call from JacobiSVD
echeresh Jan 3, 2018
1575202
Fix linear indexing in generic block evaluation.
ggael Feb 9, 2018
c248441
bug #1517: fix triangular product with unit diagonal and nested scali…
ggael Feb 9, 2018
74daf12
Add static assertion on selfadjoint-view's UpLo parameter.
ggael Mar 9, 2018
190b46d
Implement better static assertion checking to make sure that the firs…
ggael Mar 9, 2018
1724dae
Add static assertion for fixed sizes Ref<>
ggael Mar 9, 2018
ece56ba
Merged in bfierz/eigen/3.3 (pull request PR-345)
ggael Mar 27, 2018
e90a146
Fix uninitialized output argument.
ggael Apr 3, 2018
1939c97
AVX512: _mm512_rsqrt28_ps is available for AVX512ER only
ggael Apr 3, 2018
3fb42ff
bug #1532: disable stl::*_negate in C++17 (they are deprecated)
ggael Apr 3, 2018
273738b
bug #1516: add assertion for out-of-range diagonal index in MatrixBas…
ggael Apr 3, 2018
a7144f8
Made the TensorStorage class compile with clang 3.9
benoitsteiner Feb 28, 2017
9ff3150
bug #1528: better use numeric_limits::min() instead of 1/highest() th…
ggael Apr 3, 2018
86a9394
bug #1527: fix support for MKL's VML (destination was not properly re…
ggael Apr 3, 2018
866d222
commit 45e9c9996da790b55ed9c4b0dfeae49492ac5c46 (HEAD -> memory_fix)
ggael Apr 3, 2018
170914d
Fix compilation of product with inverse transpositions (e.g., mat * T…
ggael Apr 3, 2018
59398aa
comment unreachable code
ggael Apr 3, 2018
892c0a7
bug #1494: makes pmin/pmax behave on Altivec/VSX as on x86 regading NaNs
ggael Apr 4, 2018
b18e2d4
bug #1521: avoid signalling NaN in hypot and make it std::complex<> f…
ggael Apr 4, 2018
90cd199
Factories code between numext::hypot and scalar_hyot_op functor.
ggael Apr 4, 2018
a2a2c3c
bug #1509: fix computeInverseWithCheck for complexes
ggael Apr 4, 2018
81e94ee
Fix cmake scripts with no fortran compiler
ggael Apr 7, 2018
eab7afe
Fix MKL backend for symmetric eigenvalues on row-major matrices.
ggael Apr 9, 2018
bde2bfc
bug #1538: update manual pages regarding BDCSVD.
ggael Apr 11, 2018
5fec52c
Fix javascript hacks for oxygen 1.8.13
ggael Apr 11, 2018
b02ab76
Update header/footer for doxygen 1.8.13
ggael Apr 11, 2018
3f711f3
extend doxygen splitter for huge screens
ggael Apr 11, 2018
1c4fdad
bug #1520: workaround some -Wfloat-equal warnings by calling std::equ…
ggael Apr 11, 2018
906a98f
fix linking issue
ggael Apr 13, 2018
4662c61
SelfAdjointView<...,Mode> causes a static assert since commit d820ab9…
chhtz Apr 13, 2018
385d8b5
Make hypot_impl compile again for types with expression-templates (e.…
chhtz Apr 13, 2018
686e074
Recent Adolc versions require C++11
chhtz Apr 13, 2018
5f71579
Another fix to make boost::multiprecision compile again
chhtz Apr 13, 2018
69e01a2
update cdash
ggael Apr 17, 2018
e6577f3
Cast zeros to Scalar in RealSchur
DmitriyKorchemkin Apr 18, 2018
877a2b6
fix const cast in NEON
ggael Apr 18, 2018
f90d136
Add parenthesis to fix compiler warnings
chhtz Apr 15, 2018
5c59564
fix AVX512 plog
jbobba Apr 20, 2018
542fb03
Fix enum-compare warning
chhtz Apr 20, 2018
2f9de52
Add tests for sparseQR results (value and size) covering bugs #1522 a…
jefftrull Apr 21, 2018
87f9e30
Fix unit test
ggael Apr 22, 2018
80af7d6
bug #1543: fix linear indexing in generic block evaluation (this comp…
ggael Apr 23, 2018
c92536d
workaround MSVC 2013 compilation issue (ambiguous call)
ggael Apr 23, 2018
2480d04
Workaround warning
ggael Apr 24, 2018
7634a44
Fix "used uninitialized" warnings
ggael Apr 24, 2018
1e2d269
bug #1428: atempt to make NEON vectorization compilable by MSVC.
ggael Apr 24, 2018
927d023
Fix compilation with NEON+MSVC
ggael Apr 26, 2018
3912565
bug #1544: Generate correct Q matrix in complex case. Original patch …
chhtz May 17, 2018
2136cfa
Make sparse QR result sizes consistent with dense QR, with the follow…
jefftrull Feb 15, 2018
bb87f61
Fix compilation and SSE support with PGI compiler
ggael May 29, 2018
971b324
Define pcast<> for SSE types even when AVX is enabled. (otherwise flo…
ggael May 29, 2018
656712d
Doc: add aliasing in common pitfaffs.
ggael May 29, 2018
64cc5f8
Don't run hg on non mercurial clone
ggael May 31, 2018
450c5e5
Fix compilation with MSVC by reverting to char* for _mm_prefetch exce…
ggael Jun 7, 2018
352489e
Fix short vs long
ggael Jun 7, 2018
3df78d5
Fix MSVC warning C4290: C++ exception specification ignored except to…
ggael Jun 7, 2018
e9bd839
Fix warning
ggael Jun 7, 2018
4804817
Fix int versus Index
ggael Jun 7, 2018
523e442
Fix warning
ggael Jun 7, 2018
36a1cd8
Fiw some warnings in dox examples
ggael Jun 7, 2018
fea50d4
Fix oversharding bug in parallelFor.
rmlarsen Jun 21, 2018
20ca868
bug #1555: compilation fix with XLC
ggael Jun 21, 2018
c1128ef
fix md5sum of lapack_addons
ggael Jun 15, 2018
1641a6c
Fix typo in pbend for AltiVec.
rmlarsen Jun 22, 2018
c2f9e6c
AVX512: fix psqrt and prsqrt
ggael Apr 3, 2018
483beab
bug #1560 fix product with a 1x1 diagonal matrix
ggael Jun 25, 2018
ae6e5ca
Fix unit test
ggael Jul 1, 2018
ab3fa2e
Fix GeneralizedEigenSolver when requesting for eigenvalues only.
ggael Jul 14, 2018
9613440
Fix weird issue with MSVC 2013
ggael Jul 18, 2018
a185bc4
Disable optimization for sparse_product unit test with MSVC 2013, oth…
ggael Jul 20, 2018
06fc576
Oopps, EIGEN_COMP_MSVC is not available before including Eigen.
ggael Jul 20, 2018
81bdde7
Bump to 3.3.5
ggael Jul 23, 2018
c15d736
Added tag 3.3.5 for changeset 81bdde705cc69776fd63c870581ee0c793d48873
ggael Jul 23, 2018
7621bbc
Add the cmake option "EIGEN_DASHBOARD_BUILD_TARGET" to control the bu…
ggael Jul 16, 2018
4d05b10
Allow to filter out build-error messages
chhtz Jul 24, 2018
73b1c0a
fix warnings for doc-eigen-prerequisites
chhtz Jul 24, 2018
8fb28db
Rename variable which shadows class name
chhtz Jul 25, 2018
b89d81b
DIsable static assertions only when necessary and disable double-prom…
chhtz Jul 25, 2018
6eb4ce5
backport some nvcc 9 fixes
ggael Jul 30, 2018
8180e13
Fix half_float unit test wrt previous changeset
ggael Jul 31, 2018
e4127b0
Fix fallback to BLAS for rankUptade
ggael Aug 16, 2018
4616206
Silence double-promotion warning (when converting double to complex<l…
chhtz Aug 17, 2018
ab95a8c
Silence unused parameter warning
chhtz Aug 17, 2018
6ce4be6
Silence logical-op-parentheses warning
chhtz Aug 17, 2018
7f3fff3
Remove shadowing typedefs
chhtz Aug 17, 2018
a950805
Silence double-promotion warning
chhtz Aug 17, 2018
ea7f12e
Assertion depended on a not yet initialized value
chhtz Aug 17, 2018
caf7e6e
Use Intel cast intrinsics, since MSVC does not allow direct casting.
chhtz Aug 24, 2018
e6c8d0b
bug #1584: Improve random (avoid undefined behavior).
Aug 9, 2018
c519824
Fix bad merge in previous commit
ggael Aug 28, 2018
f989927
bug #1590: fix collision with some system headers defining the macro …
ggael Aug 28, 2018
18dc210
Disable/ReenableStupidWarnings did not work properly, when included r…
chhtz Aug 28, 2018
6111dce
gcc thinks this may not be initialized
chhtz Aug 28, 2018
03326d9
Fix integer conversion warning
chhtz Aug 30, 2018
5be00b0
Product of empty array must be 1 and not 0.
chhtz Aug 30, 2018
7c6ed91
Fix legitimate "declaration shadows a typedef" warning
ggael Jul 9, 2018
af3656d
Fix build failures in matrix_power and matrix_exponential tests.
Aug 31, 2018
1eef23a
Make param name and docs constistent for JacobiRotation::makeGivens
chhtz Sep 6, 2018
718e954
Fix shadowing typedefs
chhtz Sep 7, 2018
3b92f54
Fix more shadowing typedefs
chhtz Sep 8, 2018
80473b4
EIGEN_UNUSED is not supported by g++4.7 (and not portable)
chhtz Sep 12, 2018
92cd158
Disable type-limits warnings for g++ < 4.8, and shadow warnings for a…
chhtz Sep 12, 2018
bc000de
Fix conjugate-gradient for very small rhs
ggael Sep 13, 2018
74a0c08
Disable ignoring attributes warning
ggael Sep 20, 2018
2c93255
Add missing plugins to DynamicSparseMatrix -- fix sparse_extra_3
ggael Sep 21, 2018
64ec5a1
Change include order to make SparsePlugin work
chhtz Sep 22, 2018
148e579
#pragma GCC diagnostic push/pop is not supported prioro to gcc 4.6
ggael Sep 27, 2018
3636a64
bug #1605: workaround ABI issue with vector types (aka __m128) versus…
ggael Oct 1, 2018
1d5581e
Workaround gcc bug making it trigger an invalid warning
ggael Oct 7, 2018
bb9981e
Fix gcc 8.1 warning: "maybe use uninitialized"
ggael Oct 7, 2018
f1c12d8
Workaround gcc's alloc-size-larger-than= warning
ggael Oct 7, 2018
e154c87
fix a doxygen issue
ggael Oct 8, 2018
9ccbaaf
Explicitly convert 0 to Scalar for custom types
chhtz Oct 12, 2018
9a53659
fix typo in doc
ggael Oct 17, 2018
fcc41f1
Fix a lot of Doxygen warnings in Tensor module
chhtz Oct 9, 2018
a4afa90
bug #1606: Explicitly set the standard before find_package(StandardMa…
chhtz Oct 19, 2018
d107a37
Fix most Doxygen warnings. Also add links to stable documentation fro…
chhtz Oct 19, 2018
0ee9ded
bug #1617: Fix SolveTriangular.solveInPlace crashing for empty matrix.
matthieuvigne Oct 31, 2018
40ddac2
Limit the size of the toc
ggael Nov 9, 2018
116dbf2
fix market IO
ggael Nov 9, 2018
065c366
Update doxy hacks wrt doxygen 1.8.13/14
ggael Nov 9, 2018
a2d6c10
Workaround weird MSVC bug
ggael Nov 21, 2018
5c97b48
bug #1634: remove double copy in move-ctor of non movable Matrix/Array
ggael Nov 30, 2018
b9a2a8d
bug #785: Make Cholesky decomposition work for empty matrices
chhtz Dec 3, 2018
24d56f2
bug #1635: Use infinity from Numtraits instead of creating it manually.
chhtz Dec 5, 2018
818bf74
Add default constructor to Bar to make test compile again with clang-3.8
chhtz Nov 23, 2018
c4ea9a9
bug #1637: workaround register spilling in gebp with clang>=6.0+AVX+FMA
ggael Dec 7, 2018
9d56215
bug #1636: fix gemm performance issue with gcc>=6 and no FMA
ggael Dec 7, 2018
c285ed1
Fix noise in lu unit test
ggael Dec 7, 2018
204d1f1
Fix noise in sparse_basic_3 (numerical cancellation)
ggael Dec 7, 2018
f1ffadb
fix EIGEN_GEBP_2PX4_SPILLING_WORKAROUND for non vectorized type, and …
ggael Dec 8, 2018
b942bb0
workaround "may be used uninitialized" warning
ggael Dec 8, 2018
7c42084
Various fixes in polynomial solver and its unit tests:
ggael Dec 9, 2018
b7249a2
Remove debug code.
ggael Dec 9, 2018
f8d653d
bump to 3.3.6
ggael Dec 10, 2018
a661812
Added tag 3.3.6 for changeset f8d653d1f9329081e017caf6cb9341834a71b6d2
ggael Dec 10, 2018
c310bed
enable spilling workaround on architectures with SSE/AVX
ggael Dec 10, 2018
171f513
bug #1643: fix compilation issue with gcc and no optimizaion
ggael Dec 11, 2018
21ae2af
bump to 3.3.7
ggael Dec 11, 2018
7670ff9
Added tag 3.3.7 for changeset 21ae2afd4edaa1b69782c67a54182d34efe43f9c
ggael Dec 11, 2018
25a1160
bug #1644: fix warning
ggael Dec 11, 2018
549c32c
bug #1557: fix RealSchur and EigenSolver for matrices with only zeros…
ggael Dec 12, 2018
210d510
Fix compilation with expression template scalar type.
ggael Dec 12, 2018
65a6d41
Fix nonnull-compare warning
chhtz Dec 15, 2016
eea99eb
fix always true warning with gcc 4.7
ggael Jan 15, 2019
c7266da
bug #1585: update doc on lazy-evaluation
ggael Jan 16, 2019
7b160dc
After fixing bug #1557, boostmultiprec_7 failed with NumericalIssue i…
chhtz Jan 17, 2019
c30beb5
bug #1669: fix PartialPivLU/inverse with zero-sized matrices.
ggael Jan 29, 2019
6870a39
Hide some annoying unused variable warnings in g++8.1
chhtz Jan 29, 2019
6c4d57d
Fix a gcc7 warning about bool * bool in abs2 default implementation.
ggael Jun 27, 2017
c781bf2
Slightly extend discussions on auto and move the content of the Pit f…
ggael Jan 30, 2019
c28ba89
Old gcc versions have problems with recursive #pragma GCC diagnostic …
chhtz Aug 28, 2018
2aa9eb3
bug #1676: workaround GCC's bug in c++17 mode.
ggael Feb 7, 2019
637302a
Spline.h: fix spelling "spang" -> "span"
scpeters Feb 8, 2019
c354f59
bug #1679: avoid possible division by 0 in complex-schur
ggael Feb 15, 2019
6adb70d
Enable documentation of Array's typedefs
ggael Feb 20, 2019
7b93328
Enable construction of Ref<VectorType> from a runtime vector.
ggael Mar 3, 2019
6b59aa7
bug #1689 fix used-but-marked-unused warning
ggael Mar 5, 2019
5110d80
Change license from LGPL to MPL2 with agreement from David Harmon.
ggael Mar 7, 2019
f719b23
update tracking code for 3.3 branch
Mar 12, 2019
cf0bf73
use proper id
Mar 12, 2019
441b351
bug #1692: enable enum as sizes of Matrix and Array
ggael Mar 17, 2019
dd93c41
Complete previous backport with is_valid_index_type
ggael Mar 17, 2019
07c2081
fix unit test in c++03: c++03 does not allow passing local or anonymo…
ggael Mar 18, 2019
4415d4e
Patch from Oleg Shirokobrod to extend polynomial solver to complexes
ggael Nov 23, 2016
fe8cd81
backport EIGEN_HAS_C99_MATH for MSVC
ggael Mar 22, 2019
4a242ac
bug #1695: fix a numerical robustness issue. Computing the secular eq…
ggael Mar 27, 2019
4f77286
Collapsed revision from PR-641
chhtz May 13, 2019
4387298
Cast Index to RealScalar
chhtz May 23, 2019
841d844
Use pade for matrix exponential also for complex values.
tesch1 May 8, 2019
6ed74ac
digits10() needs to return an integer
chhtz May 31, 2019
427f2f6
bug #1724: Mask buggy warnings with g++-7
chhtz Jun 14, 2019
71d0402
Avoid throwing in destructors (this caused build warnings in test-suite)
chhtz Jun 28, 2019
3a79cc3
Fix typo in Umeyama method documentation
MichaelGrupp Jul 17, 2019
5c4b03c
Added leading asterisk for Doxygen to consume as it was removing aste…
kylevedder Jul 18, 2019
32cb485
bug #1562: optimize evaluation of small products of the form s*A*B by…
ggael Jul 2, 2018
f483c7e
bug #1741: fix C.noalias() = A*C; with C.innerStride()!=1
ggael Sep 10, 2019
f722e43
bug #1741: fix SelfAdjointView::rankUpdate and product to triangular …
ggael Sep 10, 2019
6abc9e5
Fix compilation of BLAS backend and frontend
ggael Sep 11, 2019
52d159c
bug #1741: fix self-adjoint*matrix, triangular*matrix, and triangular…
ggael Sep 11, 2019
165db26
Fix speed issue with SimplicialLDLT for complexes: the diagonal is real!
ggael Sep 30, 2019
8ee2e10
Fix perf issue in SimplicialLDLT::solve for complexes (again, m_diag …
ggael Oct 1, 2019
3cf2735
Fix compilation of FFTW unit test
ggael Oct 8, 2019
47e2f8a
PR 719: fix real/imag namespace conflict
ggael Oct 8, 2019
74d474e
Resolve merge conflict
chhtz Oct 9, 2019
a7d6a65
Implement c++03 compatible fix for changeset 7a43af1a335da2c0489b4119…
ggael Oct 9, 2019
1760432
Provide numext::[u]int{32,64}_t. Manually grafted from 4356a55a61c99f…
chhtz Oct 11, 2019
cd12bf6
bug #1761: Manually grafted changes in Meta.h
chhtz Oct 24, 2019
3d18879
Initialize isometric transforms like affine transforms.
gregcoombe Jan 12, 2019
e1e9b3f
Swicth the 3.3 branch to my.cdash.org and add the "-v3.3" suffix to b…
ggael Nov 14, 2019
3d7e2a1
Fix possible conflict with an externally defined "real" type.
ggael Nov 14, 2019
a153dba
Fix case issue with Lapack unit tests
ggael Nov 14, 2019
f1b1f13
silent cmake warnings
ggael Nov 14, 2019
a8d516b
bug #1281: fix AutoDiffScalar's make_coherent for nested expression o…
ggael Nov 14, 2019
1039348
backport is_valid_index_type fix from default branch and c++03
ggael Nov 22, 2019
5f1082d
Fix QuaternionBase::cast for quaternion map and wrapper.
ggael Dec 3, 2019
e1e35a2
Bug #1796: Make matrix squareroot usable for Map and Ref types
chhtz Dec 20, 2019
89449a0
Remove .hgignore and copy .gitignore from master branch
chhtz Dec 20, 2019
160c0a3
Change typedefs from private to protected to fix MSVC compilation
ezhulenev Sep 4, 2019
84364ad
Bug #1788: Fix rule-of-three violations inside the stable modules.
chhtz Feb 28, 2020
14db78c
Fix some maybe-uninitialized warnings
chhtz Feb 28, 2020
0dd9643
Fix Yade high precision Real compilation
cosurgi Mar 23, 2020
e22d094
Replaced call to deprecated 'load' function with appropriate call to …
Jun 21, 2020
1595ee4
Add missing footer declaration
ggael Jul 24, 2020
86306a5
remove piwik tracker
ggael Jul 23, 2020
16ed93c
add a banner to advertise the survey
ggael Jul 29, 2020
02ef380
Fix incorrect use of std::abs reported in #1823.
rmlarsen Aug 12, 2020
e5b35d6
Fix compilation with AVX512
Aug 25, 2020
def70b2
Fix compilation with AVX512 and AVX/SSE packet-math functions
Aug 25, 2020
efd72cd
Backport AVX512 implementation from devel branch to 3.3 (the 3.3 vers…
Aug 26, 2020
94f66fc
Fix #1974: assertion when reserving an empty sparse matrix
ggael Aug 26, 2020
abb5d04
Fix StlDeque for GCC 10
dtellenbach Jul 28, 2020
b343bac
Relaxed fastmath unit test: if std::foo fails, then let's only trigge…
ggael Oct 11, 2018
f55a6d0
Include <sstream> explicitly, and don't rely on the implicit include …
tbosch Feb 24, 2020
89a86ed
fix #1901: warning in Mode==(Upper|Lower)
ggael Sep 2, 2020
4707c3a
Fix incorrect integer cast in predux<half2>().
nluehr Nov 21, 2017
76f0650
Bump to 3.3.8-rc1
dtellenbach Sep 14, 2020
a796be8
relax number of iterations checks to avoid false negatives
ggael Oct 15, 2018
1b080fd
Make relative path variables of type STRING
Flamefire Sep 28, 2020
b933946
Fix failure in GEBP kernel when compiling with OpenMP and FMA
dtellenbach Sep 29, 2020
9f202c6
Fix undefined behaviour caused by uncaught exceptions in OMP section
dtellenbach Oct 1, 2020
dc252fb
Bump to 3.3.8
dtellenbach Oct 5, 2020
bfdd4a9
Fix Paradiso.
Oct 8, 2020
7a0a2a5
Define coeff-wise binary array operators for base class
dtellenbach Oct 8, 2020
ef3cc72
Remove error counting in OpenMP parallelize_gemm
hazelnusse Oct 8, 2020
e91e5d8
Fix typo in Tutorial_BlockOperations_block_assignment.cpp
kalj Oct 9, 2020
75f8b06
Mention problems when using potentially throwing scalars and OpenMP
dtellenbach Oct 9, 2020
590aec8
check two ctors
ggael Nov 23, 2018
5dda502
Rename test/array.cpp to test/array_cwise.cpp
dtellenbach Nov 4, 2020
3620371
Bug #2036 make sure find_standard_math_library_test_program actually …
chhtz Oct 24, 2020
ac632f6
bug #1746: Removed implementation of standard copy-constructor and st…
chhtz Sep 24, 2019
4e5385c
Enable MathJax in Doxygen.in
Nov 16, 2020
54930b6
Remove unused variable
chhtz Nov 25, 2020
2a4fcb2
Fix doxygen class block that was wrongly named.
chhtz Nov 27, 2020
0c26611
Workaround for doxygen class template titles in which the template
Nov 26, 2020
52207cf
Fix typo in doc
Florian360 Nov 30, 2020
0fd6b4f
Bump to 3.3.9
dtellenbach Dec 4, 2020
050825a
Improve fixed-size dense storage constructor efficiency
peddie Dec 30, 2017
3014c19
Updates for 3.3.4 to compile with previous patch
anth-cole Apr 17, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
37 changes: 37 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
qrc_*cxx
*.orig
*.pyc
*.diff
diff
*.save
save
*.old
*.gmo
*.qm
core
core.*
*.bak
*~
*build*
*.moc.*
*.moc
ui_*
CMakeCache.txt
tags
.*.swp
activity.png
*.out
*.php*
*.log
*.orig
*.rej
log
patch
*.patch
a
a.*
lapack/testing
lapack/reference
.*project
.settings
Makefile
11 changes: 11 additions & 0 deletions .hgeol
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[patterns]
*.sh = LF
*.MINPACK = CRLF
scripts/*.in = LF
debug/msvc/*.dat = CRLF
debug/msvc/*.natvis = CRLF
unsupported/test/mpreal/*.* = CRLF
** = native

[repository]
native = LF
Loading