Programming Languages: C++
License: GNU General Public License version 2.0 (GPLv2)
browse code,
statistics,
last commit on 2012-05-26
svn co https://openbabel.svn.sourceforge.net/svnroot/openbabel openbabel
Hmm, looking at limits: INT_MIN: -2147483648 INT_MAX: 2147483647 UINT_MAX: 4294967295 LONG_MIN: -9223372036854775808 LONG_MAX: 9223372036854775807 ULONG_MAX: 18446744073709551615 int and uint is a 32bit variable (amd64, gcc), but long is a 64bit. So this issue will not affect all 64bit systems, only those where the size of int is 64 bits if there are any. So now I'm...
2012-05-27 07:06:15 PDT by th9
conformersearch.h: Fix -Wdelete-non-virtual-dtor given by gcc4.7.
2012-05-27 04:43:36 PDT by th9
The value of SETWORD is different for 32 and 64bit arch, so the for 64bit arch there have to be 64 values initialized in bitsoff array. Also LowBit macro has to be aware of the different word size. The same goes for SetRangeOn(), where ~0 can be used to set all bits of the word on.
2012-05-27 04:38:18 PDT by th9
pdbqtformat.cpp, bitvec.cpp: Fix -Wnarrowing given by gcc4.7.
2012-05-27 04:33:51 PDT by th9
chrismorl committed revision 4767 to the Open Babel SVN repository, changing 1 files.
2012-05-26 01:22:15 PDT by chrismorl
chrismorl committed revision 4766 to the Open Babel SVN repository, changing 1 files.
2012-05-25 01:46:11 PDT by chrismorl
Fixed in r4765.
2012-05-24 12:37:51 PDT by baoilleach
baoilleach committed revision 4765 to the Open Babel SVN repository, changing 1 files.
2012-05-24 12:36:56 PDT by baoilleach
Added a test at the start of parsing, throw an error if the string is longer than BUFF_SIZE.
2012-05-24 11:58:58 PDT by cjames53
cjames53 committed revision 4764 to the Open Babel SVN repository, changing 1 files.
2012-05-24 11:57:08 PDT by cjames53