mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-10 14:38:11 -05:00
* 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
CoolProp for EES Ian Bell, January 2013 Run the installer to install the CoolProp wrapper for EES. You can see the docs at `<CoolProp.htm>`_ There is an example file included in the c:\\EES\\Userlib\\CoolProp_EES folder when installed Debug ----- 1. Create a new DLL project in Visual Studio 2010 (or similar). 2. Add main.cpp and all cpp files in ROOT/CoolProp folder into the project 3. Set the output file to c:\EES32\Userlib\COOLPROP_EES\COOLPROP_EES.dlf 4. Set the include folder to ROOT/CoolProp 5. Set c:\EES32\ees as the command to run in Debugging 6. Build 7. Load your failing EES file