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
6fbab2ce
Kaydet (Commit)
6fbab2ce
authored
Eyl 21, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:unreffun
Change-Id: I526b9e1cff25a30c3f6b935c1a11ef571f7a12ea
üst
6afa5614
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
8 deletions
+15
-8
smilfunctionparser.cxx
slideshow/source/engine/smilfunctionparser.cxx
+15
-0
sp_debug.cxx
slideshow/source/engine/sp_debug.cxx
+0
-8
No files found.
slideshow/source/engine/smilfunctionparser.cxx
Dosyayı görüntüle @
6fbab2ce
...
@@ -626,4 +626,19 @@ namespace slideshow
...
@@ -626,4 +626,19 @@ namespace slideshow
}
}
}
}
// debug hooks
namespace
boost
{
void
sp_scalar_constructor_hook
(
void
*
)
{
}
void
sp_scalar_destructor_hook
(
void
*
)
{
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
slideshow/source/engine/sp_debug.cxx
Dosyayı görüntüle @
6fbab2ce
...
@@ -198,10 +198,6 @@ std::size_t find_unreachable_objects(bool report)
...
@@ -198,10 +198,6 @@ std::size_t find_unreachable_objects(bool report)
namespace
boost
namespace
boost
{
{
void
sp_scalar_constructor_hook
(
void
*
)
{
}
void
sp_scalar_constructor_hook
(
void
*
px
,
std
::
size_t
size
,
void
*
pn
)
void
sp_scalar_constructor_hook
(
void
*
px
,
std
::
size_t
size
,
void
*
pn
)
{
{
#ifdef BOOST_HAS_THREADS
#ifdef BOOST_HAS_THREADS
...
@@ -213,10 +209,6 @@ void sp_scalar_constructor_hook(void * px, std::size_t size, void * pn)
...
@@ -213,10 +209,6 @@ void sp_scalar_constructor_hook(void * px, std::size_t size, void * pn)
get_map
()[
pn
]
=
std
::
make_pair
(
px
,
size
);
get_map
()[
pn
]
=
std
::
make_pair
(
px
,
size
);
}
}
void
sp_scalar_destructor_hook
(
void
*
)
{
}
void
sp_scalar_destructor_hook
(
void
*
,
std
::
size_t
,
void
*
pn
)
void
sp_scalar_destructor_hook
(
void
*
,
std
::
size_t
,
void
*
pn
)
{
{
#ifdef BOOST_HAS_THREADS
#ifdef BOOST_HAS_THREADS
...
...
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