0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 2 months ago. based on code collected about 2 months ago.
Jul 20, 2025 — Jul 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
better fix for issue #763, related to pull request #764. More... about 2 months ago
fix for issue #763, related to pull request #764. More... about 2 months ago
reverting back genericSurfInitialization.cpp, for testing, and cleanup. Related to issue #763 and pull request #764. More... about 2 months ago
If NINJAFOAM is not set, the momentum page is disabled and not read via GUI settings file More... about 2 months ago
removed the github actions debugging messages, and did a more proper fix to the "hwloc" CMake build process. I had accidentally placed the "find_package(hwloc)" stuff, wrapped in "if(NINJAFOAM)" BEFORE where "NINJAFOAM" was defined in the CMakeLists.txt file. More... 2 months ago
one more test of "hwloc" with github actions More... 2 months ago
trying to debug "hwloc" problems when running github actions More... 2 months ago
Update github actions, no longer need cacheing More... 2 months ago
moved "hwloc" dependencies into #ifdef NINJAFOAM. For issue #793. More... 2 months ago
make WindNinja compile with NINJAFOAM unchecked in CMake. More... 2 months ago
Made point and radius the default option for surface input downloads More... 2 months ago
Center and clear buttons are dynamically hidden/shown and clear button now works on surface input download bounding box More... 2 months ago
Merge pull request #794 from ksshannon/mmcmp More... 2 months ago
src/ninja: more fixed comaprisons More... 2 months ago
Merge branch 'master' of https://github.com/firelab/windninja into mmcmp More... 2 months ago
src/ninja: more fixed comaprisons More... 2 months ago
Merge pull request #795 from ksshannon/minmax More... 2 months ago
src/ninja: use std:m{in,ax} instead of undefined macros More... 2 months ago
src/ninja: fix comparison for clipping More... 2 months ago
changed the output bufferToDem() methods, to be run on ALL outputs, not just .atm outputs. Related to issue #628. More... 2 months ago
applied recent KmlVector/OutputWriter changes to the convert_output utility script, that were missed from past work. convert_output compiles properly again now. Related to issue #753. More... 2 months ago
Merge pull request #792 from firelab/fix-UCAR-DST-info More... 2 months ago
scoured the files for functions with instances of wxModelInitialization::getTimeList() that were being done without a proper time zone, and added the time zone. This was causing the UCAR wxModels in particular, to use the wrong local_time time zone information, for run times and output file names. This was partially because of just simply not using the right time zone information for some wxModelInitialization::getTimeList() function calls, and partially because of wxModelInitialization::getTimeList() cacheing of the times, but getting the time zone right fixed all the cached times that were being formed without proper DST information. More... 2 months ago
Merge pull request #790 from firelab/GUI-Redesign-fixNumProcessors More... 2 months ago
some more cleanup to the "Number of Available Processors" GUI methods. More... 2 months ago
some cleanup to "Number of Available Processors" GUI methods. More... 2 months ago
added apt install of "hwloc" to the build_deps script, we technically don't need it because the apt installation of OpenFOAM already fetches it, but we want the use of it to be more explicit and separate from OpenFOAM. More... 2 months ago
added "Number of Available Processors" checks to the ninjas[i] level and to the cli. Moved "hwloc" CMakeLists.txt dependencies, into the general ninja code. More... 2 months ago
made "Number of Available Processors" better respect both the settings value, and the current GUI value. More... 2 months ago
Moved surface input spacer to suface input scroll areas More... 2 months ago