Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bindexplib: Add support for "/bigobj" format objects | Bill Hoffman | 2015-07-06 | 1 | -118/+176 |
| | |||||
* | bindexplib: Fix treatment of some symbols | Bill Hoffman | 2015-07-06 | 1 | -3/+16 |
| | |||||
* | bindexplib: Teach DumpFile to return errors | Bill Hoffman | 2015-07-06 | 1 | -7/+10 |
| | | | | This will allow callers to know if it worked. | ||||
* | bindexplib: Build source as part of CMakeLib | Bill Hoffman | 2015-07-06 | 1 | -4/+7 |
| | |||||
* | bindexplib: Wrap long lines | Bill Hoffman | 2015-07-06 | 1 | -11/+22 |
| | |||||
* | bindexplib: Drop code that CMake does not need | Bill Hoffman | 2015-07-06 | 1 | -425/+8 |
| | |||||
* | bindexplib: Add copyright/license notice block | Bill Hoffman | 2015-07-06 | 1 | -0/+18 |
| | |||||
* | bindexplib: Import original implementation from CERN | Bill Hoffman | 2015-07-06 | 1 | -0/+739 |
Download the original implementation provided by root.cern.ch with the following session: $ wget https://raw.githubusercontent.com/gordonwatts/root-vc-port/f0ee59af/build/win/bindexplib/bindexplib.cxx $ sha1sum bindexplib.cxx fa6efafb2c58a0644bd0f6a56fe02ee0d55c7fcd bindexplib.cxx $ sed -i 's/ *$//;s/'$'\t''/ /' bindexplib.cxx |