Skip to content

Commit 893631a

Browse files
committed
All the last changes made in the ob-10.0 branch including also changes of line endings of some test files
1 parent 83ca074 commit 893631a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+9734
-9029
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,11 @@ storage/mroonga/vendor/groonga/src/suggest/groonga-suggest-create-dataset
245245
*.ko
246246
*.obj
247247
*.elf
248+
*.exp
249+
*.manifest
250+
*.dep
251+
*.idb
252+
*.res
248253

249254
# Precompiled Headers
250255
*.gch
@@ -293,7 +298,6 @@ storage/mroonga/vendor/groonga/src/suggest/groonga-suggest-create-dataset
293298
[Dd]ebugPublic/
294299
[Rr]elease/
295300
[Rr]eleases/
296-
[Rr]eleaseWithDebInfo/
297301
x64/
298302
x86/
299303
build/

storage/connect/.gitattributes

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=auto
3+
4+
# Explicitly declare text files you want to always be normalized and converted
5+
# to native line endings on checkout.
6+
*.c text
7+
*.cc text
8+
*.cpp text
9+
*.h text
10+
*.test text
11+
12+
# Declare files that will always have LF line endings on checkout.
13+
*.result text eol=lf
14+
mysql-test/connect/std_data/*.txt text eol=lf
15+
mysql-test/connect/std_data/*.dat text eol=lf
16+
17+
# Denote all files that are truly binary and should not be modified.
18+
*.png binary
19+
*.jpg binary
20+
21+
*.c diff=cpp
22+
*.h diff=cpp
23+
*.cc diff=cpp
24+
*.ic diff=cpp
25+
*.cpp diff=cpp

storage/connect/.gitignore

Lines changed: 260 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,260 @@
1+
# Edited by Olivier Bertrand
2+
*-t
3+
*.a
4+
*.ctest
5+
*.o
6+
*.reject
7+
*.so
8+
*.so.*
9+
*.spec
10+
*~
11+
*.bak
12+
*.log
13+
*.cmake
14+
*.tgz
15+
*.msg
16+
.*.swp
17+
*.ninja
18+
.ninja_*
19+
.gdb_history
20+
21+
CMakeFiles/
22+
connect.dir/
23+
connect.dir-Copie/
24+
Debug/
25+
MinSizeRel/
26+
Release/
27+
RelWithDebInfo/
28+
29+
# C and C++
30+
31+
# Compiled Object files
32+
*.slo
33+
*.lo
34+
*.o
35+
*.ko
36+
*.obj
37+
*.elf
38+
*.exp
39+
*.manifest
40+
*.dep
41+
*.idb
42+
*.res
43+
44+
# Precompiled Headers
45+
*.gch
46+
*.pch
47+
48+
# Compiled Static libraries
49+
*.lib
50+
*.a
51+
*.la
52+
*.lai
53+
*.lo
54+
55+
# Compiled Dynamic libraries
56+
*.so
57+
*.so.*
58+
*.dylib
59+
*.dll
60+
61+
# Executables
62+
*.exe
63+
*.out
64+
*.app
65+
*.i*86
66+
*.x86_64
67+
*.hex
68+
69+
70+
## Ignore Visual Studio temporary files, build results, and
71+
## files generated by popular Visual Studio add-ons.
72+
73+
# User-specific files
74+
*.suo
75+
*.user
76+
*.userosscache
77+
*.sln.docstates
78+
*.ncb
79+
*.sln
80+
81+
*.vcproj
82+
*.vcproj.*
83+
*.vcproj.*.*
84+
*.vcproj.*.*.*
85+
86+
# Build results
87+
[Dd]ebug/
88+
[Dd]ebugPublic/
89+
[Rr]elease/
90+
[Rr]eleases/
91+
x64/
92+
x86/
93+
build/
94+
bld/
95+
[Bb]in/
96+
[Oo]bj/
97+
98+
# Roslyn cache directories
99+
*.ide/
100+
101+
# MSTest test Results
102+
[Tt]est[Rr]esult*/
103+
[Bb]uild[Ll]og.*
104+
105+
#NUNIT
106+
*.VisualState.xml
107+
TestResult.xml
108+
109+
# Build Results of an ATL Project
110+
[Dd]ebugPS/
111+
[Rr]eleasePS/
112+
dlldata.c
113+
114+
*_i.c
115+
*_p.c
116+
*_i.h
117+
*.ilk
118+
*.meta
119+
*.obj
120+
*.pch
121+
*.pdb
122+
*.pgc
123+
*.pgd
124+
*.rsp
125+
*.sbr
126+
*.tlb
127+
*.tli
128+
*.tlh
129+
*.tmp
130+
*.tmp_proj
131+
*.log
132+
*.vspscc
133+
*.vssscc
134+
.builds
135+
*.pidb
136+
*.svclog
137+
*.scc
138+
139+
# Chutzpah Test files
140+
_Chutzpah*
141+
142+
# Visual C++ cache files
143+
ipch/
144+
*.aps
145+
*.ncb
146+
*.opensdf
147+
*.sdf
148+
*.cachefile
149+
150+
# Visual Studio profiler
151+
*.psess
152+
*.vsp
153+
*.vspx
154+
155+
# TFS 2012 Local Workspace
156+
$tf/
157+
158+
# Guidance Automation Toolkit
159+
*.gpState
160+
161+
# ReSharper is a .NET coding add-in
162+
_ReSharper*/
163+
*.[Rr]e[Ss]harper
164+
*.DotSettings.user
165+
166+
# JustCode is a .NET coding addin-in
167+
.JustCode
168+
169+
# TeamCity is a build add-in
170+
_TeamCity*
171+
172+
# DotCover is a Code Coverage Tool
173+
*.dotCover
174+
175+
# NCrunch
176+
_NCrunch_*
177+
.*crunch*.local.xml
178+
179+
# MightyMoose
180+
*.mm.*
181+
AutoTest.Net/
182+
183+
# Web workbench (sass)
184+
.sass-cache/
185+
186+
# Installshield output folder
187+
[Ee]xpress/
188+
189+
# DocProject is a documentation generator add-in
190+
DocProject/buildhelp/
191+
DocProject/Help/*.HxT
192+
DocProject/Help/*.HxC
193+
DocProject/Help/*.hhc
194+
DocProject/Help/*.hhk
195+
DocProject/Help/*.hhp
196+
DocProject/Help/Html2
197+
DocProject/Help/html
198+
199+
# Click-Once directory
200+
publish/
201+
202+
# Publish Web Output
203+
*.[Pp]ublish.xml
204+
*.azurePubxml
205+
# TODO: Comment the next line if you want to checkin your web deploy settings
206+
# but database connection strings (with potential passwords) will be unencrypted
207+
*.pubxml
208+
*.publishproj
209+
210+
# NuGet Packages
211+
*.nupkg
212+
# The packages folder can be ignored because of Package Restore
213+
**/packages/*
214+
# except build/, which is used as an MSBuild target.
215+
!**/packages/build/
216+
# If using the old MSBuild-Integrated Package Restore, uncomment this:
217+
#!**/packages/repositories.config
218+
219+
# Windows Azure Build Output
220+
csx/
221+
*.build.csdef
222+
223+
# Windows Store app package directory
224+
AppPackages/
225+
226+
# Others
227+
# sql/
228+
*.Cache
229+
ClientBin/
230+
[Ss]tyle[Cc]op.*
231+
~$*
232+
*~
233+
*.dbmdl
234+
*.dbproj.schemaview
235+
*.pfx
236+
*.publishsettings
237+
node_modules/
238+
239+
# RIA/Silverlight projects
240+
Generated_Code/
241+
242+
# Backup & report files from converting an old project file
243+
# to a newer Visual Studio version. Backup files are not needed,
244+
# because we have git ;-)
245+
_UpgradeReport_Files/
246+
Backup*/
247+
UpgradeLog*.XML
248+
UpgradeLog*.htm
249+
250+
# SQL Server files
251+
*.mdf
252+
*.ldf
253+
254+
# Business Intelligence projects
255+
*.rdl.data
256+
*.bim.layout
257+
*.bim_*.settings
258+
259+
# Microsoft Fakes
260+
FakesAssemblies/

0 commit comments

Comments
 (0)