- 17 9月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 09 8月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
We need this to set data on objects safely without worrying that some other thread unsets it by setting it at the same time.
-
- 05 8月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
Where causing issues for people with MSVC.
-
- 26 7月, 2011 3 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Looks *so* much nicer!
-
由 Behdad Esfahbod 提交于
Buffer debugging coming soon.
-
- 15 6月, 2011 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 12 5月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
Such that user_data and other finalizers cannot resurrect object
-
- 11 5月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
The test/object test is passing again, instead of deadlocking.
-
- 06 5月, 2011 6 次提交
-
-
由 Behdad Esfahbod 提交于
For now, by taking a global user_data mutex.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 05 5月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
Mutex (and Windows.h by extension) are fairly isolated now.
-
- 03 5月, 2011 2 次提交
-
-
由 Behdad Esfahbod 提交于
The Win32 definitions for LONG, ULONG, etc conflicts with hb-open-type.h. Avoid that by making sure hb-object-private.h and hb-open-type.h are not included in the same compilation unit.
-
由 Behdad Esfahbod 提交于
-
- 28 4月, 2011 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 27 4月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 22 4月, 2011 6 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Makes way for adding arbitrary user_data support.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Talking to Ryan Lortie, he thinks my comment doesn't make sense. So I'm making the getter const. Note that g_atomic_int_get() casts that away itself, so we don't need to worry about that (which kinda makes me uncomfortable actually).
-
由 Behdad Esfahbod 提交于
-
- 21 4月, 2011 3 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
So we can liberally use the simple features of C++ that parts of the codebase is already using.
-
由 Behdad Esfahbod 提交于
This was a bizzare piece of API that I inherited from cairo. It has been wrong adding them to cairo in the first place. Remove them before someone uses them!
-
- 19 11月, 2010 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 04 11月, 2010 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 24 7月, 2010 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 09 6月, 2010 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 25 5月, 2010 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 04 5月, 2010 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Jeff Muizelaar 提交于
-