Skip to content
Success

Changes

Summary

  1. Lint fix
  2. Udpate su2 x43 example
  3. Add missing information to cbaero stp file. Add cbaero Material_Group input.
  4. Suggest using _newSeqnum if EG_mapBody fails with mesh morphing.
  5. Revert last corsairlite change
  6. Do not allow modifying analysisDir. Fixes for corsairlite.
  7. dox fix
  8. add debugging prints to help debug issue
  9. Fixes for testing script
  10. One more vlmUtils fix
  11. Revert vlmUtils for now
  12. Update logic for finding airfoil trailing edges
  13. Update training material to run all matplotlib examples
  14. Add missing unit test csm file
  15. Additional uprev mods
  16. update vtkWriter to allow for non-manifold SheetBodys
  17. Fix filename case
  18. Updates for CAPS 2023 training
  19. Stanalizer fix
  20. Suppress warning
  21. add hollowTube test case; add udcPrefix test case; have DUMP putcolors=1 apply to Edges when writing STP/IGS file; have IMPORT getcolors=1 apply to Edges when reading STP/IGS file
  22. fix bug in ocsmFindPmtr that did not consider the scope when looking for existing names; add putColors=0 option to DUMP so that _color attributes are written into STP/IGS file (as Color); add color4* test cases; add getColors=0 option to IMPORT so that Color attributes in STP/IGS files are converted to _color; add getcolors=0 option to udpImport so that Color attributes in STP/IGS files are converted to _color; update ESP to acknowledge that Nodes are not initially visible
  23. do not mark a Node as potentially spurious if it has a _Keep attribute; mark Nodes on axis of revolution of a REVOLVE command with a _Keep attribute; mark Nodes in JOIN or UNION that are in common with both parents with a _Keep attribute; mark new Nodes due to a scribe (via SUBTRACT a NodeBody or SheetBody) with a _Keep attribute; mark Nodes at beginning and end of RULE and BLEND with a _Keep attribute; add REMOVE_SPURIOUS compile-time option to remove spurious Nodes; add spurious* test cases; fix bug that made sensitivities of scribes susceptable to roundoff errors; fix documentation associated with SUBTRACT command
  24. if Body has _newSeqnum attribute, use a new sequence numbering scheme for _edgeID and _faceID that is not based upon cg positions or areas
  25. change signature of unpublished convertToBSplines routine; add mindeg argument to udfNuscale so that B-spline order can be increased; modify udfWarp so that it can be applied to a SheetBody; add warp4* and warp5* test cases; add seqnum* test cases
  26. fix bug when recycling and last recycled Branch is a UDPARG; fix bug that did not transfer user-attributes from SheetBody on top of stack to result of a JOIN operation; add joinSheets7 test case; add _vspID and _vspSurf attributes to Bodys in udpVsp3; improve error detection for pmtrName in SET; add set2 test case; add EVALUATE EDGETESS and EVALUATE FACETESS to return the number of points and triangles in the tessellation of an Edge or Face; add tessSize test case; pressing Building button allows the user to reset the interface; improve error detection for pmtrName in PATBEG; add patbeg1 test case; improve error detection for pmtrName in GETATTR; add getattr3 test case
  27. fix typos in ESP-help; allow straight camber line to be generated in udpNaca (if thickness=0, camber=0, and series=0); modify nacas3 test case; add missing semi-colon in training/data/session03/fuselage.csm; add importColor test case; fix bug associated with writing VTK files for non-manifold Bodys; add fourSheets test case; allow illegal_func_name error be caught in CATBEG; error during the evaluation of an argument in IFTHEN and ELSEIF should jump after ENDIF; add evalError1* test cases; error during the evaluation of an argument in PATBEG and PATBREAK should jump after PATEND; add evalError2* test cases; error during the evaluation of an argument in SKBEG should jump after SKEND; add evalError3* test cases; fix bug that did not update the at-parameters if a UDPARG was present
  28. Add EG_removeNodes and EG_mergeBSplineCurves to julia and python
  29. Fix EG_removeNodes for bodies with a single face
  30. One more formatting fix
  31. Update formatting of the EGADS docs
  32. Forgot a file
  33. More improvements for Color in STEP/IGES
  34. Fixes for STEP/IGES Name import/export. Add STEP/IGES Edge Color attribute. Add STEP ColorFace/ColorEdge attribute.
  35. Remove dos line endings. Fix Windoze compile error.
  36. update SBOs so that they avoid creating spurious Nodes
  37. Fix possible segfault reading Name attribute from STEP/IGES
  38. Fixes for EG_isEquivalent and EG_isSame
  39. Fix EG_isSame for LINE
  40. Add the functions EG_mergeBSplineCurves and EG_removeNodes to the EGADS API
  41. Update copyright date
  42. Additional uprev mods
  43. python suppressions
  44. Set ESP_UDC_PATH
  45. Adjust Compiling in parse
  46. Track Compiling in log parse
  47. Update scripts for CAPS training material
  48. Add timing for ESPbfr.bat
  49. Ignore pip dependency
  50. Allow site packages for python. Look for python dlopen errors.
  51. Revert last commit
  52. Measure egads build time on windoze
  53. Dissable matplotlib interactive plotting with Jenkins
  54. update for numpy/openmdao version incompatibility
  55. remove pip install numpy because latest version is incompatible with openmdao
  56. Look for more errors while parsing
  57. Fixes for running 2023 CAPS training
