Tags: rjrelyea/SHELib
Tags
Commits: SHELib-0.1-1..HEAD - enable builds without documents for RHEL-9 Stream since powertools aren't available in the RHEL-9 Stream compose yet.
Commits: HEAD - Fix missing 'doc' in %%file section - sigh, spell pkgconfig correctly - Put confg.pc in the correct location. - Fix variable termination problem - Fix missing space - Fix errors in man and doc install in Makefile - Add bootstrap statistics - Add pandoc requirement. - Add documentation and pkg-config files - Add pkgconfig file - Add install-time dependency on HElib - Fix bug in rounding when the value is negative. - Update spec to correctly spell SHETest - 1. make setUnbiasedExp that a signed value (since exp's are signed). - Drop log from the sniff test - Add SHETest to check section of .spec file - 1. Add more math.h functions. - update tan function. - Fix bug in setBit() when setting a bit in an explicitZero SHEInt using - Fix floating point compair bug. - 1. Fix bugs in trunc() and fract(). - More build fixes - Fix install problem - Update install to include headers, - Add build dependencies on gmp-devel - update Makefile for autobuild - Add bootstrap reporting to test scripts - 1. Fix bug in operator%() where it was returning the quotient not the remainder - 1. Fix Makefile issues - Update make system for automake in copr - remove old .spec - Rename spec - Start setting up rpm build - Add float to integer Math functions - 1. move performance defines to SHEConfig.h - 1. Add floating point math libraries. (SHEMath.h SHEMath.cpp) - Make SHETest.cpp pass again. - Add recrypt counters, - SHEInt.h didn't have the config files removed. do so now - Pull all the config defines into a single SHEConfig.h file - Add TODO list - - Add Floating point tests to SHEText.cpp - General cleanups - pick up missing files to the repository. - Initial checkin - Initial commit