Greg Landrum
|
f35e04403a
|
replace the usage of rdk_auto_ptr with std::unique_ptr (#1752)
That is what was being used for modern c++ anyway
|
2018-02-14 19:49:47 -05:00 |
|
Greg Landrum
|
f94e277856
|
another pass of clang modernize
|
2017-10-12 06:35:51 +02:00 |
|
Greg Landrum
|
915cf08faa
|
run clang-format with c++-11 style over that
|
2017-04-22 17:19:10 +02:00 |
|
Greg Landrum
|
7c0bb0b743
|
clang-tidy output
|
2017-04-22 17:09:24 +02:00 |
|
gedeck
|
e9af48ffd7
|
Issue1071/yapf (#1078)
* Issue #1071: add yapf configuration file
* yapf formatting of Code directory
* yapf formatting of Contrib directory
* yapf formatting of Data directory
* yapf formatting of Docs directory
* yapf formatting of External directory
* yapf formatting of Projects directory
* yapf formatting of Regress directory
* yapf formatting of Scripts directory
* yapf formatting of Web directory
* yapf formatting of rdkit directory
|
2016-09-23 04:58:46 +02:00 |
|
Greg Landrum
|
f595f891f6
|
rename rdk_unique_ptr to rdk_auto_ptr
add C++11 compatibility
|
2016-02-13 14:58:35 +01:00 |
|
Greg Landrum
|
fd70687cae
|
at this point everything builds and all tests pass
|
2016-02-13 08:25:25 +01:00 |
|
Greg Landrum
|
e08e0d16d8
|
first pass, using google style
|
2015-11-14 14:58:11 +01:00 |
|
Brian Kelley
|
e1b92efeee
|
Adds more boost header file ignores
|
2015-10-18 22:23:58 -04:00 |
|
Brian Kelley
|
54311dff9c
|
Suppresses warnings in tests
|
2015-10-18 16:09:58 -04:00 |
|
Brian Kelley
|
5f59333a56
|
Silences unused parameters
|
2015-10-18 14:02:29 -04:00 |
|
Brian Kelley
|
403a3d6b7c
|
Suppresses Boost warnings
|
2015-10-18 13:41:03 -04:00 |
|
Greg Landrum
|
b1b5a535d5
|
get the MolHash code building on windows
|
2015-04-14 06:07:11 +02:00 |
|
Greg Landrum
|
31b72cc5f2
|
add a test
|
2015-02-17 06:28:54 +01:00 |
|
Greg Landrum
|
f38204252a
|
Add initial version of molecule hashing
|
2015-02-17 04:03:48 +01:00 |
|