Skip to content
Failed

Changes

Summary

  1. Fix for cart3d makefile
  2. Minor correction to friction static libgfortran check
  3. Check for static libgfortran
  4. Always build friction with static libgfortran
  5. Fix VLM memory leak
  6. Fix avl bug where controls are not updated when the surface is unchanged.
  7. Fix designVariableID for Structural design
  8. Fix last commit
  9. Install aim/utils header files on Windoze
  10. Add include guards to all aim/util header files. Install aim/util header files in ESP_ROOT/include/aim/util on unix.
  11. Lint fix
  12. Stanalizer fix
  13. added ability to double-click on python error to open pyscript editor at the correct line
  14. update various testing scripts
  15. add udfLinalg and linalg1 test case; add sketch12* test cases
  16. another update to Makefile.LINUX64
  17. update Makefile.LINUX64 to execute full test suite
  18. fix warnings in previous commit
  19. add ocsmTraceAttrs, ocsmTraceStors, ocsmGetFiletree, and ocsmShowTblOfContents; add ability to trace Attributes, Storges, the FileTree, and the provided representations in the .csm editor; limit number of files in File menu in ESP so that it does not overflow the display; add SPECIAL provides statement to work with ocsmShowTblOfContents
  20. fix bug that did not properly decrement the pattern counter for ENDIF statements after a PATBREAK was executed; fix bug that returned error after SELECTing a degenerate Edge
  21. Add note about fighter4 on Intel macOS 13.3
  22. Fix step and iges label read
  23. Update concepts and viewer pdf. Fix for makeEnv.
  24. Updates for ESP 1.23 release. Add LINUX_AARCH64 and DARWIN_ARM64 ESP_ARCH.
  25. Fix bug in setup scripts
  26. Fix bug in setup scripts
  27. Update README files. Add PreBuilt setup scripts.
  28. Fix last commit
  29. Lint fixes
  30. Fix stanalizer warning
  31. Fix warning
  32. Fix EG_mapTessBody for DEGENERATE Edges. Update makeEnv to look for python3. Readme updates.
  33. Increase thread stack size on macOS
  34. Fix warning
  35. Lint fix
  36. Another prebuilt fix
  37. Fix PreBuilt script
  38. Update PreBuilt testing
  39. Update ESPbfr.tgz
  40. Add OCC7.7 valgrind suppressions
