Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

64bit index #5

Closed
wants to merge 1,737 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1737 commits
Select commit Hold shift + click to select a range
6bdadcf
Make fatal the requesti for c++11 mode with a compiler not supporting…
FonsRademakers Oct 30, 2013
7f31c3d
o RooNLLVar
wverkerke Oct 30, 2013
dee724f
Fix for TSQLiteServer::Close() issue, fixes ROOT-5642.
FonsRademakers Oct 30, 2013
33c18eb
Fix problem of using TFitResult::Error (conflict with TObject::Error)
lmoneta Oct 30, 2013
89868f7
implement string hashes for unordered_map used by libc++ in OSX 10.9.
FonsRademakers Oct 30, 2013
dcb831b
replace a couple of string by std::string (solve a build failure on c…
bellenot Oct 31, 2013
56c1313
o RooAbsPdf
wverkerke Oct 31, 2013
bd50944
tmpnam() is deprecated on OSX 10.9. Suppress warnings in CINT.
FonsRademakers Oct 31, 2013
3cf2f95
tmpnam() is deprecated on OSX 10.9. Suppress warnings in CINT.
FonsRademakers Oct 31, 2013
dd05fc6
Make protocol 'xroot:' equivalent to 'root:'
gganis Oct 31, 2013
7a28a30
on OSX 10.9 suppress atos deprecation warning by using the -d option.
FonsRademakers Oct 31, 2013
8483108
make version v5-34-11.
FonsRademakers Oct 31, 2013
d5d8673
Close the file before starting to free TFile's resources
pcanal Nov 1, 2013
5bc5c6e
Fix math core fit tests
lmoneta Nov 1, 2013
c76006a
Remove a print statement
lmoneta Nov 1, 2013
2eb27a3
A couple of fixes for cygwin/gcc
bellenot Nov 1, 2013
d262cc8
Fix issue.1 in ROOT-5644
couet Nov 1, 2013
c0fc5c4
Add another dependency on libz for cygwin/gcc
bellenot Nov 1, 2013
531d2ad
fix for MacOS Mavericks: string is not loaded by default
wlav Nov 3, 2013
55293ea
o RooNLLVar
wverkerke Nov 4, 2013
84e6a81
o RooBanner
wverkerke Nov 4, 2013
73887dd
Fix issue 2 of ROOT-5644 (TBox clipping).
couet Nov 4, 2013
2ef92cf
From Stilianos Kesisoglou: Fix for cygwin
bellenot Nov 4, 2013
067af39
Add a couple of missing #include <functional>, required by MSVC++2012
bellenot Nov 5, 2013
9097d7d
Fatal spelling.
Axel-Naumann Nov 4, 2013
c6f605a
o RooGlobalFunc
wverkerke Nov 5, 2013
09ca176
Yet another "think different" crap from Apple:
TimurP Nov 5, 2013
e5a5188
Fix the loading of branches used in an alias which is used in boolean…
pcanal Nov 5, 2013
6880f1d
From Gordon Watts: port to MSVC++11.0
bellenot Nov 6, 2013
4a73698
Fix link warning LNK4010: invalid subsystem version number 5.0; with …
bellenot Nov 6, 2013
5572c8a
Use correct version macro (copy/paste typo)
bellenot Nov 6, 2013
c746a63
Fix ROOT-5671
couet Nov 6, 2013
c435d1d
Fix a typo
couet Nov 6, 2013
f5df2ea
Delete the canvases before deleting the TApplication Implementation.
couet Nov 7, 2013
2867e3c
skip libc++ or libstdc++ compat check for libGLU as it has no std C++…
FonsRademakers Nov 8, 2013
fb0d489
Doc update
couet Nov 8, 2013
bfaf69a
fix ROOT-5673 by not touching ROOT internals until after TPyROOTAppli…
wlav Nov 8, 2013
dff3a05
fix for string loading issue; ProcessLine is okay here as cppyy does …
wlav Nov 9, 2013
dadd447
o RooStats::HistFactory::FlexibleInterpVar
wverkerke Nov 11, 2013
809b9ee
o RooFormula
wverkerke Nov 11, 2013
d3458e9
o RooKeysPdf
wverkerke Nov 13, 2013
d1f487b
on OSX 10.9 for "string" cl->GetDeclFileName() returned "(C++ compile…
FonsRademakers Nov 13, 2013
1287667
If some case if2 was <0 which is invalid. That's causes the bug descr…
couet Nov 13, 2013
7155bb9
handle the clang compiler.
FonsRademakers Nov 13, 2013
62827dd
define __clang__ and G__LIBCPP for completeness.
FonsRademakers Nov 14, 2013
1c50cfd
cleanup unneeded files.
FonsRademakers Nov 14, 2013
2319eed
Better support for class that used to have version==0.
pcanal Nov 14, 2013
c259cd8
Add TBuffer::ReadVersionNoCheckSum
pcanal Nov 14, 2013
ea017fe
Since Pythia8 is a static library on Windows, don't call gSystem->Loa…
bellenot Nov 14, 2013
8e03a5e
Second attempt at 'CINT style' iostream wrapper for libcxxstrm
pcanal Nov 14, 2013
2733fc5
Remove autoregistration
pcanal Oct 9, 2013
bd3be1b
fix clang compiler warning.
FonsRademakers Nov 15, 2013
fb99728
Avoid decrementing iterator past the beginning.
pcanal Nov 15, 2013
51e4c53
Don't have the inner loop inadvertently increment the outer loop iter…
pcanal Nov 15, 2013
963b2bb
On OSX 10.9, dlfcn.h not longer includes AvailabilityMacros.h
pcanal Nov 15, 2013
0b4ea22
Add new fitting functions in TProofBench draw
gganis Oct 31, 2013
b725c10
Derive TSelectorList from THashList instead of TList
gganis Nov 14, 2013
a883d8e
Prevent a buffer overflow
Nov 14, 2013
a157249
Now the calling of TMVAGui etc from the example macros should work ag…
helgevoss Nov 15, 2013
e6a185e
TDirectory parse speedup (buffer overflow safe)
Nov 15, 2013
afa5f25
Fix portability of previous patch
gganis Nov 15, 2013
4b3545c
Fix memory leak in TSQLiteStatement. Fixes ROOT-5720.
FonsRademakers Nov 18, 2013
1189016
Always invoke DecodeNameCycle with the length arg
Nov 16, 2013
ce03ed6
Turned CID 53502 into a warning user message
Nov 17, 2013
d709157
switch off color and progress bar by default under windows
helgevoss Nov 18, 2013
9b2fdff
New static function to change the position of the "power of 10" near …
couet Nov 18, 2013
dcec35b
Add ! to avoid I/O
couet Nov 18, 2013
38921e4
Generate dictionary for iterator for apple libcxx
pcanal Nov 18, 2013
7cae21f
protect against no events in the training data set
helgevoss Nov 18, 2013
a88f5b9
Avoid null pointer dereferencing (was breaking stressgraphics)
pcanal Nov 18, 2013
a718de6
o FlexibleInterpVar
wverkerke Nov 18, 2013
370ea02
fixing the fix - now the reader is again allowed to have a dataset w/…
helgevoss Nov 19, 2013
27620fc
fixed matrix allocation in assignment operator
agheata Nov 19, 2013
e891a10
fixing the fixing of the fix, I know that touching the DataSet is lik…
helgevoss Nov 19, 2013
91e0884
make version v5-34-12.
FonsRademakers Nov 18, 2013
c198939
streetest runs through again ..
helgevoss Nov 19, 2013
5f8d8e3
From Max Baak: add a new function in HypoTestInverterResult to exclud…
lmoneta Nov 19, 2013
22d7c5e
Add skipping of n quasi random numbers
lmoneta Nov 19, 2013
d1ffea0
Avoid duplication of enum value assignment that must be equal.
pcanal Nov 19, 2013
bd4ceed
Add backward compatibility to 'fix' the value fSTLtype in StreamerEle…
pcanal Nov 19, 2013
c8325ab
Use the correct header file for multiset and multimap
pcanal Nov 19, 2013
f2f2e9c
Resolve ambiguity
pcanal Nov 20, 2013
fc170b8
Increment version number of TStreamerSTL
pcanal Nov 20, 2013
086a7f5
Revert "Increment version number of TStreamerSTL"
pcanal Nov 20, 2013
5335ac4
Fix the issue mention described:
couet Nov 20, 2013
5cf835c
Fix for the introduction of core/metautils/inc/ESTLType.h (CMake)
Nov 20, 2013
a54d0ec
don't unzip and tar tv unnecessarily the unuran tar file. Fixes ROOT-…
FonsRademakers Nov 20, 2013
3b2d8b3
possible fix for Windows.
FonsRademakers Nov 21, 2013
f3a5ced
from Max Baak:: the cleanup function now return the number of rejecte…
lmoneta Nov 21, 2013
a6492e8
Patch from ROOT-5742
Nov 21, 2013
660ea6c
Remove the Int properties from TClassAttributeMap.
CristinaCristescu Nov 21, 2013
4fbbe06
Fill the TClassAttributeMap with the properties.
CristinaCristescu Nov 21, 2013
341cb37
Change the way the string input is done in the Pad toolbar for text a…
couet Nov 21, 2013
360380f
remove unused variables
couet Nov 22, 2013
d370b52
Adding new option 'fortran' to enable disable the fortran components …
Nov 22, 2013
1c578a7
Potential fix for ROOT-5745 (CMake)
Nov 22, 2013
d9bcab9
Fix for ROOT-5736 (ROOT compiled with Cocoa MacOS10.9 and CMake crash…
Nov 22, 2013
2c78f69
Complete the fix for ROOT-5736 (CMake)
Nov 22, 2013
8179b7a
Fix for ROOT-5751 (CMake)
Nov 22, 2013
3e1de51
Potential fix for ROOT-5745 again (CMake)
Nov 22, 2013
8ccc380
Add missing lock
pcanal Nov 22, 2013
2db95a3
Potential fix for ROOT-5745 again (CMake)
Nov 22, 2013
b79ee72
Better unlock _before_ returning
pcanal Nov 22, 2013
2f7afd2
Make sure to call UnLock even in early returns
pcanal Nov 22, 2013
b7a4264
Potential fix for ROOT-5745 again (CMake)
Nov 25, 2013
eab3b96
Changed policy CMP0022 (CMake) to avoid configuration warnings for ve…
Nov 25, 2013
de9500f
Apply patch of ROOT-5485
Nov 25, 2013
f74a642
fix ports to ios and iossim that got broken over time. Now works with…
FonsRademakers Nov 25, 2013
1d828a5
Add PaintText/PaintTextNDC with wchar_t parameter (mathtext)
TimurP Nov 25, 2013
df37e96
Replace deprecated enumerators.
TimurP Nov 25, 2013
116b7ce
Fix for the FTGL CMake configuratiom issues (ROOT-5394)
Nov 25, 2013
b070816
Improve CompareContent by also comparing the 'data type' index. This…
pcanal Dec 18, 2012
443c07d
In the new section (r48083) of TStreamerInfo::CompareContent check th…
pcanal Jan 11, 2013
cdb1885
Properly detect class layout match with array and counter variable.
pcanal Nov 25, 2013
55222d4
Fix for Windows CMake/nmake (ROOT-5560)
Nov 26, 2013
9834cd6
Added new option 'sysinstall' to control the installation with CMake.…
Nov 26, 2013
a9537f1
Silence the configure of unuran (CMake). Fixes ROOT-5754.
Nov 26, 2013
7ed6dcc
Fix the use of R__HAVE_CONFIG (CMake)
Nov 27, 2013
0e467da
Fixes for ROOT-5755 (CMake)
Nov 27, 2013
1f97337
Fixes for ROOT-5755 (2) (CMake)
Nov 27, 2013
e25bcc8
Undo partially the changes for dealing with $prefix (CMake)
Nov 27, 2013
c5f64d3
Fix a typo for building linAfterImage (CMake)
Nov 27, 2013
d2b569f
Adapt to first,last from current SetRange(); fixes AliROOT.
Axel-Naumann Nov 29, 2013
269055b
Pervent bin shift by one if underflows are included.
Axel-Naumann Nov 29, 2013
f3bfda6
o RooTrace
wverkerke Nov 29, 2013
dc668b1
- Added new variables CMAKE_INSTALL_<...>DIR to allow full configurab…
Nov 29, 2013
d52f0f1
Fix for ROOT-5782 (CMake)
Nov 29, 2013
2a9389b
Fix for ROOT-5789
Nov 29, 2013
7cc6616
make version v5-34-13.
FonsRademakers Dec 1, 2013
ae64e60
o RooTrace
wverkerke Dec 2, 2013
2c1cbb3
o RooRealSumPdf
wverkerke Dec 2, 2013
b4df307
ignore some test/ios Xcode project files.
FonsRademakers Dec 3, 2013
b3583ba
remove the -fvisibility-inlines-hidden option, which causes a bunch
FonsRademakers Dec 3, 2013
b059d49
update to iOS7 as default SDK and some other updates.
FonsRademakers Dec 3, 2013
0ad8166
Add the text editor
couet Dec 3, 2013
27ba106
Add a protection for creating the Minimizer and DistSampler with the…
lmoneta Dec 2, 2013
7370e61
Fix also the DistSampler
lmoneta Dec 2, 2013
bbb467a
Fix TH1::Smooth for histograms with less than 3 bins (ROOT-5307)
lmoneta Dec 3, 2013
06b0978
fix ROOT-5241 by implementing the option 'noclear'.
couet Dec 3, 2013
c3b0e2e
Implement a new function TH1;:Chisquare to compute the chi-square of …
lmoneta Dec 3, 2013
845a58b
o RooAbsArg
wverkerke Dec 3, 2013
a689d03
Improved ROOTConfig.cmake to support COMPONENTS and TOOLS. Fixes ROOT…
Dec 3, 2013
9736519
Additional documentation to commit a689d03
Dec 3, 2013
e9704bc
Fix: http://root.cern.ch/phpBB3/viewtopic.php?f=3&t=17382
couet Dec 4, 2013
cdb51ee
Do not ignore Mode and ForceUpdate in AliEn dsets
Nov 28, 2013
e65c804
Hidden interface by making a method protected
Nov 28, 2013
7fcf5b1
Faster AliEn dir verification code
Nov 28, 2013
c9cbb05
Improved AliEn dataset retrieval with run ranges
Nov 29, 2013
d3ece8f
Added option pythia6_nolink (CMake) to postpone linking with pythia6 …
Dec 4, 2013
d1b5268
For label axis, when setting a new label the THashList (fLabels) need…
lmoneta Dec 4, 2013
27b2a9e
Prevent propagation of user flags to bundled autotools projects
bbannier Dec 4, 2013
d0374c7
update for iOS 7 support.
FonsRademakers Dec 4, 2013
12b263d
Fix for a root view controller not set (was fixed for iOS 6 many year…
TimurP Dec 4, 2013
cf51caa
Implement TProfile::SetBinLength to update the profile structure whe…
lmoneta Dec 4, 2013
5e74d53
Fix TH2::FillRandom (ROOT-5608)
lmoneta Dec 4, 2013
3b700a0
Fix a compiler warning
lmoneta Dec 4, 2013
c5cfc89
Use in TH2::FillRandom to use only TF2 class
lmoneta Dec 5, 2013
5a9051e
Fix in case Pythia8 headers are in /usr/include. Fixes ROOT-5812.
FonsRademakers Dec 5, 2013
db007b7
Fix timestamp with timezone handling for TPgSQLStatement. Fixes ROOT-…
FonsRademakers Dec 5, 2013
a463706
Fix the "Tutorials" app to make it work on iOS 7.
TimurP Dec 5, 2013
c1299b3
Merge branch 'v5-34-00-patches' of https://root.cern.ch/git/root into…
TimurP Dec 5, 2013
e4efb08
Hehehe.
TimurP Dec 5, 2013
a0d238c
Replace float with CGFloat where appropriate (can it be a typedef for…
TimurP Dec 5, 2013
902ff79
Rename .m to .mm.
TimurP Dec 5, 2013
6395962
Cleanup.
TimurP Dec 5, 2013
cc6bd1c
Fixes issue ROOT-5813 (CMake)
Dec 5, 2013
fd9cca4
Cleanup + fix a table view (which is even UGLIER with iOS 7!!!)
TimurP Dec 5, 2013
a532f9e
Fix test after FillRandom changes
lmoneta Dec 5, 2013
17de0eb
More cleanup + some logic fixes.
TimurP Dec 5, 2013
65aee9e
More cleanup.
TimurP Dec 5, 2013
1be0eaf
More invariants + cleanup.
TimurP Dec 5, 2013
6a9c265
Fix a typo in the documentation (ROOT-5223)
lmoneta Dec 5, 2013
78df0c3
Add new reference file for stressGraphics after changes in TH2::FillR…
lmoneta Dec 5, 2013
11aa71e
speed-up TVector3::Unit (see ROOT-5302)
lmoneta Dec 5, 2013
790502e
Replace bad old malloc.
TimurP Dec 6, 2013
3e0755a
Remove CGImageRef manipulations to shut up the ARC.
TimurP Dec 6, 2013
753f89c
Disable the stupid swipe gesture, which broke 3D rotation.
TimurP Dec 6, 2013
f4904a8
Hide outlets and actions into the implementation file, no need to exp…
TimurP Dec 6, 2013
f788ca7
Get rid of deprecated API calls.
TimurP Dec 6, 2013
69f6966
They say you drawInRect:withFont: is deprecated, use drawInRect:withA…
TimurP Dec 6, 2013
5ec8b54
Cleanup - fix property attributes, etc. etc.
TimurP Dec 6, 2013
1273abc
Even more cleanup.
TimurP Dec 6, 2013
a346181
new version , hopefully able to fix failure in test 19
lmoneta Dec 6, 2013
f145436
From Marco Clemencic: pass "--gccxmlopt" to gccxml also with --print;…
Axel-Naumann Dec 7, 2013
5e511b5
HTTP(S) and WEBDAV access now goes via TDavixfile/TDavixSystem.
FonsRademakers Dec 7, 2013
f98a334
fix coding style and indentation.
FonsRademakers Dec 7, 2013
c4814ef
don't print an Error when we can't load libRDAVIX in plugin script.
FonsRademakers Dec 7, 2013
0196f3b
check return value of setresuid(). Fixes ROOT-5816.
FonsRademakers Dec 8, 2013
81b1b39
make sure compiler specified in ./configure is used. Fixes ROOT-5818.
FonsRademakers Dec 8, 2013
9a7ab1c
Rename RootFileController into FileCollectionViewController.
TimurP Dec 9, 2013
e3d6741
Rename FileContentController into FileContentViewController.
TimurP Dec 9, 2013
646e522
Rename ROOTObjectController into ObjectViewController.
TimurP Dec 9, 2013
832da08
Futher cleanup and refactoring
TimurP Dec 9, 2013
e605f73
Cleanup in Object Inspector's views.
TimurP Dec 9, 2013
7df3b8a
Rename SlideshowController into SlideshowViewController.
TimurP Dec 9, 2013
8ab2ce8
Rename SearchController into SearchViewController.
TimurP Dec 9, 2013
5189699
Rename SelectionView into PadSelectionView and add comments.
TimurP Dec 9, 2013
642739e
Rename SlideView into PadSlideView.
TimurP Dec 9, 2013
6534942
Change class names, add comments.
TimurP Dec 9, 2013
b80d9f7
Rename ObjectShortcut into ObjectShortcutView.
TimurP Dec 9, 2013
9a873f2
Rename FileShortcut into FileShortcutView.
TimurP Dec 9, 2013
ff10086
Change the project structure - add 'Src' dir with nested subdirs.
TimurP Dec 9, 2013
343d816
Restructure source tree.
TimurP Dec 9, 2013
4f46360
Move the code into Src ('Browser'/'ObjectInspector'/'Utils' subdirs).
TimurP Dec 9, 2013
4ce1455
Move the remaining files.
TimurP Dec 9, 2013
67b7a4e
From Attila Krasznahorkay: fix xAOD::TruthParticle_v1_v1_v1 endless r…
Axel-Naumann Dec 9, 2013
1113a09
Start a transition from old xib file to the storyboard for the main U…
TimurP Dec 9, 2013
2939093
Merge branch 'v5-34-00-patches' of https://root.cern.ch/git/root into…
TimurP Dec 9, 2013
24cd1e6
Step 1: get rid of RootFileController.xib, use a controller from Brow…
TimurP Dec 9, 2013
016e66e
Move the main browser's UI into the storyboard.
TimurP Dec 9, 2013
4c4086b
Get rid of old xib files.
TimurP Dec 9, 2013
d73293b
Move ObjectViewController to the main storyboard file.
TimurP Dec 9, 2013
6db1e54
Move initialization from viewDidAppear to viewWillAppear.
TimurP Dec 9, 2013
bf213f7
Cleanup.
TimurP Dec 9, 2013
7ab8854
Formatting.
TimurP Dec 9, 2013
5a0d92f
Remove the (now) defunct xib file.
TimurP Dec 9, 2013
72ffb2e
More formatting and cleanup.
TimurP Dec 9, 2013
97a45d3
Formatting.
TimurP Dec 9, 2013
9ea5c7e
Ensure that unuran uses the same compiler (CMake). Fixes ROOT-5818
peremato Dec 9, 2013
87a6560
Fix the system.plugins-ios to use the TWebFile instead of davix.
TimurP Dec 9, 2013
9c1b455
Lalala. Merge branch 'v5-34-00-patches' of https://root.cern.ch/git/r…
TimurP Dec 9, 2013
e1b223d
next generation xrootd client (libNetxNG). Requires xrootd >= 3.3.5.
FonsRademakers Dec 9, 2013
1b829bb
silence another warning coming from the xrootd headers.
FonsRademakers Dec 9, 2013
2d76e7a
Added davix package (CMake). Addresses ROOT-5826
peremato Dec 9, 2013
621001e
call assignment operator instead of memcpy on data member assignment
wlav Dec 10, 2013
d891da5
Make it possible for the FileCollectionViewController to append a roo…
TimurP Dec 10, 2013
379b050
Fix: http://root.cern.ch/phpBB3/viewtopic.php?f=3&t=17404
couet Dec 10, 2013
30c644f
The usuall fu...up and mess with gestures and events on child/parent …
TimurP Dec 10, 2013
b2f7208
fix ROOT-5824
couet Dec 10, 2013
c447f60
Fix the UI logic - do not start any animation/gesture handling if tra…
TimurP Dec 10, 2013
62ad953
Merge branch 'v5-34-00-patches' of https://root.cern.ch/git/root into…
TimurP Dec 10, 2013
c973aa2
The same as the previous commit, but now for a long press gesture (fi…
TimurP Dec 10, 2013
e6782f6
Fix compilation error. See http://cdash.cern.ch/viewBuildError.php?bu…
peremato Dec 10, 2013
23bfe3e
fix broken include guard. Fixes ROOT-5828.
FonsRademakers Dec 10, 2013
b385688
Changed the default for davix option (CMake)
peremato Dec 10, 2013
d292184
don't ignore math/genetic.
FonsRademakers Dec 10, 2013
374ebeb
Change an animation for the object found via a search bar.
TimurP Dec 10, 2013
d1ece18
Add missing new line
pcanal Dec 9, 2013
52b14c1
No need to make add a subview twice.
TimurP Dec 10, 2013
7de3105
Formatting
TimurP Dec 10, 2013
874f30e
Change the libsuffix for DAVIX library installation (CMake)
peremato Dec 10, 2013
e8081c7
Merge branch 'v5-34-00-patches' of https://root.cern.ch/git/root into…
peremato Dec 10, 2013
1bc5bb5
Change the libsuffix for DAVIX library installation (CMake)
peremato Dec 10, 2013
11053c3
Add some comments/asserts/formatting.
TimurP Dec 10, 2013
4fcbcea
Lololol Merge branch 'v5-34-00-patches' of https://root.cern.ch/git/r…
TimurP Dec 10, 2013
afd1bd0
Comments, cleanup, asserts, new 'instancetype' instead of 'id' from '…
TimurP Dec 10, 2013
3fea361
More cleanup/formatting/invariants/instancetypes etc.
TimurP Dec 10, 2013
e5a6fb7
Cleanup.
TimurP Dec 10, 2013
b1a0552
TTreeIndex based on 2 64ints
mnowakgit Dec 11, 2013
25baeef
Add TLeaf::GetValue and TTreeFormula int64 and LDouble versions
mnowakgit Dec 11, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
14 changes: 14 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto

# Declare files that will always have CRLF line endings on checkout.
*.sln eol=crlf
*.dsp eol=crlf
*.dsw eol=crlf
*.vcproj eol=crlf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.pdf binary
*.root binary
Loading