1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Streamline testing. Medium trials use more trials than before. Aim is to get accurate, reproducible trial time. Report number of trials used.
Paul Leopardi
as Paul C. Leopardi
More... over 21 years ago
Use different tuning policies controlled by preprocessor defines. This was used for testing as documented in the paper, "A generalized FFT for Clifford algebras".
Paul Leopardi
as Paul C. Leopardi
More... over 21 years ago
Streamline test. Use multivector_t as name of type.
Paul Leopardi
as Paul C. Leopardi
More... over 21 years ago
Use try_catch
Paul Leopardi
as Paul C. Leopardi
More... over 21 years ago
Test using hash_map on Athlon64 3200+
Paul Leopardi
as Paul C. Leopardi
More... over 21 years ago
Move declaration of try_catch to errors.h and definition to errors_imp.h
Paul Leopardi
as Paul C. Leopardi
More... over 21 years ago
Change misleading variable name
Paul Leopardi
as Paul C. Leopardi
More... over 21 years ago
Update automake to 1.7.6
Paul Leopardi
as Paul C. Leopardi
More... over 21 years ago
Update Boost instructions. Update testing status. Add description of --with-hash-map.
Paul Leopardi
as Paul C. Leopardi
More... over 21 years ago
Improve description of GluCat classes. Update and rearrange web site and software references. Update Boost instructions. Update testing status. Add descriptions of _GLUCAT_HAS_UBLAS_LU_H and _GLUCAT_USE_GNU_CXX_HASH_MAP to Usage. Move layout of headers to Coding standards.
Paul Leopardi
as Paul C. Leopardi
More... over 21 years ago
Remove obsolete TODO items. Add SWIG and CLU TODO items. Rearrange priorities.
Paul Leopardi
as Paul C. Leopardi
More... over 21 years ago
Update to version 0.1.5
Paul Leopardi
as Paul C. Leopardi
More... over 21 years ago
Add Jan Cnops as author of recursive expression for matrix representation. Add Henk Jansen as tester. Add more GFFT references. Fix punctuation.
Paul Leopardi
as Paul C. Leopardi
More... over 21 years ago
Update to aclocal 1.7.6
Paul Leopardi
as Paul C. Leopardi
More... over 21 years ago
New name for Doxygen configuration file. Change GluCat version to 0.1.5. Bring up to date. Include new Doxygen capabilities.
Paul Leopardi
as Paul C. Leopardi
More... over 21 years ago
Change GluCat version to 0.1.5. Add --with-hash-map, which sets $glucat_use_hash_map, which adds -D_USE_GLUCAT_GNU_CXX_HASH_MAP to CXXFLAGS. Move test for <boost/numeric/ublas/lu.hpp> to an earlier part of configure. Fix test for Woverloaded-virtual. Increase O3 -finline-limit to 1600. Add test for mcmodel=medium to support AMD64 medium model.
Paul Leopardi
as Paul C. Leopardi
More... over 21 years ago
Update using cvs2cl.pl
Paul Leopardi
as Paul C. Leopardi
More... about 22 years ago
Use test results from runs of this version.
Paul Leopardi
as Paul C. Leopardi
More... about 22 years ago
Update to version 0.1.4
Paul Leopardi
as Paul C. Leopardi
More... about 22 years ago
Make tests depend on template parameters rather than fixed typedefs.
Paul Leopardi
as Paul C. Leopardi
More... about 22 years ago
Decrease DEFAULT_Inv_Fast_Dim_Threshold to 1 << 4
Paul Leopardi
as Paul C. Leopardi
More... about 22 years ago
Minor tidy up. Define and use permutation_t.
Paul Leopardi
as Paul C. Leopardi
More... about 22 years ago
Previous implementation was too slow. Optimize: o Use bitset_t as much as possible. o New member function lex_less_than() o Make operator<() into a member function.
Paul Leopardi
as Paul C. Leopardi
More... about 22 years ago
New index_set<> member function less_less_than. Make operator< into a member function.
Paul Leopardi
as Paul C. Leopardi
More... about 22 years ago
Update using cvs2cl.pl
Paul Leopardi
as Paul C. Leopardi
More... about 22 years ago
Describe changes for version 0.1.4. Reformat.
Paul Leopardi
as Paul C. Leopardi
More... about 22 years ago
Update to version 0.1.4
Paul Leopardi
as Paul C. Leopardi
More... about 22 years ago
Change mapping of index_set_t to bitset_t to make index 0 of index_set_t a "virtual" bit rather than a real dead bit of bitset_t. This allows DEFAULT_LO to be reduced by 1, and DEFAULT_HI to be increased by 1. For a 32 bit unsigned long, the default index_set_t is now index_set<-16,16>, using std::bitset<32> rather than index_set<-15,15>, using std::bitset<31>.
Paul Leopardi
as Paul C. Leopardi
More... about 22 years ago
Reformat: change tabs to spaces, fold long lines, tidy up.
Paul Leopardi
as Paul C. Leopardi
More... about 22 years ago
Add to CVS. This should have been added for glucat-0.1.3 and tagged release_0_1_3
Paul Leopardi
as Paul C. Leopardi
More... about 22 years ago