Revision 3899 by galbramc:
Fix for cart3d makefile
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/cart3d/MakefileCAPS/aim/cart3d/Makefile
Revision 3898 by galbramc:
Minor correction to friction static libgfortran check
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/friction/MakefileCAPS/aim/friction/Makefile
Revision 3897 by galbramc:
Check for static libgfortran
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/friction/MakefileCAPS/aim/friction/Makefile
Revision 3896 by galbramc:
Always build friction with static libgfortran
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/friction/MakefileCAPS/aim/friction/Makefile
Revision 3895 by galbramc:
Fix VLM memory leak
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/utils/vlmUtils.cCAPS/aim/utils/vlmUtils.c
Revision 3894 by galbramc:
Fix avl bug where controls are not updated when the surface is unchanged.
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/avl/avlAIM.cCAPS/aim/avl/avlAIM.c
Revision 3893 by galbramc:
Fix designVariableID for Structural design
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/utils/feaUtils.cCAPS/aim/utils/feaUtils.c
Revision 3892 by galbramc:
Fix last commit
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/utils/NMakefileCAPS/aim/utils/NMakefile
Revision 3891 by galbramc:
Install aim/utils header files on Windoze
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/utils/MakefileCAPS/aim/utils/Makefile
The file was modified /aim/utils/NMakefileCAPS/aim/utils/NMakefile
Revision 3890 by galbramc:
Add include guards to all aim/util header files. Install aim/util header files in ESP_ROOT/include/aim/util on unix.
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/utils/MakefileCAPS/aim/utils/Makefile
The file was modified /aim/utils/arrayUtils.hCAPS/aim/utils/arrayUtils.h
The file was modified /aim/utils/attrTypes.hCAPS/aim/utils/attrTypes.h
The file was modified /aim/utils/attrUtils.hCAPS/aim/utils/attrUtils.h
The file was modified /aim/utils/cardTypes.hCAPS/aim/utils/cardTypes.h
The file was modified /aim/utils/cardUtils.hCAPS/aim/utils/cardUtils.h
The file was modified /aim/utils/cfdUtils.hCAPS/aim/utils/cfdUtils.h
The file was modified /aim/utils/deprecateUtils.hCAPS/aim/utils/deprecateUtils.h
The file was modified /aim/utils/feaTypes.hCAPS/aim/utils/feaTypes.h
The file was modified /aim/utils/feaUtils.cCAPS/aim/utils/feaUtils.c
The file was modified /aim/utils/feaUtils.hCAPS/aim/utils/feaUtils.h
The file was modified /aim/utils/jsonUtils.hCAPS/aim/utils/jsonUtils.h
The file was modified /aim/utils/meshTypes.hCAPS/aim/utils/meshTypes.h
The file was modified /aim/utils/meshUtils.hCAPS/aim/utils/meshUtils.h
The file was modified /aim/utils/miscTypes.hCAPS/aim/utils/miscTypes.h
The file was modified /aim/utils/miscUtils.hCAPS/aim/utils/miscUtils.h
The file was modified /aim/utils/nastranCards.hCAPS/aim/utils/nastranCards.h
The file was modified /aim/utils/nastranUtils.hCAPS/aim/utils/nastranUtils.h
The file was modified /aim/utils/tecplotUtils.hCAPS/aim/utils/tecplotUtils.h
The file was modified /aim/utils/vlmSpanSpace.hCAPS/aim/utils/vlmSpanSpace.h
The file was modified /aim/utils/vlmTypes.hCAPS/aim/utils/vlmTypes.h
The file was modified /aim/utils/vlmUtils.cCAPS/aim/utils/vlmUtils.c
The file was modified /aim/utils/vlmUtils.hCAPS/aim/utils/vlmUtils.h
Revision 3889 by galbramc:
Lint fix
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/aflr2/aflr2AIM.cCAPS/aim/aflr2/aflr2AIM.c
Revision 3888 by galbramc:
Stanalizer fix
Change TypePath in RepositoryPath in Workspace
The file was modified /test/aim.cCAPS/test/aim.c
Revision 2377 by jfdannen:
added ability to double-click on python error to open pyscript editor at the correct line
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ESP/ESP-pyscript.jsOpenCSM/trunk/ESP/ESP-pyscript.js
The file was modified /trunk/ESP/ESP.jsOpenCSM/trunk/ESP/ESP.js
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/src/timPyscript.cOpenCSM/trunk/src/timPyscript.c
Revision 2376 by jfdannen:
update various testing scripts
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/data/legacy/tutorial1_new.csmOpenCSM/trunk/data/legacy/tutorial1_new.csm
The file was modified /trunk/data/legacy/tutorial2.csmOpenCSM/trunk/data/legacy/tutorial2.csm
The file was modified /trunk/prebuiltTesting/prebuiltTesting.txtOpenCSM/trunk/prebuiltTesting/prebuiltTesting.txt
The file was modified /trunk/testScript.txtOpenCSM/trunk/testScript.txt
Revision 2375 by jfdannen:
add udfLinalg and linalg1 test case; add sketch12* test cases
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ESP/ESP-help.htmlOpenCSM/trunk/ESP/ESP-help.html
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was added/trunk/data/basic/linalg1.csmOpenCSM/trunk/data/basic/linalg1.csm
The file was added/trunk/data/basic/sketch12a.csmOpenCSM/trunk/data/basic/sketch12a.csm
The file was added/trunk/data/basic/sketch12b.csmOpenCSM/trunk/data/basic/sketch12b.csm
The file was added/trunk/data/basic/sketch12c.csmOpenCSM/trunk/data/basic/sketch12c.csm
The file was added/trunk/data/basic/sketch12d.csmOpenCSM/trunk/data/basic/sketch12d.csm
The file was added/trunk/data/basic/verify_7.6.0/linalg1.vfyOpenCSM/trunk/data/basic/verify_7.6.0/linalg1.vfy
The file was added/trunk/data/basic/verify_7.6.0/sketch12a.vfyOpenCSM/trunk/data/basic/verify_7.6.0/sketch12a.vfy
The file was added/trunk/data/basic/verify_7.6.0/sketch12b.vfyOpenCSM/trunk/data/basic/verify_7.6.0/sketch12b.vfy
The file was added/trunk/data/basic/verify_7.6.0/sketch12c.vfyOpenCSM/trunk/data/basic/verify_7.6.0/sketch12c.vfy
The file was added/trunk/data/basic/verify_7.6.0/sketch12d.vfyOpenCSM/trunk/data/basic/verify_7.6.0/sketch12d.vfy
The file was added/trunk/data/basic/verify_7.7.0/linalg1.vfyOpenCSM/trunk/data/basic/verify_7.7.0/linalg1.vfy
The file was added/trunk/data/basic/verify_7.7.0/sketch12a.vfyOpenCSM/trunk/data/basic/verify_7.7.0/sketch12a.vfy
The file was added/trunk/data/basic/verify_7.7.0/sketch12b.vfyOpenCSM/trunk/data/basic/verify_7.7.0/sketch12b.vfy
The file was added/trunk/data/basic/verify_7.7.0/sketch12c.vfyOpenCSM/trunk/data/basic/verify_7.7.0/sketch12c.vfy
The file was added/trunk/data/basic/verify_7.7.0/sketch12d.vfyOpenCSM/trunk/data/basic/verify_7.7.0/sketch12d.vfy
The file was modified /trunk/src/MakefileOpenCSM/trunk/src/Makefile
The file was modified /trunk/src/Makefile.DARWIN64OpenCSM/trunk/src/Makefile.DARWIN64
The file was modified /trunk/src/Makefile.DARWIN64.gccOpenCSM/trunk/src/Makefile.DARWIN64.gcc
The file was modified /trunk/src/Makefile.LINUX64OpenCSM/trunk/src/Makefile.LINUX64
The file was modified /trunk/src/NMakefileOpenCSM/trunk/src/NMakefile
The file was added/trunk/src/udfLinalg.cOpenCSM/trunk/src/udfLinalg.c
Revision 2374 by jfdannen:
another update to Makefile.LINUX64
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/Makefile.LINUX64OpenCSM/trunk/src/Makefile.LINUX64
Revision 2373 by jfdannen:
update Makefile.LINUX64 to execute full test suite
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/src/Makefile.LINUX64OpenCSM/trunk/src/Makefile.LINUX64
Revision 2372 by jfdannen:
fix warnings in previous commit
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/testScript.txtOpenCSM/trunk/testScript.txt
Revision 2371 by jfdannen:
add ocsmTraceAttrs, ocsmTraceStors, ocsmGetFiletree, and ocsmShowTblOfContents; add ability to trace Attributes, Storges, the FileTree, and the provided representations in the .csm editor; limit number of files in File menu in ESP so that it does not overflow the display; add SPECIAL provides statement to work with ocsmShowTblOfContents
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ESP/ESP.jsOpenCSM/trunk/ESP/ESP.js
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/OpenCSM.hOpenCSM/trunk/src/OpenCSM.h
The file was modified /trunk/src/ocsm.defOpenCSM/trunk/src/ocsm.def
The file was modified /trunk/src/serveESP.cOpenCSM/trunk/src/serveESP.c
Revision 2370 by jfdannen:
fix bug that did not properly decrement the pattern counter for ENDIF statements after a PATBREAK was executed; fix bug that returned error after SELECTing a degenerate Edge
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
Revision 1929 by galbramc:
Add note about fighter4 on Intel macOS 13.3
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/config/README.txtEGADS/trunk/config/README.txt
Revision 1928 by galbramc:
Fix step and iges label read
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/config/linREADME.txtEGADS/trunk/config/linREADME.txt
The file was modified /trunk/src/egadsIO.cppEGADS/trunk/src/egadsIO.cpp
Revision 1927 by galbramc:
Update concepts and viewer pdf. Fix for makeEnv.
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/config/makeEnvEGADS/trunk/config/makeEnv
The file was modified /trunk/docs/ESPconcepts/Concepts.pdfEGADS/trunk/docs/ESPconcepts/Concepts.pdf
The file was modified /trunk/docs/Viewer.pdfEGADS/trunk/docs/Viewer.pdf
The file was modified /trunk/docs/Viewer.pptEGADS/trunk/docs/Viewer.ppt
Revision 1926 by galbramc:
Updates for ESP 1.23 release. Add LINUX_AARCH64 and DARWIN_ARM64 ESP_ARCH.
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/config/MACdownloads.txtEGADS/trunk/config/MACdownloads.txt
The file was modified /trunk/config/README.txtEGADS/trunk/config/README.txt
The file was modified /trunk/config/linREADME.txtEGADS/trunk/config/linREADME.txt
The file was modified /trunk/config/macREADME.txtEGADS/trunk/config/macREADME.txt
The file was modified /trunk/config/makeEnvEGADS/trunk/config/makeEnv
The file was modified /trunk/include/DARWIN64EGADS/trunk/include/DARWIN64
The file was modified /trunk/include/DARWIN64.clangEGADS/trunk/include/DARWIN64.clang
The file was modified /trunk/include/DARWIN64.gccEGADS/trunk/include/DARWIN64.gcc
The file was removed/trunk/include/DARWINM1EGADS/trunk/include/DARWINM1
The file was added/trunk/include/DARWIN_ARM64EGADS/trunk/include/DARWIN_ARM64
The file was added/trunk/include/LINUX_AARCH64EGADS/trunk/include/LINUX_AARCH64
The file was modified /trunk/lite/MakefileEGADS/trunk/lite/Makefile
The file was modified /trunk/src/MakefileEGADS/trunk/src/Makefile
The file was modified /trunk/util/emp.cEGADS/trunk/util/emp.c
The file was modified /trunk/wvServer/MakefileEGADS/trunk/wvServer/Makefile
Revision 1925 by galbramc:
Fix bug in setup scripts
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/config/setup.commandEGADS/trunk/config/setup.command
The file was modified /trunk/config/setup.shEGADS/trunk/config/setup.sh
Revision 1924 by galbramc:
Fix bug in setup scripts
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/config/setup.commandEGADS/trunk/config/setup.command
The file was modified /trunk/config/setup.shEGADS/trunk/config/setup.sh
Revision 1923 by galbramc:
Update README files. Add PreBuilt setup scripts.
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/config/MACdownloads.txtEGADS/trunk/config/MACdownloads.txt
The file was modified /trunk/config/README.txtEGADS/trunk/config/README.txt
The file was modified /trunk/config/linREADME.txtEGADS/trunk/config/linREADME.txt
The file was removed/trunk/config/m1README.txtEGADS/trunk/config/m1README.txt
The file was modified /trunk/config/macREADME.txtEGADS/trunk/config/macREADME.txt
The file was added/trunk/config/setup.cmdEGADS/trunk/config/setup.cmd
The file was added/trunk/config/setup.commandEGADS/trunk/config/setup.command
The file was added/trunk/config/setup.shEGADS/trunk/config/setup.sh
The file was modified /trunk/config/winEnvEGADS/trunk/config/winEnv
The file was modified /trunk/config/winREADME.txtEGADS/trunk/config/winREADME.txt
Revision 1922 by galbramc:
Fix last commit
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsTess.cEGADS/trunk/src/egadsTess.c
Revision 1921 by galbramc:
Lint fixes
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsTess.cEGADS/trunk/src/egadsTess.c
Revision 1920 by galbramc:
Fix stanalizer warning
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsTess.cEGADS/trunk/src/egadsTess.c
Revision 1919 by galbramc:
Fix warning
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsTess.cEGADS/trunk/src/egadsTess.c
Revision 1918 by galbramc:
Fix EG_mapTessBody for DEGENERATE Edges. Update makeEnv to look for python3. Readme updates.
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/config/README.txtEGADS/trunk/config/README.txt
The file was modified /trunk/config/makeEnvEGADS/trunk/config/makeEnv
The file was modified /trunk/src/egadsTess.cEGADS/trunk/src/egadsTess.c
The file was modified /trunk/test/egadsGeom_dot.cEGADS/trunk/test/egadsGeom_dot.c
The file was modified /trunk/test/egadsSpline_dot.cEGADS/trunk/test/egadsSpline_dot.c
Revision 1917 by galbramc:
Increase thread stack size on macOS
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/util/emp.cEGADS/trunk/util/emp.c
The file was modified /trunk/wvServer/server.cEGADS/trunk/wvServer/server.c
Revision 1916 by galbramc:
Fix warning
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/lite/liteImport.cEGADS/trunk/lite/liteImport.c
Revision 1915 by galbramc:
Lint fix
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/lite/liteImport.cEGADS/trunk/lite/liteImport.c
Revision 821 by galbramc:
Another prebuilt fix
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_PreBuilt.batJenkinsESP/ESP_PreBuilt.bat
Revision 820 by galbramc:
Fix PreBuilt script
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_PreBuilt.shJenkinsESP/ESP_PreBuilt.sh
Revision 819 by galbramc:
Update PreBuilt testing
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_PreBuilt.batJenkinsESP/ESP_PreBuilt.bat
The file was modified /ESP_PreBuilt.shJenkinsESP/ESP_PreBuilt.sh
Revision 818 by galbramc:
Update ESPbfr.tgz
Change TypePath in RepositoryPath in Workspace
The file was modified /ESPbfr.tgzJenkinsESP/ESPbfr.tgz
Revision 817 by galbramc:
Add OCC7.7 valgrind suppressions
Change TypePath in RepositoryPath in Workspace
The file was added/valgrind/valgrind-OCC7.7.suppJenkinsESP/valgrind/valgrind-OCC7.7.supp