Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
41602324
Kaydet (Commit)
41602324
authored
Eyl 23, 2016
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
vcl: C++11 is awesome, they said! it's a whole new language, they said!
Change-Id: I96f00bd00ffcfea8ca026aacbaacf9539e327eff
üst
09a77cea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
2 deletions
+15
-2
OpenGLHelper.cxx
vcl/source/opengl/OpenGLHelper.cxx
+15
-2
No files found.
vcl/source/opengl/OpenGLHelper.cxx
Dosyayı görüntüle @
41602324
...
...
@@ -818,8 +818,21 @@ namespace {
}
WatchdogTimings
::
WatchdogTimings
()
:
maTimingValues
{{{
6
,
20
}
/* 1.5s, 5s */
,
{
20
,
120
}
/* 5s, 30s */
,
{
60
,
240
}
/* 15s, 60s */
,
{
60
,
240
}
/* 15s, 60s */
}}
:
maTimingValues
#ifdef _MSC_VER
// note: Apple clang's parser segfaults on this
(
#else
// note: MSVC 2013 can't parse this, error C2797
{
#endif
{{
6
,
20
}
/* 1.5s, 5s */
,
{
20
,
120
}
/* 5s, 30s */
,
{
60
,
240
}
/* 15s, 60s */
,
{
60
,
240
}
/* 15s, 60s */
}
#ifdef _MSC_VER
)
#else
}
#endif
,
mbRelaxed
(
false
)
{
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment