cling/CREDITS.txt
Simeon Ehrig 9a4418b3c0 Improvements for Pull Request #240
- little changes at comments and code style
- try to use const in IncrementalCUDADeviceCompiler, where is possible
- move CUDA device code compiler instance to IncrementalParser
- change the members of CuArgs to const and adjust the setCuArgs method
- use std::vector<string> instead llvm::Smallvector<const char *> to build argv for executeAndWait
- improve the error messages of generatePCH(), generatePTX() and generateFatbinary()
- replace m_Counter with a copy in IncrementalCUDADeviceCompiler to avoid involuntary changes
2018-06-25 08:29:07 +02:00

64 lines
1.4 KiB
Plaintext

This file lists the most important contributors to the Cling interpreter.
It is sorted by name and formatted to allow easy grepping and beautification
by scripts. The fields are: name (N), email (E), description (D).
Please let us know if you are not on this list while you should be, or if
something in your entry is incorrect.
-------------------
N: Jerome Beclin
E: jerome.beclin@cern.ch
D: Contributions to unload verification.
N: Bertrand Bellenot
E: bertrand.bellenot@cern.ch
D: Windows ports: MS Visual Studio; cygwin.
D: File system interaction: search paths, shared libraries.
N: Philippe Canal
E: pcanal@fnal.gov
D: Core developer of cling.
N: Cristina Cristescu
E: bianca-cristina.cristescu@cern.ch
D: Output redirection.
D: Contributions to unloading.
N: Baozeng Ding
E: sploving1@gmail.com
D: Null-pointer deref protection.
N: Lukasz Janyst
E: ljanyst@cern.ch
D: Initial prototype of cling.
N: Roman Zulak (aka Frederich Munch)
E: machtyrtle@gmail.com
D: Various contributions.
N: Axel Naumann
E: axel@cern.ch
D: Core developer of cling.
N: Timur Pocheptsov
E: Timur.Pocheptsov@cern.ch
D: .class, .typedef prompt interfaces.
N: Fons Rademakers
E: Fons.Rademakers@cern.ch
D: Contributions to libc++ support.
N: Paul Russo
E: russo@fnal.gov
D: Lookup routines.
D: Function call interfaces.
N: Vassil Vassilev
E: vvasilev@cern.ch
D: Main developer of cling.
N: Simeon Ehrig
E: s.ehrig@hzdr.de
D: cling CUDA runtime support