Difference between revisions of "Uno/Cpp"

From Apache OpenOffice Wiki
< Uno
Jump to: navigation, search
m (Fixed typo.)
 
(10 intermediate revisions by one other user not shown)
Line 1: Line 1:
C++ Uno is the implementation of the [[Uno/Spec|Uno Specifications]] for C++. C++ Uno is implemented on top of [[Uno/Binary|Binary Uno]], which basically provides a 'C' API.
+
{| align=right style="margin-left: 15px; border:1px solid #aaaaaa; background-color:#f9f9f9; padding:5px; font-size: 95%;" class=box
 
+
|---
==Modules==
+
|
 +
'''''[[Uno/Cpp/Modules|Modules]]'''''
 +
<DPL>category=Uno:Cpp
 +
category=Module
 +
count=2</DPL>
 +
* [[Uno/Cpp/Modules|...]]
 +
'''''[[Uno/Cpp/Specifications|Specifications]]'''''
 +
<DPL>category=Uno:Cpp
 +
category=Spec
 +
count=2</DPL>
 +
* [[Uno/Cpp/Specifications|...]]
 +
'''''[[Uno/Cpp/Implementations|Implementations]]'''''
 +
<DPL>category=Uno:Cpp
 +
category=Impl
 +
count=2</DPL>
 +
* [[Uno/Cpp/Implementations|...]]
 +
'''''[[Uno/Cpp/Tutorials|Tutorials]]'''''
 
<DPL>category=Uno
 
<DPL>category=Uno
 
category=Cpp
 
category=Cpp
category=Module</DPL>
+
category=Tutorial
==Specification==
+
count=2</DPL>
<DPL>category=Uno:Cpp:Spec</DPL>
+
* [[Uno/Cpp/Tutorials|...]]
==Code Snippets==
+
'''''[[Uno/Cpp/Code Snippets|Code Snippets]]'''''
<DPL>category=Uno:Cpp:Snippet</DPL>
+
<DPL>category=Uno
==Implementations==
+
category=Cpp
<DPL>category=Uno:Cpp:Impl</DPL>
+
category=Snippet
==Misc==
+
count=2</DPL>
 +
* [[Uno/Cpp/Code Snippets|...]]
 +
'''''[[Uno/Cpp/Tests|Tests]]'''''
 +
<DPL>category=Uno:Cpp
 +
category=Test
 +
count=2</DPL>
 +
* [[Uno/Cpp/Tests|...]]
 +
'''''[[Uno/Cpp/Misc|Misc]]'''''
 
<DPL>
 
<DPL>
 
category=Uno:Cpp  
 
category=Uno:Cpp  
notcategory=Uno:Cpp:Spec
+
notcategory=Spec
notcategory=Uno:Cpp:Impl
+
notcategory=Impl
notcategory=Uno:Cpp:Test
+
notcategory=Test
</DPL>
+
notcategory=Snippet
 +
notcategory=Tutorial
 +
count=2</DPL>
 +
* [[Uno/Cpp/Misc|...]]
 +
|}
  
 +
[[Image:Cpp_Uno.jpg|center]]
 +
 +
C++ Uno is the implementation of the [[Uno/Spec|Uno Specifications]] for C++. C++ Uno is implemented on top of [[Uno/Binary|Binary Uno]], which basically provides a 'C' API.
  
  
[[Category:Development]]
 
[[Category:Uno]]
 
 
[[Category:Uno:Impl]]
 
[[Category:Uno:Impl]]

Latest revision as of 12:00, 28 March 2010

Modules The DPL extension (version 2.3.0) produced a SQL statement which lead to a Database error.
The reason may be an internal error of DPL or an error which you made,
especially when using DPL options like titleregexp.
Query text is:
SELECT DISTINCT `page`.page_namespace AS page_namespace,`page`.page_title AS page_title,`page`.page_id AS page_id, `page`.page_title as sortkey FROM `page` INNER JOIN `categorylinks` AS cl0 ON `page`.page_id=cl0.cl_from AND (cl0.cl_to='Uno:Cpp') INNER JOIN `categorylinks` AS cl1 ON `page`.page_id=cl1.cl_from AND (cl1.cl_to='Module') WHERE 1=1 AND `page`.page_is_redirect=0 ORDER BY page_title ASC LIMIT 0, 2

Error message is:
Deadlock found when trying to get lock; try restarting transaction (127.0.0.1)


Specifications

Implementations

Tutorials

Code Snippets

Tests

Misc

Cpp Uno.jpg

C++ Uno is the implementation of the Uno Specifications for C++. C++ Uno is implemented on top of Binary Uno, which basically provides a 'C' API.

Personal tools