-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
07b97fe
commit 745755e
Showing
332 changed files
with
190,379 additions
and
258,372 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,105 +1,52 @@ | ||
/* | ||
* International Chemical Identifier (InChI) | ||
* Version 1 | ||
* Software version 1.04 | ||
* September 9, 2011 | ||
* Software version 1.05 | ||
* January 27, 2017 | ||
* | ||
* The InChI library and programs are free software developed under the | ||
* auspices of the International Union of Pure and Applied Chemistry (IUPAC). | ||
* Originally developed at NIST. Modifications and additions by IUPAC | ||
* and the InChI Trust. | ||
* Originally developed at NIST. | ||
* Modifications and additions by IUPAC and the InChI Trust. | ||
* Some portions of code were developed/changed by external contributors | ||
* (either contractor or volunteer) which are listed in the file | ||
* 'External-contributors' included in this distribution. | ||
* | ||
* IUPAC/InChI-Trust Licence No.1.0 for the | ||
* International Chemical Identifier (InChI) Software version 1.04 | ||
* International Chemical Identifier (InChI) | ||
* Copyright (C) IUPAC and InChI Trust Limited | ||
* | ||
* This library is free software; you can redistribute it and/or modify it | ||
* under the terms of the IUPAC/InChI Trust InChI Licence No.1.0, | ||
* or any later version. | ||
* | ||
* Please note that this library is distributed WITHOUT ANY WARRANTIES | ||
* whatsoever, whether expressed or implied. See the IUPAC/InChI Trust | ||
* Licence for the International Chemical Identifier (InChI) Software | ||
* version 1.04, October 2011 ("IUPAC/InChI-Trust InChI Licence No.1.0") | ||
* for more details. | ||
* whatsoever, whether expressed or implied. | ||
* See the IUPAC/InChI-Trust InChI Licence No.1.0 for more details. | ||
* | ||
* You should have received a copy of the IUPAC/InChI Trust InChI | ||
* Licence No. 1.0 with this library; if not, please write to: | ||
* | ||
* The InChI Trust | ||
* c/o FIZ CHEMIE Berlin | ||
* 8 Cavendish Avenue | ||
* Cambridge CB1 7US | ||
* UK | ||
* | ||
* Franklinstrasse 11 | ||
* 10587 Berlin | ||
* GERMANY | ||
* | ||
* or email to: ulrich@inchi-trust.org. | ||
* or e-mail to alan@inchi-trust.org | ||
* | ||
*/ | ||
|
||
|
||
|
||
This directory includes 'command line' InChI executable and InChI API library binaries. | ||
The 32 and 64 bit versions are supplied for both Windows and Linux. | ||
This directory contains binaries of command line InChI executable (inchi-1) | ||
and InChI API library (libinchi). The 32 and 64 bit versions are supplied | ||
for both Windows and Linux. | ||
|
||
Also included is winchi-1.exe, a graphical Windows application | ||
(directory 'windows'; a 32 bit version which will also run under 64 bit Windows). | ||
|
||
Note that: | ||
|
||
========= | ||
FILES | ||
========= | ||
|
||
readme.txt This file | ||
|
||
WINDOWS SUB-DIRECTORY | ||
winchi-1.exe InChI graphical Windows application | ||
|
||
32BIT SUB-DIRECTORY | ||
inchi-1.exe InChI stand-alone command line executable, 32 bit | ||
|
||
DLL SUB-DIRECTORY | ||
libinchi.dll InChI dynamic-link library, 32 bit | ||
|
||
64BIT SUB-DIRECTORY | ||
inchi-1.exe InChI stand-alone command line executable, 64 bit | ||
|
||
DLL SUB-DIRECTORY | ||
libinchi.dll InChI dynamic-link library, 64 bit | ||
|
||
LINUX SUB-DIRECTORY | ||
|
||
32BIT SUB-DIRECTORY | ||
inchi-1.gz InChI stand-alone command line executable, 32 bit; gzipped | ||
|
||
SO SUB-DIRECTORY | ||
libinchi.so.1.04.00.gz shared library for InChI API, 32 bit; gzipped | ||
|
||
64BIT SUB-DIRECTORY | ||
inchi-1.gz InChI stand-alone command line executable, 64 bit; gzipped | ||
|
||
SO SUB-DIRECTORY | ||
libinchi.so.1.04.00.gz shared library for InChI API, 64 bit; gzipped | ||
|
||
|
||
|
||
Note-1. InChI stand-alone executable inchi-1[.exe] does not require dll/so libraries. | ||
|
||
Note-2. Example programs which use InChI API library for both Windows (dll) and Linux (so) | ||
are supplied in INCHI-1-API/InChI_API section of this distribution package. | ||
There are examples for C ('inchi_main' application, see projects for MS Visual Studio 2008 'vc9' | ||
and gcc 'gcc_so_makefile' ) and Python ('python_sample'). Also supplied ther | ||
are InChI API library sorce codes and related MS Visual Studio 2008/gcc projects. | ||
|
||
Note-3. To use the shared library, you may wish to create 'libinchi.so.1' | ||
as a symbolic link to 'libinchi.so.1.04.00' | ||
|
||
|
||
|
||
========= | ||
LINKS | ||
========= | ||
* InChI stand-alone executable inchi-1[.exe] does not require InChI dll/so libraries. | ||
|
||
IUPAC http://www.iupac.org/inchi | ||
InChI Trust http://www.inchi-trust.org | ||
InChI discussion group https://lists.sourceforge.net/lists/listinfo/inchi-discuss | ||
* To use the shared library, you may wish to create 'libinchi.so.1' as a symbolic link | ||
to 'libinchi.so.1.05.00' |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,70 +1,49 @@ | ||
/* | ||
* International Chemical Identifier (InChI) | ||
* Version 1 | ||
* Software version 1.04 | ||
* September 9, 2011 | ||
* Software version 1.05 | ||
* January 27, 2017 | ||
* | ||
* The InChI library and programs are free software developed under the | ||
* auspices of the International Union of Pure and Applied Chemistry (IUPAC). | ||
* Originally developed at NIST. Modifications and additions by IUPAC | ||
* and the InChI Trust. | ||
* Originally developed at NIST. | ||
* Modifications and additions by IUPAC and the InChI Trust. | ||
* Some portions of code were developed/changed by external contributors | ||
* (either contractor or volunteer) which are listed in the file | ||
* 'External-contributors' included in this distribution. | ||
* | ||
* IUPAC/InChI-Trust Licence No.1.0 for the | ||
* International Chemical Identifier (InChI) Software version 1.04 | ||
* International Chemical Identifier (InChI) | ||
* Copyright (C) IUPAC and InChI Trust Limited | ||
* | ||
* This library is free software; you can redistribute it and/or modify it | ||
* under the terms of the IUPAC/InChI Trust InChI Licence No.1.0, | ||
* or any later version. | ||
* | ||
* Please note that this library is distributed WITHOUT ANY WARRANTIES | ||
* whatsoever, whether expressed or implied. See the IUPAC/InChI Trust | ||
* Licence for the International Chemical Identifier (InChI) Software | ||
* version 1.04, October 2011 ("IUPAC/InChI-Trust InChI Licence No.1.0") | ||
* for more details. | ||
* whatsoever, whether expressed or implied. | ||
* See the IUPAC/InChI-Trust InChI Licence No.1.0 for more details. | ||
* | ||
* You should have received a copy of the IUPAC/InChI Trust InChI | ||
* Licence No. 1.0 with this library; if not, please write to: | ||
* | ||
* The InChI Trust | ||
* c/o FIZ CHEMIE Berlin | ||
* 8 Cavendish Avenue | ||
* Cambridge CB1 7US | ||
* UK | ||
* | ||
* Franklinstrasse 11 | ||
* 10587 Berlin | ||
* GERMANY | ||
* | ||
* or email to: ulrich@inchi-trust.org. | ||
* or e-mail to alan@inchi-trust.org | ||
* | ||
*/ | ||
|
||
|
||
|
||
This directory contains documentation related to InChI/InChIKey | ||
identifiers, v. 1, and InChI/InChIKey software v. 1.04 (2011). | ||
|
||
|
||
========= | ||
FILES | ||
========= | ||
identifiers, v. 1, and InChI/InChIKey software v. 1.05 (Winter 2017). | ||
|
||
readme.txt This file | ||
|
||
RelNotes.pdf Release Notes for InChI software v. 1.04 | ||
|
||
RelNotes.pdf Release Notes | ||
InChI_UserGuide.pdf InChI User's Guide | ||
|
||
InChI_API_Reference.pdf InChI API Reference | ||
|
||
InChI_TechMan.pdf InChI Technical Manual | ||
|
||
|
||
|
||
|
||
|
||
========= | ||
LINKS | ||
========= | ||
|
||
IUPAC http://www.iupac.org/inchi | ||
InChI Trust http://www.inchi-trust.org | ||
InChI discussion group https://lists.sourceforge.net/lists/listinfo/inchi-discuss | ||
External-contributors.pdf List of external contributors (other than InChITrust) | ||
who specifically contributed to this release |
Oops, something went wrong.