Julien Marrec
05c8cf503b
Lint: use automated tooling to reformat C++ and CMakeLists files ( #2103 )
...
* Add initial clang tidy / clang format config files
* Clang format the entire codebase
```
find ./src -regextype posix-extended -regex '.*\.(cpp|hpp|c|h|cxx|hxx)$' | xargs clang-format-12 -style=file -i -fallback-style=none
find ./include -regextype posix-extended -regex '.*\.(cpp|hpp|c|h|cxx|hxx)$' | xargs clang-format-12 -style=file -i -fallback-style=none
find ./Web -regextype posix-extended -regex '.*\.(cpp|hpp|c|h|cxx|hxx)$' | xargs clang-format-12 -style=file -i -fallback-style=none
find ./dev -regextype posix-extended -regex '.*\.(cpp|hpp|c|h|cxx|hxx)$' | xargs clang-format-12 -style=file -i -fallback-style=none
find ./wrappers -regextype posix-extended -regex '.*\.(cpp|hpp|c|h|cxx|hxx)$' | xargs clang-format-12 -style=file -i -fallback-style=none
```
* Add a .cmake-format file and reformat CmakeLists.txt with it
https://github.com/cheshirekow/cmake_format
* Add a clang-format workflow
only runs on PRs, only on touched files
2022-03-31 10:51:48 -04:00
Jorrit Wronski
514ee59e27
Updated external submodules ( #1727 )
...
This change is somewhat related to #1604 .
* Catch is now at v2.3.0
* Eigen is now at v3.3.5
* FindMathemaica is now at v3.2.4
* fmtlib (formerly cppformat) is now at v4.1.0 (v5.x.x is not compatible with our code).
* msgpack-c is now at v3.0.1
* pybind11 is now at v2.2.3
* All the other submodules have been moved to the latest master commit
* All submodules are sorted alphabetically
2018-08-30 10:36:27 +02:00
Ian Bell
fd1fe626b2
Merge branch 'master' of https://github.com/CoolProp/coolprop
2016-09-30 00:42:24 -06:00
Ian Bell
f0b350e81b
Add -fpermissive flag to VxWorks build
2016-09-30 00:37:19 -06:00
Ian Bell
7d5ad27f1b
Couple of small typos in VxWorks docs
2016-09-29 22:23:50 -06:00
Ian Bell
138911523b
Really turn off cppformat for VxWorks
2016-09-29 22:05:27 -06:00
Ian Bell
746e9bb730
Updating build system for vxWorks
2016-09-29 21:39:39 -06:00
Ian Bell
f687fe5fe6
Clarify docs for Labview; closes #773
2015-08-14 22:20:30 -06:00
Ian Bell
85ec5a55a7
first cut at VxWorks makefile template
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2015-03-11 22:44:19 -06:00
Ian Bell
7e1a827bde
Updated vxWorks makefile for v5
2014-11-20 16:38:23 +01:00
Ian Bell
fb1e624691
Removed labview files from old location
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-10-28 14:57:14 -04:00
Ian Bell
2f8aec1c85
Updated Labview docs
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-10-28 14:14:06 -04:00
Ian Bell
2468bc1b08
Added simple example for cross compiling for compact rio - needs the VxWorks cross compiler, see README
2014-06-27 02:07:45 +02:00
Ian Bell
8e14022ddd
Update README.md
2014-06-02 08:59:54 +02:00
Ian Bell
ae715f9b22
Update README.md
2014-06-02 08:59:12 +02:00
Ian Bell
bbcc76771f
Rename README.rst to README.md
2014-06-02 08:56:09 +02:00
Ian Bell
9ac42beb4c
Update README.rst
2014-05-30 11:36:17 +02:00
Ian Bell
b5f0227392
Update README.rst
...
Instructions for how to get VxWorks PPC cross-compiler
2014-05-30 11:35:16 +02:00
Ian bell
b3847c7522
Initial commit for v5, but this time with the right line endings
...
Signed-off-by: Ian bell <ian.h.bell@gmail.com >
2014-05-14 12:46:24 +02:00