root/cgm/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3323 [3323] 13 days jvporter * Fix memory/sizing bugs in iGeom_getArr1stDrtv * Make offset arrays from …
(edit) @3312 [3312] 2 weeks jvporter Add IGEOM_INCLUDEDIR to iGeom-Defs.inc
(edit) @3275 [3275] 3 weeks jvporter * Make iterators work the same way they do in iMesh (has_data now …
(edit) @3274 [3274] 3 weeks hongjun o partest can deal with default input cases o "Moto.brep" geometry file is …
(edit) @3270 [3270] 3 weeks kraftche Fix nightly test failures: "chaman" "test" a) requires a user-specified …
(edit) @3269 [3269] 3 weeks kraftche o Move vector of CGMParallelComm instances from member of CGMTagManager …
(edit) @3268 [3268] 3 weeks kraftche add missing #include
(edit) @3267 [3267] 3 weeks kraftche 2nd and 3rd patches from Jed Brown to fix portability issues
(edit) @3266 [3266] 3 weeks kraftche fix mistakes in /SNL_/FATHOM_/ renaming that broke nightly tests
(edit) @3265 [3265] 3 weeks jvporter Fix the order of entity sets in set-theoretic operations
(edit) @3264 [3264] 3 weeks kraftche s/SNL_/FATHOM_/ in autoconf macros
(edit) @3263 [3263] 3 weeks kraftche copy MPI config from MOAB
(edit) @3254 [3254] 3 weeks jvporter * Fix casts in iGeom_isArrAdj * Fix iteration in iGeom_getArrNrmlSense and …
(edit) @3253 [3253] 4 weeks jvporter Make iGeom_getArrAdj and iGeom_getArr2ndAdj work like their iMesh …
(edit) @3252 [3252] 4 weeks jvporter Keep iGeom_getPntArrClsf from jumping up and down on the stack.
(edit) @3244 [3244] 4 weeks jvporter Fix segfault in iGeom_getArrTolerance
(edit) @3210 [3210] 5 weeks tautges Updating cgm init process in tests; better reference to .la file in itaps …
(edit) @3208 [3208] 6 weeks jvporter In iGeom_getArrTgntU, forward to the XYZ tangent function, not the XYZ …
(edit) @3205 [3205] 6 weeks jvporter * Fix size-checking and array allocation in iGeom_getArrNrmlUV
(edit) @3204 [3204] 6 weeks jvporter Add support for iGeom_get(Ent|Arr)UToUV
(edit) @3203 [3203] 6 weeks jvporter Add sanity check to iGeom_getFaceType
(edit) @3202 [3202] 6 weeks jvporter Add support for iGeom_getVtx(Arr)ToUV
(edit) @3201 [3201] 6 weeks jvporter Fix iGeom_getNumOfType when type is iBase_ALL_TYPES
(edit) @3200 [3200] 6 weeks kraftche Add CMake build support for OCC port
(edit) @3199 [3199] 6 weeks kraftche remove unused includes (mostly Cholla stuff)
(edit) @3198 [3198] 6 weeks kraftche remove unused code that depends on Cholla stuff (and is probably an …
(edit) @3197 [3197] 6 weeks jvporter Fix array allocation and dimension-checking issues in iGeom_getArrUVtoXYZ
(edit) @3196 [3196] 6 weeks jvporter Make iGeom_getArrXYZtoUV properly allocate uv array
(edit) @3191 [3191] 7 weeks kraftche fix detection of libcubitiXX.so such that it works with libtool 2.x
(edit) @3170 [3170] 2 months kraftche for 'make clean', remove itaps/testout.sat and mmgr.log files resulting …
(edit) @3167 [3167] 2 months kraftche tests should write output files to working (build) directory, not source …
(edit) @3166 [3166] 2 months kraftche o Rewrite most of TAG_CHECK_SIZE as an inline function rather than a …
(edit) @3165 [3165] 2 months kraftche fix passing of uninitialized value
(edit) @3164 [3164] 2 months kraftche Fix query of deleted entity: ACIS api_sweep_with_options(..) states that …
(edit) @3163 [3163] 2 months sjackson Add ad-hoc documentation of how the geometry creation functions in iGeom …
(edit) @3162 [3162] 2 months sjackson Skip the save/load entity set test when running under OCC
(edit) @3160 [3160] 2 months sjackson Fix spurious use of undefined macro USE_OCC.
(edit) @3159 [3159] 2 months sjackson Tell svn to ignore all the unversioned files produced by autoreconf -fi
(edit) @3158 [3158] 2 months kraftche remove debugging output from acis config
(edit) @3157 [3157] 2 months kraftche Fix ACIS config tests: a) Make things work with libtool 2.x.x, for which …
(edit) @3154 [3154] 2 months kraftche Work around bug in either autoconf 2.64 or automake 1.11: split compiler …
(edit) @3152 [3152] 2 months kraftche fix issue building shared libraries: CubitDynamicLoader?.cpp requires libdl
(edit) @3148 [3148] 2 months kraftche s/FC_DEFS_/IGEOM_FC_DEFS_/
(edit) @3147 [3147] 2 months kraftche sync autoconf stuff shared by MOAB and CGM
(edit) @3134 [3134] 3 months tautges Add a test to see if entity sets are saved.
(edit) @3128 [3128] 3 months hongjun o removed unneded override of default defines for OCC and ACIS
(edit) @3126 [3126] 3 months kraftche fix automake warning
(edit) @3125 [3125] 3 months kraftche remove dependency on X11 and other unnecessary external libraries
(edit) @3119 [3119] 3 months sjackson Add support for creating cones in iGeom by extending the interface with …
(edit) @3118 [3118] 3 months hongjun o "export_solid_model" and "import_solid_model" functions are added. o …
(edit) @3115 [3115] 3 months hongjun o Tag conventions for naming parallel CGM things o It was omitted for …
(edit) @3113 [3113] 3 months hongjun o Nightly distribution test error is fixed. o FileOption? is not used and …
(edit) @3111 [3111] 3 months hongjun o testgeomParallel test file is removed.
(edit) @3109 [3109] 3 months hongjun o OCC test geometry file is changed from "Hip_Prothesis.brep" to …
(edit) @3108 [3108] 3 months hongjun o Parallel iGeom codes are added and modified. o CGMParallelComm.*pp, …
(edit) @3107 [3107] 3 months hongjun Add some function definitions for AcisQuery/Modifiy? without Acis.
(edit) @3106 [3106] 3 months hongjun OCC default test file is changed from "LeverArm?.brep" to …
(edit) @2947 [2947] 5 months kraftche fix broken iGeom closest point query
(edit) @2856 [2856] 7 months janehu Added a comment for not used function.
(edit) @2855 [2855] 7 months janehu Added test for tweak_move surface.
(edit) @2854 [2854] 7 months janehu Added tweak_move surface function; fixed bugs;as usuall, unite operation …
(edit) @2853 [2853] 7 months janehu Added a tweak_move curves function and some bug fixes for testing.
(edit) @2852 [2852] 7 months janehu Reverse un-intended check in.
(edit) @2851 [2851] 7 months janehu Added a test for tweak_move curves.
(edit) @2850 [2850] 7 months kraftche add explicit AC_CONFIG_AUX_DIR to avoid unwanted default behavior in some …
(edit) @2848 [2848] 7 months janehu Changed error message for mesh based geometry to OCC based geometry for …
(edit) @2847 [2847] 7 months janehu Not intended to change.
(edit) @2846 [2846] 7 months janehu Updated the makept for closest point location.
(edit) @2845 [2845] 7 months janehu Fixed for nightly tests failure as well as reporting failure when …
(edit) @2840 [2840] 7 months janehu Change back to the previous version.
(edit) @2837 [2837] 7 months janehu Fixed valgrind for MkCyl? and MkTwoCyls?'s definitely memory leaks and …
(edit) @2833 [2833] 7 months janehu Added the code for is_closed_in_ V or U direction for RefFaces?.
(edit) @2832 [2832] 7 months janehu fix for nightly build.
(edit) @2830 [2830] 7 months janehu Added a check for point containment check for surfaces which is part of a …
(edit) @2829 [2829] 7 months janehu Added assertions for auto-test, have posted a fix to opencascade source …
(edit) @2825 [2825] 7 months tautges Bumping version number to 10.2.3.
(edit) @2822 [2822] 7 months janehu Hopefully fixed the nightly test for 32 bit build.
(edit) @2818 [2818] 7 months janehu Added assertions for auto-testing.
(edit) @2817 [2817] 7 months janehu fix for the modify testing.
(edit) @2816 [2816] 7 months janehu Added asserts for testcases to detect possible test failures.
(edit) @2815 [2815] 7 months janehu Fixed the wrong use of the for statement.
(edit) @2811 [2811] 8 months janehu Fixed memory error for modify testcase.
(edit) @2808 [2808] 8 months janehu Fixed the problem that Jed reported.
(edit) @2807 [2807] 8 months janehu These files' change doesn't affect the fix of memory error, so restore to …
(edit) @2805 [2805] 8 months janehu Fixed memory error for calling coedge->loop() in disconnect_curves …
(edit) @2804 [2804] 8 months janehu Fixed the mktwocyls file's crash.
(edit) @2800 [2800] 8 months kraftche Add test to verify correct topology constuction and querying. Make a …
(edit) @2799 [2799] 8 months janehu Fixed some of the memery problems reported by valgrind.
(edit) @2797 [2797] 8 months tautges - add a crude but effective file type extraction from file name; this …
(edit) @2792 [2792] 8 months janehu updated for brep files format of having attributes.
(edit) @2791 [2791] 8 months janehu Fix for brep files without attribute reading.
(edit) @2790 [2790] 8 months janehu changed the brep file read/write format to append all attributes at the …
(edit) @2785 [2785] 8 months kraftche Fix nightly test failures: "chaman" "test" a) requires a user-specified …
(edit) @2775 [2775] 8 months janehu fixed for read_geometry function for brep files with attribute reported by …
(edit) @2774 [2774] 8 months kraftche conform to ITAPS spec for string options: no pre-defined deliminator, …
(edit) @2772 [2772] 8 months tautges Adding small test from Chaman Verma. Changing tag implementation to …
(edit) @2769 [2769] 8 months janehu Added remove_sliver_curve function, not tested yet.
(edit) @2766 [2766] 8 months janehu Updated for fillet/chamfer testing.
(edit) @2765 [2765] 8 months janehu Added a check on chamfer with different cutting distance.
(edit) @2764 [2764] 8 months janehu fixed the nightly build problem.
Note: See TracRevisionLog for help on using the revision log.