{"id":19473408,"url":"https://github.com/cee-studio/cint-5.18","last_synced_at":"2025-07-11T04:06:16.092Z","repository":{"id":118060346,"uuid":"564839974","full_name":"cee-studio/cint-5.18","owner":"cee-studio","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-11T16:15:54.000Z","size":2233,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-25T15:37:41.556Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cee-studio.png","metadata":{"files":{"readme":"README.txt","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-11T16:13:50.000Z","updated_at":"2022-11-11T16:16:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"4769843c-6205-4a80-8f39-dece31433ba2","html_url":"https://github.com/cee-studio/cint-5.18","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cee-studio/cint-5.18","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cee-studio%2Fcint-5.18","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cee-studio%2Fcint-5.18/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cee-studio%2Fcint-5.18/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cee-studio%2Fcint-5.18/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cee-studio","download_url":"https://codeload.github.com/cee-studio/cint-5.18/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cee-studio%2Fcint-5.18/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264726769,"owners_count":23654494,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T19:18:28.371Z","updated_at":"2025-07-11T04:06:11.064Z","avatar_url":"https://github.com/cee-studio.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"cint 5.18.00         (CINT is pronounced \"C-int\")\n     | |  |\n     | |  +- Patch level (changed almost weekly at each release)\n     | +- Minor version  (changed at DLL binary incompatibility)\n     +- Major version    (major architecture change)\n\n Author                 Masaharu Goto\n Copyright(c) 1995~2010 Masaharu Goto (gotom@hanno.jp)\n Mailing list           cint@root.cern.ch\n\n\nNote: Search 'Installation' for installation instruction.\n\n\n====== CINT ABSTRACT =======================================================\n\n \"cint\" is a C/C++ interpreter which has following features.\n\n * Support K\u0026R-C, ANSI-C, ANSI-C++\n    Cint has 80-90% coverage on K\u0026R-C, ANSI-C and C++ language constructs. \n   (Multiple inheritance, virtual function, function overloading, operator \n   overloading, default parameter, template, etc..)  Cint is solid enough \n   to interpret its own source code. \n    Cint is not aimed to be a 100% ANSI/ISO compliant C++ language processor.\n   It rather is a portable script language environment which is close enough \n   to the standard C++.\n\n * Handling Huge C/C++ source code\n    Cint can handle huge C/C++ source code. This has been a problem for other\n   C++ interpreter. Cint is quick in loading source files. Cint can interpret\n   its own over 60,000 lines source code.\n\n * Interpretation \u0026 Native Code Execution can be mixed\n    Depending on speed and interactiveness requirement, you can mix Native\n   Code execution and interpretation. \"makecint\" makes it possible to \n   encapsulate arbitrary C/C++ object as a precompiled library. Precompiled\n   library can be configured as a Dynamic Link Library. Access between\n   interpreted code and precompiled code can be done seamlessly in both\n   direction. \n\n * Single-Language solution\n    Cint/makecint is a Single-Language environment. It works with any \n   ANSI-C/C++ compiler to provide the interpreter environment on top of it.\n\n * Bridge between serious programmers and other professionals\n    Cint is meant to be a bridging tool between software and non-software\n   professionals. C++ looks rather easy under the interpreter environment.\n   It helps non-software professionals to talk in the same language to\n   their software counterpart. Today's System-On-Silicon evolution demands\n   integration and standardization of design tools in software, hardware, IC\n   and system design processes. Cint is a key enabling technology to this\n   critical issue.\n\n * Dynamic C++\n    Cint is dynamic. It can process C++ statements from command line,\n   dynamically define/erase class definition and functions, load/unload \n   source files and Dynamic Link Library.  Extended Run Time Type \n   Identification mechanism is provided. This will allow you to explore\n   unthinkable way of using C++.\n\n * Built-in Debugger, class browser\n    Cint has a built-in debugger with an extensive capability to debug\n   complex C++ execution flow. Text base class browser is a part of the \n   debugger capability.\n\n * Portability\n    CINT works on number of Operating Systems.\n   HP-UX, Linux, SunOS, Solaris, AIX, Alpha-OSF, IRIX, FreeBSD, NetBSD, \n   NEC EWS4800, NewsOS, BeBox, Windows-NT ,Windows-9x, MS-DOS, MacOS, VMS,\n   NextStep, Convex. Porting should be easy. Refer to platform/README. \n   What about OS2, VxWorks, etc...?\n\n * CINT users spread world wide\n    Many people world-wide are using Cint. Many C/C++ libraries have \n   been encapsulated. CERN and Fermi-Lab choose Cint as front-end command \n   processor and script interpreter for \"ROOT\" Object Oriented Software \n   Framework. The ROOT/CINT framework will be used in Large Hadron \n   Collider(LHC) research project beyond 2020.\n\n * More applications\n   We have done, so far, following integration.\n   ROOT/CINT framework: Next generation C++ Object Oriented Framework\n   WildC++ interpreter: CINT + Tcl/Tk \n   CINTOCX            : CINT + VisualBasic\n\n   There are unlimited opportunity of CINT integration. To list up a few,\n   Cint3D             : CINT, openGL, DirectModel, VRML integration for 3D\n   VeriCint           : CINT + Verilog-XL simulator connected by PLI and TCP/IP\n   MathCint           : CINT + Math library + Digital Filter Design tool, etc\n   CintSQL            : CINT + Database connection\n   CintWin32          : CINT + Win32 API\n   Your contribution will be greatly appreciated.\n\n\nLicense: ===================================================================\n\n See file COPYING in this directory for the licensing terms.\n\nGetting the latest package =================================================\n\n The source code package is available, \n see http://root.cern.ch/twiki/bin/view/ROOT/CINT\n\nCINT mailing list ==========================================================\n   cint@root.cern.ch\n     Send request to 'Majordomo@pcroot.cern.ch' containing following line for\n     subscription.\n\n       subscribe cint [preferred mail address]\n\n Archive for CINT mailing list can be accessed as follows.\n   http://root.cern.ch/root/cinttalk/AboutCint.html\n\n\nInstallation: ==============================================================\n\n See http://root.cern.ch/twiki/bin/view/ROOT/CINT\n\nSetting up environment variable:(UNIX) ======================================\n\n   After installation you need to set environment variables. If you installed \n   cint under '/usr/local/cint', for example\n\n\tksh/bsh/bash \tCINTSYSDIR=/usr/local/cint\n\t\t\tPATH=$PATH:$CINTSYSDIR\n\t\t\tMANPATH=$MANPATH:$CINTSYSDIR/doc\n\t\t\texport PATH CINTSYSDIR MANPATH\n\n\tcsh\t\tsetenv CINTSYSDIR /usr/local/cint\n\t\t\tsetenv PATH ($PATH $CINTSYSDIR)\n\t\t\tsetenv MANPATH ($MANPATH $CINTSYSDIR/doc)\n\n   You may need to set following variable too\n\n\tbash\t\tLD_LIBRARY_PATH=.:$CINTSYSDIR:$LD_LIBRARY_PATH\n\t\t\texport LD_LIBRARY_PATH\n\n   Now you can use 'cint'(interpreter itself) and 'makecint'(compile utility).\n\n\t$ cint \u003coptions\u003e \u003c[file1].c [file2].c [shl].sl ...\u003e [main].c\n\t$ makecint \u003c-o|-dl\u003e \u003c[obj]|[shl].sl\u003e -H [src].h -C++ [src].C \n\n\nCaution ====================================================================\n\n   Cint creates temp-files in /tmp, /usr/tmp, \\temp or windows\\temp\n   directory. Those files are automatically removed in normal situation but\n   sometimes left unremoved by accident. Check /tmp and /usr/tmp regulary \n   to remove garbage.  Temp-files are named *_cint.\n\nDocumentation ==============================================================\n\n\t$CINTSYSDIR/doc/cint.txt     # cint manual\n\t$CINTSYSDIR/doc/makecint.txt # makecint manual\n\t$CINTSYSDIR/doc/limitati.txt # cint syntax limitation\n\t$CINTSYSDIR/doc/limitnum.txt # cint quantitive limitation\n\t$CINTSYSDIR/doc/ref.txt      # cint special feature, ERTTI API\n\t$CINTSYSDIR/doc/cintapi.txt  # cint API\n\t$CINTSYSDIR/doc/bytecode.txt # cint incremental bytecode compiler\n\n\nDemo =======================================================================\n\n    You can find demonstration programs in $CINTSYSDIR/demo/ directory.\n   These programs can be referred as programming examples. Please read README\n   file under there. Makecint examples are found in $CINTSYSDIR/demo/makecint\n   directory.\n\n    It is highly recommended to start with those demo programs. \n\n\nContributers ==============================================================\n\n  The Author would like to thank Fons Rademakers and Rene Brun in CERN\n for jointly develop ping ROOT-CINT framework system. Their invaluable advice \n has been improving cint. They ported CINT on 10 different UNIX platforms.\n\n  Philippe Canal in Fermi-Lab contributes to many enhancements and bug fixes.\n\n  Axel Naumann from CERN contributes to the build system and the update\nto use the Reflex in memory database and many other contributions.\n\n  Stefan Roiser from CERN was the initial developer of the Reflex package.\n\n  Scott Snyder provided the initial implementaton of template support.\n\n  Osamu Kotanigawa is giving great advice on Windows-NT Visual C++ and \n Borland C++ porting. He created src/vcstrm.cxx and src/bcstrm.cxx. His\n contribution improved CINT in many aspects.\n\n  Jacek Holeczek refined DLL schemes on IBM AIX. He wrote platform/aix*\n and platform/aixMakefileBaseAdd.\n\n  Dibyendu Majumdar in U.K. ported CINT on MS-DOS using DJGPP.\n\n  Kiyoshi Yamamoto, in CQ publishing company, is giving me opportunity to \n write a book and articles about CINT.\n\n  Masa Habu in HP Cupertino suggested usefulness of C++ interpreter in 1992\n when CINT was only a C interpreter.\n\n  Junichi Mizoguchi in Agilent Technologies Japan created a base concept \n of makecint by his automated software test execution environment.\n\n  And many thanks to people in Agilent Technologies Japan Hachioji-site.\n\nThe Author ===============================================================\n\n Masaharu Goto\n\n  Please contact the author for bugs and requests by sending an e-mail to\n cint@root.cern.ch. You can also send message to 'rootdev@root.cern.ch' \n or 'roottalk@root.cern.ch' for generic questions.\n\n  Bugs are tend to be fixed very quickly. (Normally 1-2 days.) \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcee-studio%2Fcint-5.18","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcee-studio%2Fcint-5.18","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcee-studio%2Fcint-5.18/lists"}