ttmath/ttmath
Tomasz Sowa b36821024b changed: in Parser: the last commit has been changed to:
oper.erase(oper.begin() + oper.size() - 1)
	 because oper.pop_back() is available from c++11 



git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@1049 e52654a7-88a9-db11-a3e9-0013d4bc506e
2017-03-12 12:34:01 +00:00
..
ttmath.h changed: get rid of some warnings generated by gcc and clang 2017-02-07 14:19:59 +00:00
ttmathbig.h changed: get rid of some warnings generated by gcc and clang 2017-02-07 14:19:59 +00:00
ttmathdec.h added: ttmath/ttmathdec.h 2012-02-04 16:26:11 +00:00
ttmathint.h changed: get rid of some warnings generated by gcc and clang 2017-02-07 14:19:59 +00:00
ttmathmisc.h added: macro TTMATH_DONT_USE_WCHAR 2010-03-01 13:08:50 +00:00
ttmathobjects.h fixed: in Object::GetValueAndParam() there was value.empty() used instead of value.clear() 2017-02-08 08:42:02 +00:00
ttmathparser.h changed: in Parser: the last commit has been changed to: 2017-03-12 12:34:01 +00:00
ttmaththreads.h added: multithread support for Big<> class 2009-08-04 18:23:35 +00:00
ttmathtypes.h changed: get rid of some warnings generated by gcc and clang 2017-02-07 14:19:59 +00:00
ttmathuint.h changed: changed code in some places to remove warnings generated by Visual Studio 2017-02-07 20:42:43 +00:00
ttmathuint_noasm.h fixed: TTMATH_DEBUG_LOG has generated different carry-flags in UInt<> (when TTMATH_NOASM was used) 2010-09-15 20:43:21 +00:00
ttmathuint_x86.h added: static sint UInt<value_size>::FindLowestBitInWord(uint x) 2010-01-03 01:10:37 +00:00
ttmathuint_x86_64.h added: on 32bit platforms: 2010-09-19 17:23:39 +00:00
ttmathuint_x86_64_msvc.asm fixed: in x86_64 asm code (for Win64) there were in some places the esp register used, 2017-02-06 02:13:05 +00:00
win64_assemble.bat changed: changed code in some places to remove warnings generated by Visual Studio 2017-02-07 20:42:43 +00:00