root/MOAB

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3276 [3276] 3 weeks sjackson Remove dependence on CGM's GeometryQueryEngine? from ReadCGM.cpp. This …
(edit) @3273 [3273] 3 weeks kraftche return error code if unrecognized options are passed to load_file or …
(edit) @3272 [3272] 3 weeks kraftche include MBmpi.h in any C++ code that includes an HDF5 header because …
(edit) @3271 [3271] 3 weeks kraftche portability fix: std::string may maintain as an explicit value and need …
(edit) @3262 [3262] 3 weeks kraftche remove incorrect comment
(edit) @3261 [3261] 3 weeks kraftche move some logic from common code to MOAB-specific, because it is the …
(edit) @3260 [3260] 3 weeks kraftche move some logic from common code to MOAB-specific, because it is the …
(edit) @3259 [3259] 3 weeks kraftche rename SNL_* macros to FATHOM_*
(edit) @3258 [3258] 3 weeks kraftche In the case where MPICH_IGNORE_CXX_SEEK is not sufficient to enable …
(edit) @3257 [3257] 3 weeks kraftche fix parallel test compilation
(edit) @3256 [3256] 3 weeks kraftche install MBmpi.h
(edit) @3255 [3255] 3 weeks kraftche o Move MPI configuration macros to a separate file o Change all #includes …
(edit) @3251 [3251] 4 weeks tautges Adding the file I'd fogotten to commit, thanks Jed.
(edit) @3250 [3250] 4 weeks tautges MBCore: using swap instead of '=' for range copy, for efficiency parallel: …
(edit) @3249 [3249] 4 weeks kraftche add MPI_Init and MPI_Finalize calls
(edit) @3248 [3248] 4 weeks kraftche fix C++ syntax in C file
(edit) @3245 [3245] 4 weeks bmsmith -bug fix: Make sure to set mFlags in MBMeshSet::set_flags -bug fix: Swap …
(edit) @3243 [3243] 4 weeks bmsmith Add interface function to change the options of a meshset.
(edit) @3241 [3241] 5 weeks bmsmith Undo previous commit to the wrong repo
(edit) @3240 [3240] 5 weeks bmsmith -Fix a bug in which a skin vert is inserted into a curve in t_joint. Tris …
(edit) @3238 [3238] 5 weeks kraftche fix bug in iMesh_rmvEntSet
(edit) @3237 [3237] 5 weeks kraftche add regressesion test for bug found by Jim
(edit) @3230 [3230] 5 weeks kraftche add missing include
(edit) @3229 [3229] 5 weeks kraftche Fix code that assumes iMesh_processError will update the local *err. Most …
(edit) @3226 [3226] 5 weeks kraftche o add missing includes o fix potential buffer overflow in error handling …
(edit) @3225 [3225] 5 weeks kraftche add missing include
(edit) @3220 [3220] 5 weeks tautges Adding MBMatrix3 to list of installed headers; it's referenced from an …
(edit) @3207 [3207] 6 weeks kraftche fix incorrect buffer size from pack_buffer causing segfaults for read with …
(edit) @3206 [3206] 6 weeks kraftche replace some macros with inline functions for better debugging (and better …
(edit) @3195 [3195] 7 weeks tautges Adding parallel test from Milad showing issues with shared entity …
(edit) @3194 [3194] 7 weeks tautges Correcting code which produced lots of warnings about string literals.
(edit) @3193 [3193] 7 weeks sjackson Update svn ignore properties on several newer directories
(edit) @3192 [3192] 7 weeks bmsmith Remove code that exists in ReadCGM.
(edit) @3190 [3190] 7 weeks kraftche fix build issues
(edit) @3189 [3189] 8 weeks kraftche remove unused file containing data duplicated elsewhere (ExoIIUtil and …
(edit) @3188 [3188] 8 weeks kraftche o Move creation of file set out of individual readers and into common …
(edit) @3187 [3187] 8 weeks pebay COMP: updated things so MOAB can compile again with CMake
(edit) @3186 [3186] 8 weeks kraftche fix valgrind error in stl_test: zero pad in struct used for binary I/O
(edit) @3185 [3185] 8 weeks pebay COMP: bypass the F2C prototype generator when not needed
(edit) @3184 [3184] 8 weeks kraftche add test input files to EXTRA_DIST
(edit) @3183 [3183] 8 weeks kraftche forgot input file for STL regression tests
(edit) @3182 [3182] 8 weeks kraftche fix incorrect comments
(edit) @3181 [3181] 8 weeks kraftche add a few regresstion tests for STL file I/O
(edit) @3180 [3180] 8 weeks kraftche fix bug reading binary STL files that require byte swapping
(edit) @3179 [3179] 8 weeks kraftche remove a few unnecessary bitwise ops in byte-swapping code
(edit) @3178 [3178] 8 weeks kraftche o Move Gmsh<=>MOAB type conversion data from ReadGmsh? to GmshUtil? so it …
(edit) @3177 [3177] 8 weeks kraftche o Support version 2.1 of Gmsh ASCII file format o Support reading 15-node …
(edit) @3176 [3176] 8 weeks kraftche remove unintended change from previous checkin
(edit) @3175 [3175] 8 weeks kraftche fix segfault when recovering from error
(edit) @3174 [3174] 8 weeks pebay ENH: update
(edit) @3173 [3173] 8 weeks kraftche null-terminate extension list for NASTRAN reader
(edit) @3172 [3172] 8 weeks bmsmith Forgot to add some examples that Jason found.
(edit) @3171 [3171] 8 weeks bmsmith Improved reader by: -checking for file format -get tokens from …
(edit) @3169 [3169] 2 months kraftche forgot this one
(edit) @3168 [3168] 2 months kraftche o Add function to test for intersection between a ray and a kD-tree leaf, …
(edit) @3161 [3161] 2 months jvporter More cleanup running parallel to adding iGeom
(edit) @3156 [3156] 2 months kraftche remove duplicate
(edit) @3153 [3153] 2 months kraftche Work around bug in either autoconf 2.64 or automake 1.11: split compiler …
(edit) @3149 [3149] 2 months kraftche s/FC_DEFS_/IGEOM_FC_DEFS_/
(edit) @3146 [3146] 2 months kraftche sync autoconf stuff shared by MOAB and CGM
(edit) @3145 [3145] 2 months jvporter * More reorganization courtesy of iGeom * Fix minor memory leaks * Better …
(edit) @3144 [3144] 2 months wilsonp Include quads_to_tris.hpp in make dist.
(edit) @3143 [3143] 2 months kraftche fix segfault by mbzoltan with current MBParallelComm API
(edit) @3142 [3142] 2 months kraftche work around portability issue in some versions of Zoltan
(edit) @3141 [3141] 2 months jvporter * Adjust internal naming scheme for PyTAPS to simplify addition of iGeom …
(edit) @3140 [3140] 2 months jvporter Branch for adding iGeom interface
(edit) @3139 [3139] 2 months jvporter Finalize C/C++ API for iMesh
(edit) @3138 [3138] 2 months jvporter Make PyTAPS more friendly to being extended via C/C++.
(edit) @3135 [3135] 2 months kraftche in vtk file comment line, print actual MOAB version rather than API …
(edit) @3133 [3133] 3 months kraftche add some utility methods
(edit) @3132 [3132] 3 months kraftche convert to use TestUtils?
(edit) @3131 [3131] 3 months kraftche Fix issues in MBWriteUtil::gather_nodes_from_elements - incorrect …
(edit) @3130 [3130] 3 months kraftche add error checking to NetCDF::gather_mesh_information
(edit) @3129 [3129] 3 months kraftche fix O(n2) behavior in MBRange::intersect
(edit) @3127 [3127] 3 months kraftche fix bug in MBBSPTree::merge_leaf
(edit) @3124 [3124] 3 months kraftche fix windows build issue
(edit) @3123 [3123] 3 months bmsmith Describe the structure of sets, tags, and mesh elements created by this …
(edit) @3122 [3122] 3 months bmsmith Initial commit of NASTRAN reader
(edit) @3121 [3121] 3 months jvporter Another quick test commit to check the buildbot…
(edit) @3120 [3120] 3 months bmsmith Fix ordering to calculate volume
(edit) @3117 [3117] 3 months jvporter Eliminate warnings when building
(edit) @3116 [3116] 3 months jvporter Test commit to make sure Buildbot SVNPoller is working
(edit) @3114 [3114] 3 months wilsonp Add support for reading mesh generated for use in ABAQUS. [Note: these …
(edit) @3112 [3112] 3 months jvporter * Consolidate fixed-width integer typedefs (stdint.h and friends) * Fix …
(edit) @3110 [3110] 3 months jvporter Remove initial underscores from identifiers (fixes issue with MSVC)
(edit) @3105 [3105] 3 months kraftche add new option and fix bug parsing -e and -n options
(edit) @3104 [3104] 3 months jvporter Fix bad commit
(edit) @3103 [3103] 3 months jvporter Eliminate the last of the warnings (I hope!)
(edit) @3102 [3102] 3 months jvporter * Fix some remaining strict-aliasing issues * Clean up indentation here …
(edit) @3101 [3101] 3 months kraftche fix 'type-punned pointer' warnings
(edit) @3100 [3100] 3 months kraftche fix 'type-punned pointer' warnings
(edit) @3099 [3099] 4 months jvporter Resolve warnings when Valgrind doesn't exist
(edit) @3098 [3098] 4 months bmsmith Fixed ray-fire test by plotting the geometry and determining that two of …
(edit) @3097 [3097] 4 months kraftche fix warnings
(edit) @3096 [3096] 4 months kraftche fix failing test for release builds (stupid mistake when fixing warnings …
(edit) @3095 [3095] 4 months kraftche fix warnings
(edit) @3094 [3094] 4 months bmsmith Changed default behavior to preserve entity IDs.
(edit) @3093 [3093] 4 months kraftche remove unnecessary 'static' for a few local variables
(edit) @3092 [3092] 4 months kraftche add flag to skip resolve of shared entities
(edit) @3091 [3091] 4 months kraftche values transposed in debug output
Note: See TracRevisionLog for help on using the revision log.