.reference

git-svn-id: svn://ultimatepp.org/upp/trunk@7605 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-08-26 07:24:21 +00:00
parent a557a8d9fa
commit b9906397bd
6 changed files with 14 additions and 2 deletions

View file

@ -9,6 +9,7 @@ CONSOLE_APP_MAIN
{
for(int i = 0; i < r0.GetCount(); i++)
Cout() << r0[i] << '\n';
Cout() << "---\n";
} else if(r0.IsError())
Cout() << r0.GetError() << '\n';

View file

@ -1,4 +1,4 @@
description "PCRE regular expressions";
description "PCRE regular expressions\377";
uses
Core,
@ -9,3 +9,4 @@ file
mainconfig
"" = "CONSOLE";

5
reference/RegExp/init Normal file
View file

@ -0,0 +1,5 @@
#ifndef _RegExp_icpp_init_stub
#define _RegExp_icpp_init_stub
#include "Core/init"
#include "plugin\pcre/init"
#endif

View file

@ -1,4 +1,4 @@
description "Timer events";
description "Profiling helpers\377";
uses
Core;

4
reference/Timing/init Normal file
View file

@ -0,0 +1,4 @@
#ifndef _Timing_icpp_init_stub
#define _Timing_icpp_init_stub
#include "Core/init"
#endif

View file

@ -6,6 +6,7 @@ CONSOLE_APP_MAIN
{
Index<String> index;
TimeStop tm;
RTIMESTOP("Total runtime");
for(int i = 0; i < 1000000; i++) {
int x;
String q;