Greg Landrum
da9de0b520
Fixes #103
2013-10-18 05:41:02 +02:00
Greg Landrum
c95d57aa54
add in-place form of addHs()
2013-10-04 07:58:53 +02:00
Greg Landrum
a77371902f
more work on sf.net issue 250
2012-09-13 04:40:28 +00:00
Greg Landrum
853d8f4750
fix and test sf.net issue 250
2012-09-11 06:39:21 +00:00
Greg Landrum
14e396c26d
refactoring the SMILES parser to make it more efficient
...
NOTE: this changes the ordering of bonds in molecules with branches.
2012-08-28 04:01:49 +00:00
Greg Landrum
b98fd417e6
make sure all confs get copied
2011-03-30 05:43:55 +00:00
Greg Landrum
e2521dccbc
add murcko decomposition;
...
be sure pathToSubmol copies over coordinates
2011-02-21 06:43:53 +00:00
Greg Landrum
28747ea745
checkin some fragment and fingerprint changes. these are not yet well tested
2011-01-14 06:24:03 +00:00
Greg Landrum
3b3d44db16
remove exe property from source files
2011-01-13 04:22:56 +00:00
Greg Landrum
b993f89afe
remove the bjam-based build system
2010-09-27 03:54:07 +00:00
Greg Landrum
f3fbef45c5
update copyright statements
2010-09-26 17:04:37 +00:00
Greg Landrum
4db8233db6
sync with trunk
2010-09-10 05:12:41 +00:00
Greg Landrum
052ec66542
cleanups:
...
remove x bit from headers and sources;
remove a couple empty files from Code/GraphMol
2010-09-08 04:25:57 +00:00
Greg Landrum
cb6cdb99b3
merge in a set of changes from Riccardo V. to install .h files as well;
...
this needs more testing.
2010-09-04 14:07:22 +00:00
Greg Landrum
4b78f97572
add findAllPathsOfLengthsMtoN(), corresponds to findAllSubgraphsOfLengthsMtoN()
...
support path-based (i.e. non-branched fingerprints)
2010-08-21 00:20:18 +00:00
Greg Landrum
d78ab0410c
add some comments
2009-11-04 04:41:09 +00:00
Greg Landrum
e1a55230d9
remove lapack stuff from cmake build system
2009-11-01 11:01:24 +00:00
Greg Landrum
3c69983aa2
remove lapack/blas dependency from the GraphMol/Subgraphs area; needs docs and testing on other systems
2009-10-30 09:30:27 +00:00
Greg Landrum
53485592ca
builds on windows with visual studio; need to pass back to linux now
2009-10-01 13:35:48 +00:00
Greg Landrum
76297b0fff
builds and passes tests on linux
2009-09-28 11:02:18 +00:00
Greg Landrum
8e731f9e70
move the MolDiscriminators calculations into Subgraphs in order to remove the lapack dependency from the core molecule code;
...
At some point the BalabanJ calculation, still in MolDiscriminators.cpp, should be
moved to MolDescriptors.
2009-04-10 04:09:49 +00:00
Greg Landrum
f3dc387bc4
merge changes from revs991:996 on Ullmann_9Feb2009 branch;
...
get USE_VFLIB fulling working and make it the default
2009-02-28 16:52:06 +00:00
Greg Landrum
e05580e495
This is a sizeable one: change the way BGL is used so that atoms and bonds are stored as bundled properties
...
instead of using the property map interface.
A nice side-effect is that the wart of having to use property maps to loop over bonds or atom neighbors
is now gone.
This potentially breaks lots of client C++ code.
2009-02-11 20:19:25 +00:00
Greg Landrum
8bf7a4c187
now all tests pass here as well
2009-02-03 05:26:10 +00:00
Greg Landrum
2580fbaaa2
this is probably a ways from done, but now at least we can run bjam under mingw without it immediately erroring out
2008-11-15 17:14:13 +00:00
Greg Landrum
e84ede073f
further jamfile mods for macosx
2008-10-19 16:02:11 +00:00
Greg Landrum
89a34d1a39
get this building on Darwin; NOTE: this may not work on win or linux yet
2008-09-03 19:24:35 +00:00
Greg Landrum
a8ea9cba40
Clean up includes so that this might build with the gcc 4.3 series.
...
This still needs to be tested on win.
2008-08-05 19:48:21 +00:00
Greg Landrum
3cd8d1cd7e
a bit of optimization and code cleanup
2008-06-27 04:13:19 +00:00
Greg Landrum
1810d4ba18
remove some old references to lapack++; cleanup the subgraph utils code a bit
2008-04-24 07:17:44 +00:00
Greg Landrum
8f8a885b50
test required fp trends;some optimization work
2008-04-09 07:10:30 +00:00
Greg Landrum
8424d36830
get things building on windows.
2008-04-08 18:24:56 +00:00
Greg Landrum
a1ed48bccb
add an alternate approach for hashing fingerprints
2008-04-08 16:06:25 +00:00
Greg Landrum
d3aea154ef
switch everything over to dynamic linking in order to try and solve
...
the horrible cross-library exception handling mess on linux. This may well break things on windows, which
might want these things static. Regardless, even as it is, this should be considered experimental
2008-04-08 10:24:57 +00:00
Greg Landrum
26a4124ad9
remove files for old build system
2008-02-20 17:06:59 +00:00
Greg Landrum
430a83bd96
merge in the jamfiles from the bjam branch;
...
various and sundry minor code cleanups;
this probably does not yet build on windows... that is next
2007-11-23 15:55:30 +00:00
Greg Landrum
3e6cb74075
cleanup and documentation changes
2007-11-14 06:09:52 +00:00
Greg Landrum
47d47a49d3
remove vestiges of old windows build system
2007-07-31 17:09:53 +00:00
Greg Landrum
8a19c38e21
- Get windows debug builds working
...
- Remove requirement that boost be in $RDBASE/External on windows (the BOOSTHOME environment variable is now required)
- fix dependencies
This builds on windows in debug mode now and most tests pass. There's a problem with PySVD in debug mode and for some reason the rdAlignments wrapper test fails; but these don't seem super important.
https://sourceforge.net/tracker/index.php?func=detail&aid=1485703&group_id=160139&atid=814650
2006-05-11 00:42:39 +00:00
Greg Landrum
b87de75d56
get g++ out of the makefiles... use CXX instead
2006-05-09 23:20:26 +00:00
Greg Landrum
31b53a96d2
clean up some legacy cruft
2006-05-08 15:21:24 +00:00
Greg Landrum
5d03333c22
setup svn keywords (should have done this before import... grn)
2006-05-06 22:54:39 +00:00
Greg Landrum
75a79b6327
initial import
2006-05-06 22:20:08 +00:00