summaryrefslogtreecommitdiffstats
path: root/config/toolchain
Commit message (Collapse)AuthorAgeFilesLines
* Update cross compile checks and files #2497 (#2567)Allen Byrne2023-03-171-0/+1
|
* Fix 1.10 new codespell issues (#2521) (#2525)Larry Knox2023-03-091-1/+1
| | | | | | | | | | | | | * Fix new codespell issues (#2521) * Fix new codespell issues * Have codespell ignore ./config/sanitizer/sanitizers.cmake * Fix typo in genparser --------- Co-authored-by: Mark Kittisopikul <mkitti@users.noreply.github.com>
* Use LINK_COMP_LIBS instead of STATIC_LIBRARY for depends (#2500)Allen Byrne2023-02-241-1/+1
|
* 1.10 Add fetchcontent for compression libs and fix cmake config #2487 (#2494)Allen Byrne2023-02-221-11/+0
| | | | | * Add fetchcontent for compression libs and fix cmake config #2487 * Add CI test for FetchContent
* Remove space from toolchain name #2482 (#2485)Allen Byrne2023-02-211-0/+0
|
* Merge toolchain lowercase names and updates #2426 (#2469)Allen Byrne2023-02-161-0/+11
|
* 1.10: Add spelling check to CI and fix errors. (#2442)Allen Byrne2023-02-165-10/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update CI and support files to match latest from 1.14 * Correct spelling * More spelling corrections * spelling fixes in testpar * Fix spelling errors in tools * More tools spelling fixes * Spelling fixes for rest of tools and some src * Fix spelling errors in src files, pt 2 * Fix spelling in src pt3 * Fix spelling errors pt4 * Fix spelling errors pt5 * Spelling fix pt6 * fix spelling error examples * fix spelling in tests * fix spelling errors in test pt2 * Fix spelling errors in test pt3 * fix spelling in test pt4 * Fix spelling errors in hl * fix spelling errors in c++ * Spelling fixes for fortran * spelling fixes for bin and java * Add relative path * Change spelling action to use a file for list of ignore words * Fix spelling ignore list * remove unused file
* Fix clang/sanitizer for windows #883 (#903)Allen Byrne2021-08-171-2/+7
|
* Correct mingw pathsAllen Byrne2020-05-152-7/+11
|
* Correct mingw pathAllen Byrne2020-05-151-2/+2
|
* OESS-65 replace szip with aec szipAllen Byrne2020-04-271-1/+1
|
* TRILAB-192 merging warnings changes from developAllen Byrne2020-03-301-3/+10
|
* Remove search for clang tool - incorrect locationAllen Byrne2019-12-111-18/+0
|
* HDFFV-10962 add VS2019 supportAllen Byrne2019-11-181-2/+2
|
* Fix MPI depends nameAllen Byrne2019-10-231-5/+9
|
* Add clang toolchainAllen Byrne2019-09-301-0/+29
|
* Merge S3 code from develop to 1.10Allen Byrne2019-09-131-0/+36
|
* Fix EXISTS test syntax and add toolchainAllen Byrne2019-08-291-0/+39
|
* HDFFV-10845, 10529 and CMake changes from developAllen Byrne2019-07-241-1/+1
|
* Merge from develop, mostly HDFFV-10845Allen Byrne2019-07-121-0/+10
|
* TRILAB-111 Update MPI CMakeAllen Byrne2019-02-131-11/+0
|
* HDFFV-10674, 10664, 10674Allen Byrne2019-01-074-2/+16
|
* HDFFV-10660,-10594 merge from developAllen Byrne2018-12-131-0/+20
|
* Merge CMake changes from developAllen Byrne2018-10-232-0/+20
Improved cross-compiling and toolchains