Revision 4234 by galbramc:
Lint fix
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/cbaero/cbaeroAIM.cCAPS/aim/cbaero/cbaeroAIM.c
Revision 4233 by galbramc:
Udpate su2 x43 example
Change TypePath in RepositoryPath in Workspace
The file was modified /examples/pyCAPS/su2_X43a_PyTest.pyCAPS/examples/pyCAPS/su2_X43a_PyTest.py
Revision 4232 by galbramc:
Add missing information to cbaero stp file. Add cbaero Material_Group input.
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/astros/astrosAIM.cCAPS/aim/astros/astrosAIM.c
The file was modified /aim/cbaero/cbaeroAIM.cCAPS/aim/cbaero/cbaeroAIM.c
The file was modified /aim/mystran/mystranAIM.cCAPS/aim/mystran/mystranAIM.c
The file was modified /aim/refine/refineAIM.cCAPS/aim/refine/refineAIM.c
The file was modified /aim/zaero/zaeroAIM.cCAPS/aim/zaero/zaeroAIM.c
The file was modified /examples/csmData/cfdX43a.csmCAPS/examples/csmData/cfdX43a.csm
The file was modified /examples/pyCAPS/cart3d_OpenMDAO_3_twist_PyTest.pyCAPS/examples/pyCAPS/cart3d_OpenMDAO_3_twist_PyTest.py
The file was modified /examples/pyCAPS/cbaero_PyTest.pyCAPS/examples/pyCAPS/cbaero_PyTest.py
The file was modified /examples/pyCAPS/fun3d_refine_PyTest.pyCAPS/examples/pyCAPS/fun3d_refine_PyTest.py
Revision 4231 by galbramc:
Suggest using _newSeqnum if EG_mapBody fails with mesh morphing.
Change TypePath in RepositoryPath in Workspace
The file was modified /src/aimMesh.cCAPS/src/aimMesh.c
Revision 4230 by galbramc:
Revert last corsairlite change
Change TypePath in RepositoryPath in Workspace
The file was modified /pyCAPS/corsairlite/core/pint_custom/registry.pyCAPS/pyCAPS/corsairlite/core/pint_custom/registry.py
The file was modified /pyCAPS/corsairlite/core/pint_custom/testsuite/test_unit.pyCAPS/pyCAPS/corsairlite/core/pint_custom/testsuite/test_unit.py
Revision 4229 by galbramc:
Do not allow modifying analysisDir. Fixes for corsairlite.
Change TypePath in RepositoryPath in Workspace
The file was modified /pyCAPS/corsairlite/core/pint_custom/registry.pyCAPS/pyCAPS/corsairlite/core/pint_custom/registry.py
The file was modified /pyCAPS/corsairlite/core/pint_custom/testsuite/test_unit.pyCAPS/pyCAPS/corsairlite/core/pint_custom/testsuite/test_unit.py
The file was modified /pyCAPS/pyCAPS/problem.pyCAPS/pyCAPS/pyCAPS/problem.py
The file was modified /pyCAPS/unitTest/testAnalysis.pyCAPS/pyCAPS/unitTest/testAnalysis.py
Revision 4228 by haimes:
dox fix
Change TypePath in RepositoryPath in Workspace
The file was modified /doc/MakefileCAPS/doc/Makefile
Revision 4227 by jfdannen:
add debugging prints to help debug issue
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/meshWriter/vtkWriter/vtkWriter.cCAPS/aim/meshWriter/vtkWriter/vtkWriter.c
Revision 4226 by galbramc:
Fixes for testing script
Change TypePath in RepositoryPath in Workspace
The file was modified /training/2023/execute_Training.shCAPS/training/2023/execute_Training.sh
Revision 4225 by galbramc:
One more vlmUtils fix
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/utils/vlmUtils.cCAPS/aim/utils/vlmUtils.c
Revision 4224 by galbramc:
Revert vlmUtils for now
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/utils/vlmUtils.cCAPS/aim/utils/vlmUtils.c
Revision 4223 by galbramc:
Update logic for finding airfoil trailing edges
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/utils/miscUtils.cCAPS/aim/utils/miscUtils.c
The file was modified /aim/utils/vlmUtils.cCAPS/aim/utils/vlmUtils.c
Revision 4222 by galbramc:
Update training material to run all matplotlib examples
Change TypePath in RepositoryPath in Workspace
The file was modified /training/2023/data/session04/5_mses_OpenMDAO_CD_camber.pyCAPS/training/2023/data/session04/5_mses_OpenMDAO_CD_camber.py
The file was modified /training/2023/execute_Training.shCAPS/training/2023/execute_Training.sh
Revision 4221 by galbramc:
Add missing unit test csm file
Change TypePath in RepositoryPath in Workspace
The file was added/aim/unitTest/csmData/regions.csmCAPS/aim/unitTest/csmData/regions.csm
Revision 4220 by haimes:
Additional uprev mods
Change TypePath in RepositoryPath in Workspace
The file was modified /src/caps.rcCAPS/src/caps.rc
Revision 4219 by jfdannen:
update vtkWriter to allow for non-manifold SheetBodys
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/meshWriter/vtkWriter/vtkWriter.cCAPS/aim/meshWriter/vtkWriter/vtkWriter.c
Revision 4218 by galbramc:
Fix filename case
Change TypePath in RepositoryPath in Workspace
The file was modified /training/2023/execute_Training.shCAPS/training/2023/execute_Training.sh
Revision 4217 by galbramc:
Updates for CAPS 2023 training
Change TypePath in RepositoryPath in Workspace
The file was modified /training/2023/data/session04/5_mses_OpenMDAO_CD_camber.pyCAPS/training/2023/data/session04/5_mses_OpenMDAO_CD_camber.py
The file was modified /training/2023/data/session08/4_cart3d_OpenMDAO_alpha.pyCAPS/training/2023/data/session08/4_cart3d_OpenMDAO_alpha.py
The file was modified /training/2023/data/session08/5_cart3d_OpenMDAO_twist.pyCAPS/training/2023/data/session08/5_cart3d_OpenMDAO_twist.py
The file was modified /training/2023/data/session09/7_tacs_sizing.pyCAPS/training/2023/data/session09/7_tacs_sizing.py
The file was modified /training/2023/data/session10/2_aeroelastic_Iterative_SU2_Astros.pyCAPS/training/2023/data/session10/2_aeroelastic_Iterative_SU2_Astros.py
The file was added/training/2023/execute_Training.shCAPS/training/2023/execute_Training.sh
The file was modified /training/2023/lectures/CAPSver.texCAPS/training/2023/lectures/CAPSver.tex
The file was modified /training/2023/lectures/session01.texCAPS/training/2023/lectures/session01.tex
The file was modified /training/data/ESP/capsViews.udcCAPS/training/data/ESP/capsViews.udc
The file was modified /training/data/ESP/viewVLM.udcCAPS/training/data/ESP/viewVLM.udc
The file was modified /training/data/session02/f118_4_writeParameters.pyCAPS/training/data/session02/f118_4_writeParameters.py
The file was modified /training/data/session05/avlPlaneVanilla.csmCAPS/training/data/session05/avlPlaneVanilla.csm
The file was modified /training/data/session06/aflr4_aflr3_11_ViscousWingPod.pyCAPS/training/data/session06/aflr4_aflr3_11_ViscousWingPod.py
Revision 4216 by galbramc:
Stanalizer fix
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/utils/vlmUtils.cCAPS/aim/utils/vlmUtils.c
The file was modified /src/aimUtil.cCAPS/src/aimUtil.c
Revision 4215 by galbramc:
Suppress warning
Change TypePath in RepositoryPath in Workspace
The file was modified /aim/pointwise/pointwiseAIM.cCAPS/aim/pointwise/pointwiseAIM.c
Revision 2511 by jfdannen:
add hollowTube test case; add udcPrefix test case; have DUMP putcolors=1 apply to Edges when writing STP/IGS file; have IMPORT getcolors=1 apply to Edges when reading STP/IGS file
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ESP/ESP.jsN/A
The file was modified /trunk/ToDo.txtN/A
The file was modified /trunk/data/basic/color4a.csmN/A
The file was modified /trunk/data/basic/color4b.csmN/A
The file was modified /trunk/data/basic/color4c.csmN/A
The file was added/trunk/data/basic/hollowTube.csmN/A
The file was added/trunk/data/basic/udcPrefix.csmN/A
The file was added/trunk/data/basic/udcPrefix.udcN/A
The file was added/trunk/data/basic/verify_7.6.0/hollowTube.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/udcPrefix.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/hollowTube.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/udcPrefix.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/hollowTube.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/udcPrefix.vfyN/A
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/udpImport.cOpenCSM/trunk/src/udpImport.c
The file was modified /trunk/src/udpVsp3.cOpenCSM/trunk/src/udpVsp3.c
Revision 2510 by jfdannen:
fix bug in ocsmFindPmtr that did not consider the scope when looking for existing names; add putColors=0 option to DUMP so that _color attributes are written into STP/IGS file (as Color); add color4* test cases; add getColors=0 option to IMPORT so that Color attributes in STP/IGS files are converted to _color; add getcolors=0 option to udpImport so that Color attributes in STP/IGS files are converted to _color; update ESP to acknowledge that Nodes are not initially visible
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ESP/ESP-help.htmlN/A
The file was modified /trunk/ESP/ESP.jsN/A
The file was modified /trunk/ToDo.txtN/A
The file was added/trunk/data/basic/color4a.csmN/A
The file was added/trunk/data/basic/color4b.csmN/A
The file was added/trunk/data/basic/color4c.csmN/A
The file was modified /trunk/data/basic/importColor.csmN/A
The file was added/trunk/data/basic/verify_7.6.0/color4a.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/color4b.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/color4c.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/color4a.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/color4b.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/color4c.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/color4a.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/color4b.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/color4c.vfyN/A
The file was modified /trunk/doc/ESP_QuickReference.pdfN/A
The file was modified /trunk/doc/ESP_QuickReference.texN/A
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/udpImport.cOpenCSM/trunk/src/udpImport.c
Revision 2509 by jfdannen:
do not mark a Node as potentially spurious if it has a _Keep attribute; mark Nodes on axis of revolution of a REVOLVE command with a _Keep attribute; mark Nodes in JOIN or UNION that are in common with both parents with a _Keep attribute; mark new Nodes due to a scribe (via SUBTRACT a NodeBody or SheetBody) with a _Keep attribute; mark Nodes at beginning and end of RULE and BLEND with a _Keep attribute; add REMOVE_SPURIOUS compile-time option to remove spurious Nodes; add spurious* test cases; fix bug that made sensitivities of scribes susceptable to roundoff errors; fix documentation associated with SUBTRACT command
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ESP/ESP-help.htmlN/A
The file was modified /trunk/ToDo.txtN/A
The file was modified /trunk/data/basic/designZ9a.csmN/A
The file was modified /trunk/data/basic/designZ9b.csmN/A
The file was modified /trunk/data/basic/nodeAttribute.csmN/A
The file was modified /trunk/data/basic/plateHoles3.csmN/A
The file was modified /trunk/data/basic/plateHoles4.csmN/A
The file was added/trunk/data/basic/spurious1.csmN/A
The file was added/trunk/data/basic/spurious2.csmN/A
The file was added/trunk/data/basic/spurious3.csmN/A
The file was added/trunk/data/basic/spurious4.csmN/A
The file was added/trunk/data/basic/spurious5.csmN/A
The file was added/trunk/data/basic/spurious6.csmN/A
The file was added/trunk/data/basic/spurious7.csmN/A
The file was added/trunk/data/basic/spurious8.csmN/A
The file was added/trunk/data/basic/spurious9.csmN/A
The file was modified /trunk/data/basic/verify_7.6.0/designZ9a.vfyN/A
The file was modified /trunk/data/basic/verify_7.6.0/designZ9b.vfyN/A
The file was modified /trunk/data/basic/verify_7.6.0/matchBodys4b.vfyN/A
The file was modified /trunk/data/basic/verify_7.6.0/nodeAttribute.vfyN/A
The file was modified /trunk/data/basic/verify_7.6.0/plateHoles3.vfyN/A
The file was modified /trunk/data/basic/verify_7.6.0/plateHoles4.vfyN/A
The file was modified /trunk/data/basic/verify_7.6.0/slices2y.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/spurious1.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/spurious2.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/spurious3.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/spurious4.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/spurious5.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/spurious6.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/spurious7.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/spurious8.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/spurious9.vfyN/A
The file was modified /trunk/data/basic/verify_7.7.0/designZ9a.vfyN/A
The file was modified /trunk/data/basic/verify_7.7.0/designZ9b.vfyN/A
The file was modified /trunk/data/basic/verify_7.7.0/matchBodys4b.vfyN/A
The file was modified /trunk/data/basic/verify_7.7.0/nodeAttribute.vfyN/A
The file was modified /trunk/data/basic/verify_7.7.0/plateHoles3.vfyN/A
The file was modified /trunk/data/basic/verify_7.7.0/plateHoles4.vfyN/A
The file was modified /trunk/data/basic/verify_7.7.0/slices2y.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/spurious1.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/spurious2.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/spurious3.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/spurious4.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/spurious5.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/spurious6.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/spurious7.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/spurious8.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/spurious9.vfyN/A
The file was modified /trunk/data/basic/verify_7.8.0/designZ9a.vfyN/A
The file was modified /trunk/data/basic/verify_7.8.0/designZ9b.vfyN/A
The file was modified /trunk/data/basic/verify_7.8.0/matchBodys4b.vfyN/A
The file was modified /trunk/data/basic/verify_7.8.0/nodeAttribute.vfyN/A
The file was modified /trunk/data/basic/verify_7.8.0/plateHoles3.vfyN/A
The file was modified /trunk/data/basic/verify_7.8.0/plateHoles4.vfyN/A
The file was modified /trunk/data/basic/verify_7.8.0/slices2y.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/spurious1.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/spurious2.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/spurious3.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/spurious4.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/spurious5.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/spurious6.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/spurious7.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/spurious8.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/spurious9.vfyN/A
The file was modified /trunk/prebuiltTesting/testBetaN/A
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/OpenCSM.hOpenCSM/trunk/src/OpenCSM.h
Revision 2508 by jfdannen:
if Body has _newSeqnum attribute, use a new sequence numbering scheme for _edgeID and _faceID that is not based upon cg positions or areas
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtN/A
The file was modified /trunk/data/basic/seqnum1.csmN/A
The file was modified /trunk/data/basic/seqnum10.csmN/A
The file was modified /trunk/data/basic/seqnum2.csmN/A
The file was modified /trunk/data/basic/seqnum3.csmN/A
The file was modified /trunk/data/basic/seqnum4.csmN/A
The file was modified /trunk/data/basic/seqnum5.csmN/A
The file was modified /trunk/data/basic/seqnum6.csmN/A
The file was modified /trunk/data/basic/seqnum7.csmN/A
The file was modified /trunk/data/basic/seqnum8.csmN/A
The file was modified /trunk/data/basic/seqnum9.csmN/A
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
Revision 2507 by jfdannen:
change signature of unpublished convertToBSplines routine; add mindeg argument to udfNuscale so that B-spline order can be increased; modify udfWarp so that it can be applied to a SheetBody; add warp4* and warp5* test cases; add seqnum* test cases
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ESP/ESP-help.htmlN/A
The file was modified /trunk/ToDo.txtN/A
The file was added/trunk/data/basic/seqnum1.csmN/A
The file was added/trunk/data/basic/seqnum10.csmN/A
The file was added/trunk/data/basic/seqnum2.csmN/A
The file was added/trunk/data/basic/seqnum3.csmN/A
The file was added/trunk/data/basic/seqnum4.csmN/A
The file was added/trunk/data/basic/seqnum5.csmN/A
The file was added/trunk/data/basic/seqnum6.csmN/A
The file was added/trunk/data/basic/seqnum7.csmN/A
The file was added/trunk/data/basic/seqnum8.csmN/A
The file was added/trunk/data/basic/seqnum9.csmN/A
The file was added/trunk/data/basic/verify_7.6.0/seqnum1.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/seqnum10.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/seqnum2.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/seqnum3.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/seqnum4.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/seqnum5.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/seqnum6.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/seqnum7.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/seqnum8.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/seqnum9.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/warp4a.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/warp4b.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/warp5a.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/warp5b.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/seqnum1.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/seqnum10.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/seqnum2.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/seqnum3.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/seqnum4.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/seqnum5.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/seqnum6.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/seqnum7.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/seqnum8.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/seqnum9.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/warp4a.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/warp4b.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/warp5a.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/warp5b.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/seqnum1.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/seqnum10.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/seqnum2.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/seqnum3.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/seqnum4.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/seqnum5.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/seqnum6.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/seqnum7.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/seqnum8.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/seqnum9.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/warp4a.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/warp4b.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/warp5a.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/warp5b.vfyN/A
The file was added/trunk/data/basic/warp4a.csmN/A
The file was added/trunk/data/basic/warp4b.csmN/A
The file was added/trunk/data/basic/warp5a.csmN/A
The file was added/trunk/data/basic/warp5b.csmN/A
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/udfNuscale.cOpenCSM/trunk/src/udfNuscale.c
The file was modified /trunk/src/udfWarp.cOpenCSM/trunk/src/udfWarp.c
The file was modified /trunk/src/udpParabaloid.cOpenCSM/trunk/src/udpParabaloid.c
Revision 2505 by jfdannen:
fix bug when recycling and last recycled Branch is a UDPARG; fix bug that did not transfer user-attributes from SheetBody on top of stack to result of a JOIN operation; add joinSheets7 test case; add _vspID and _vspSurf attributes to Bodys in udpVsp3; improve error detection for pmtrName in SET; add set2 test case; add EVALUATE EDGETESS and EVALUATE FACETESS to return the number of points and triangles in the tessellation of an Edge or Face; add tessSize test case; pressing Building button allows the user to reset the interface; improve error detection for pmtrName in PATBEG; add patbeg1 test case; improve error detection for pmtrName in GETATTR; add getattr3 test case
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ESP/ESP-help.htmlN/A
The file was modified /trunk/ESP/ESP.jsN/A
The file was added/trunk/ESP/examples/warp_udf_1.csm.txtN/A
The file was added/trunk/ESP/examples/warp_udf_1.egadsN/A
The file was added/trunk/ESP/examples/warp_udf_1.htmlN/A
The file was added/trunk/ESP/examples/warp_udf_1.pngN/A
The file was removed/trunk/ESP/examples/warp_udp_1.csm.txtN/A
The file was removed/trunk/ESP/examples/warp_udp_1.egadsN/A
The file was removed/trunk/ESP/examples/warp_udp_1.htmlN/A
The file was removed/trunk/ESP/examples/warp_udp_1.pngN/A
The file was modified /trunk/ToDo.txtN/A
The file was modified /trunk/data/basic/editAttrFile.csmN/A
The file was added/trunk/data/basic/getattr3.csmN/A
The file was added/trunk/data/basic/joinSheets7.csmN/A
The file was added/trunk/data/basic/patbeg1.csmN/A
The file was added/trunk/data/basic/set2.csmN/A
The file was added/trunk/data/basic/tessSize.csmN/A
The file was added/trunk/data/basic/verify_7.6.0/getattr3.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/joinSheets7.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/patbeg1.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/set2.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/tessSize.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/udprim6.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/warp1n.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/warp1x.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/warp1y.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/warp1z.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/warp2a.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/warp2b.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/warp2c.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/warp2d.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/warp3.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/getattr3.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/joinSheets7.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/patbeg1.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/set2.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/tessSize.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/udprim6.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/warp1n.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/warp1x.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/warp1y.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/warp1z.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/warp2a.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/warp2b.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/warp2c.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/warp2d.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/warp3.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/getattr3.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/joinSheets7.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/patbeg1.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/set2.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/tessSize.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/udprim6.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/warp1n.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/warp1x.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/warp1y.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/warp1z.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/warp2a.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/warp2b.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/warp2c.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/warp2d.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/warp3.vfyN/A
The file was modified /trunk/data/basic/waffleC1.csmN/A
The file was added/trunk/data/basic/warp1n.csmN/A
The file was added/trunk/data/basic/warp1x.csmN/A
The file was added/trunk/data/basic/warp1y.csmN/A
The file was added/trunk/data/basic/warp1z.csmN/A
The file was added/trunk/data/basic/warp2a.csmN/A
The file was added/trunk/data/basic/warp2b.csmN/A
The file was added/trunk/data/basic/warp2c.csmN/A
The file was added/trunk/data/basic/warp2d.csmN/A
The file was added/trunk/data/basic/warp3.csmN/A
The file was added/trunk/personalUdcN/A
The file was added/trunk/personalUdc/simpleBox.udcN/A
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 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/udfEditAttr.cOpenCSM/trunk/src/udfEditAttr.c
The file was added/trunk/src/udfWarp.cOpenCSM/trunk/src/udfWarp.c
The file was modified /trunk/src/udpUtilities.cOpenCSM/trunk/src/udpUtilities.c
The file was modified /trunk/src/udpVsp3.cOpenCSM/trunk/src/udpVsp3.c
The file was modified /trunk/src/udpWaffle.cOpenCSM/trunk/src/udpWaffle.c
The file was removed/trunk/src/udpWarp.cOpenCSM/trunk/src/udpWarp.c
Revision 2504 by jfdannen:
fix typos in ESP-help; allow straight camber line to be generated in udpNaca (if thickness=0, camber=0, and series=0); modify nacas3 test case; add missing semi-colon in training/data/session03/fuselage.csm; add importColor test case; fix bug associated with writing VTK files for non-manifold Bodys; add fourSheets test case; allow illegal_func_name error be caught in CATBEG; error during the evaluation of an argument in IFTHEN and ELSEIF should jump after ENDIF; add evalError1* test cases; error during the evaluation of an argument in PATBEG and PATBREAK should jump after PATEND; add evalError2* test cases; error during the evaluation of an argument in SKBEG should jump after SKEND; add evalError3* test cases; fix bug that did not update the at-parameters if a UDPARG was present
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ESP/ESP-help.htmlN/A
The file was modified /trunk/ToDo.txtN/A
The file was added/trunk/data/basic/evalError1a.csmN/A
The file was added/trunk/data/basic/evalError1b.csmN/A
The file was added/trunk/data/basic/evalError1c.csmN/A
The file was added/trunk/data/basic/evalError1d.csmN/A
The file was added/trunk/data/basic/evalError2a.csmN/A
The file was added/trunk/data/basic/evalError2b.csmN/A
The file was added/trunk/data/basic/evalError2c.csmN/A
The file was added/trunk/data/basic/evalError2d.csmN/A
The file was added/trunk/data/basic/evalError3a.csmN/A
The file was added/trunk/data/basic/evalError3b.csmN/A
The file was added/trunk/data/basic/evalError3c.csmN/A
The file was added/trunk/data/basic/evalError3d.csmN/A
The file was added/trunk/data/basic/fourSheets.csmN/A
The file was added/trunk/data/basic/importColor.csmN/A
The file was modified /trunk/data/basic/nacas3.csmN/A
The file was added/trunk/data/basic/verify_7.6.0/evalError1a.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/evalError1b.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/evalError1c.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/evalError1d.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/evalError2a.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/evalError2b.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/evalError2c.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/evalError2d.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/evalError3a.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/evalError3b.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/evalError3c.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/evalError3d.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/fourSheets.vfyN/A
The file was added/trunk/data/basic/verify_7.6.0/importColor.vfyN/A
The file was modified /trunk/data/basic/verify_7.6.0/nacas3.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/evalError1a.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/evalError1b.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/evalError1c.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/evalError1d.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/evalError2a.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/evalError2b.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/evalError2c.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/evalError2d.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/evalError3a.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/evalError3b.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/evalError3c.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/evalError3d.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/fourSheets.vfyN/A
The file was added/trunk/data/basic/verify_7.7.0/importColor.vfyN/A
The file was modified /trunk/data/basic/verify_7.7.0/nacas3.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/evalError1a.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/evalError1b.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/evalError1c.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/evalError1d.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/evalError2a.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/evalError2b.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/evalError2c.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/evalError2d.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/evalError3a.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/evalError3b.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/evalError3c.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/evalError3d.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/fourSheets.vfyN/A
The file was added/trunk/data/basic/verify_7.8.0/importColor.vfyN/A
The file was modified /trunk/data/basic/verify_7.8.0/nacas3.vfyN/A
The file was modified /trunk/data/legacy/tutorial1_new.csmN/A
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/udpNaca.cOpenCSM/trunk/src/udpNaca.c
Revision 2063 by galbramc:
Add EG_removeNodes and EG_mergeBSplineCurves to julia and python
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/jlEGADS/egads/src/egads.jlEGADS/trunk/jlEGADS/egads/src/egads.jl
The file was modified /trunk/jlEGADS/egads/test/runtests.jlEGADS/trunk/jlEGADS/egads/test/runtests.jl
The file was modified /trunk/pyEGADS/pyEGADS/egads.pyEGADS/trunk/pyEGADS/pyEGADS/egads.py
The file was modified /trunk/pyEGADS/pyEGADS/egads_common.pyEGADS/trunk/pyEGADS/pyEGADS/egads_common.py
The file was modified /trunk/pyEGADS/pyEGADS/egadslite.pyEGADS/trunk/pyEGADS/pyEGADS/egadslite.py
The file was modified /trunk/pyEGADS/test/test_egads.pyEGADS/trunk/pyEGADS/test/test_egads.py
The file was modified /trunk/src/egadsTopo.cppEGADS/trunk/src/egadsTopo.cpp
Revision 2062 by galbramc:
Fix EG_removeNodes for bodies with a single face
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsTopo.cppEGADS/trunk/src/egadsTopo.cpp
Revision 2061 by galbramc:
One more formatting fix
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/docs/EGADS_ref/egads.pdfEGADS/trunk/docs/EGADS_ref/egads.pdf
The file was modified /trunk/docs/EGADS_ref/egads.texEGADS/trunk/docs/EGADS_ref/egads.tex
Revision 2060 by haimes:
Update formatting of the EGADS docs
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/docs/EGADS_ref/egads.pdfEGADS/trunk/docs/EGADS_ref/egads.pdf
The file was modified /trunk/docs/EGADS_ref/egads.texEGADS/trunk/docs/EGADS_ref/egads.tex
Revision 2059 by galbramc:
Forgot a file
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsClasses.hEGADS/trunk/src/egadsClasses.h
Revision 2058 by galbramc:
More improvements for Color in STEP/IGES
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsIO.cppEGADS/trunk/src/egadsIO.cpp
Revision 2057 by galbramc:
Fixes for STEP/IGES Name import/export. Add STEP/IGES Edge Color attribute. Add STEP ColorFace/ColorEdge attribute.
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/docs/EGADS_ref/egads.pdfEGADS/trunk/docs/EGADS_ref/egads.pdf
The file was modified /trunk/docs/EGADS_ref/egads.texEGADS/trunk/docs/EGADS_ref/egads.tex
The file was modified /trunk/src/egadsClasses.hEGADS/trunk/src/egadsClasses.h
The file was modified /trunk/src/egadsIO.cppEGADS/trunk/src/egadsIO.cpp
Revision 2056 by galbramc:
Remove dos line endings. Fix Windoze compile error.
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/OCC/BRepLib_FuseEdges.cppEGADS/trunk/src/OCC/BRepLib_FuseEdges.cpp
The file was modified /trunk/src/egadsHLevel.cppEGADS/trunk/src/egadsHLevel.cpp
Revision 2055 by jfdannen:
update SBOs so that they avoid creating spurious Nodes
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/OCC/BRepLib_FuseEdges.cppEGADS/trunk/src/OCC/BRepLib_FuseEdges.cpp
The file was modified /trunk/src/egadsHLevel.cppEGADS/trunk/src/egadsHLevel.cpp
Revision 2054 by galbramc:
Fix possible segfault reading Name attribute from STEP/IGES
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsIO.cppEGADS/trunk/src/egadsIO.cpp
Revision 2053 by galbramc:
Fixes for EG_isEquivalent and EG_isSame
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsBase.cEGADS/trunk/src/egadsBase.c
The file was modified /trunk/src/egadsGeom.cppEGADS/trunk/src/egadsGeom.cpp
The file was modified /trunk/src/egadsTopo.cppEGADS/trunk/src/egadsTopo.cpp
Revision 2052 by galbramc:
Fix EG_isSame for LINE
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsBase.cEGADS/trunk/src/egadsBase.c
The file was modified /trunk/src/egadsGeom.cppEGADS/trunk/src/egadsGeom.cpp
Revision 2051 by haimes:
Add the functions EG_mergeBSplineCurves and EG_removeNodes to the EGADS API
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/docs/EGADS_ref/egads.pdfEGADS/trunk/docs/EGADS_ref/egads.pdf
The file was modified /trunk/docs/EGADS_ref/egads.texEGADS/trunk/docs/EGADS_ref/egads.tex
The file was modified /trunk/include/egads.hEGADS/trunk/include/egads.h
The file was modified /trunk/src/egads.defEGADS/trunk/src/egads.def
The file was modified /trunk/src/egadsGeom.cppEGADS/trunk/src/egadsGeom.cpp
The file was modified /trunk/src/egadsTopo.cppEGADS/trunk/src/egadsTopo.cpp
The file was modified /trunk/src/fgadsGeom.cEGADS/trunk/src/fgadsGeom.c
The file was modified /trunk/src/fgadsTopo.cEGADS/trunk/src/fgadsTopo.c
Revision 2050 by galbramc:
Update copyright date
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egads.rcEGADS/trunk/src/egads.rc
Revision 2049 by haimes:
Additional uprev mods
Change TypePath in RepositoryPath in Workspace
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 modified /trunk/lite/egadslite.rcEGADS/trunk/lite/egadslite.rc
The file was modified /trunk/src/egads.rcEGADS/trunk/src/egads.rc
Revision 878 by galbramc:
python suppressions
Change TypePath in RepositoryPath in Workspace
The file was modified /valgrind/valgrind-python.suppJenkinsESP/valgrind/valgrind-python.supp
Revision 877 by galbramc:
Set ESP_UDC_PATH
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Env.batJenkinsESP/ESP_Env.bat
The file was modified /ESP_Env.shJenkinsESP/ESP_Env.sh
Revision 876 by galbramc:
Adjust Compiling in parse
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_parseJenkinsESP/ESP_parse
Revision 875 by galbramc:
Track Compiling in log parse
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_parseJenkinsESP/ESP_parse
Revision 874 by galbramc:
Update scripts for CAPS training material
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Beta.batJenkinsESP/ESP_Beta.bat
The file was modified /ESP_PreBuilt.batJenkinsESP/ESP_PreBuilt.bat
The file was modified /ESP_PreBuilt.shJenkinsESP/ESP_PreBuilt.sh
The file was modified /ESP_Regression.batJenkinsESP/ESP_Regression.bat
The file was modified /ESPbfr.batJenkinsESP/ESPbfr.bat
Revision 873 by galbramc:
Add timing for ESPbfr.bat
Change TypePath in RepositoryPath in Workspace
The file was modified /ESPbfr.batJenkinsESP/ESPbfr.bat
The file was added/TimeMemJenkinsESP/TimeMem
The file was added/TimeMem/NMakefileJenkinsESP/TimeMem/NMakefile
The file was added/TimeMem/TimeMem.cJenkinsESP/TimeMem/TimeMem.c
The file was added/TimeMem/TimeMem.exeJenkinsESP/TimeMem/TimeMem.exe
Revision 872 by galbramc:
Ignore pip dependency
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_email.templateJenkinsESP/ESP_email.template
Revision 871 by galbramc:
Allow site packages for python. Look for python dlopen errors.
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_parseJenkinsESP/ESP_parse
The file was modified /ESPbfr.shJenkinsESP/ESPbfr.sh
Revision 870 by galbramc:
Revert last commit
Change TypePath in RepositoryPath in Workspace
The file was modified /ESPbfr.batJenkinsESP/ESPbfr.bat
Revision 869 by galbramc:
Measure egads build time on windoze
Change TypePath in RepositoryPath in Workspace
The file was modified /ESPbfr.batJenkinsESP/ESPbfr.bat
Revision 868 by galbramc:
Dissable matplotlib interactive plotting with Jenkins
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Env.batJenkinsESP/ESP_Env.bat
The file was modified /ESP_Env.shJenkinsESP/ESP_Env.sh
Revision 867 by jfdannen:
update for numpy/openmdao version incompatibility
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Beta.batJenkinsESP/ESP_Beta.bat
Revision 866 by jfdannen:
remove pip install numpy because latest version is incompatible with openmdao
Change TypePath in RepositoryPath in Workspace
The file was modified /ESPbfr.batJenkinsESP/ESPbfr.bat
Revision 865 by galbramc:
Look for more errors while parsing
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_parseJenkinsESP/ESP_parse
Revision 864 by galbramc:
Fixes for running 2023 CAPS training
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Sanitize.shJenkinsESP/ESP_Sanitize.sh
The file was modified /ESP_Valgrind.shJenkinsESP/ESP_Valgrind.sh
The file was modified /RunRegression.shJenkinsESP/RunRegression.sh