Skip to content

Commit af5ceaa

Browse files
committed
0 parents  commit af5ceaa

File tree

2,469 files changed

+411089
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,469 files changed

+411089
-0
lines changed

.hg_archival.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
repo: 6ed5fe0ea387ba9808e21048f02c665b16aa8c23
2+
node: bdabbf66b2ad131199059736178664f44c69adaf
3+
branch: 1.3
4+
latesttag: r1.3
5+
latesttagdistance: 11

.hgignore

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
syntax: glob
2+
*.obj
3+
*.orig
4+
*.rej
5+
*~
6+
*.o
7+
*.log
8+
*.lo
9+
*.tar.*
10+
*.bak
11+
Makefile.in
12+
aclocal.m4
13+
config.h.in
14+
configure
15+
Makefile
16+
config.h
17+
config.log
18+
config.status
19+
libtool
20+
stamp-h1
21+
lemon/lemon.pc
22+
lemon/libemon.la
23+
lemon/stamp-h2
24+
doc/Doxyfile
25+
doc/references.dox
26+
cmake/version.cmake
27+
.dirstamp
28+
.libs/*
29+
.deps/*
30+
demo/*.eps
31+
m4/libtool.m4
32+
m4/ltoptions.m4
33+
m4/ltsugar.m4
34+
m4/ltversion.m4
35+
m4/lt~obsolete.m4
36+
37+
syntax: regexp
38+
(.*/)?\#[^/]*\#$
39+
(.*/)?\.\#[^/]*$
40+
^doc/html/.*
41+
^doc/.*\.tag
42+
^autom4te.cache/.*
43+
^build-aux/.*
44+
^.*objs.*/.*
45+
^test/[a-z_]*$
46+
^tools/[a-z-_]*$
47+
^demo/.*_demo$
48+
^.*build.*/.*
49+
^doc/gen-images/.*
50+
CMakeFiles
51+
DartTestfile.txt
52+
cmake_install.cmake
53+
CMakeCache.txt

.hgtags

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
57ab090b6109902536ee34b1e8d4d123474311e3 r1.3

AUTHORS

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
The main developers of release series 1.x are
2+
3+
* Balazs Dezso <deba@inf.elte.hu>
4+
* Alpar Juttner <alpar@cs.elte.hu>
5+
* Peter Kovacs <kpeter@inf.elte.hu>
6+
* Akos Ladanyi <ladanyi@tmit.bme.hu>
7+
8+
For more complete list of contributors, please visit the history of
9+
the LEMON source code repository: http://lemon.cs.elte.hu/hg/lemon
10+
11+
Moreover, this version is heavily based on version 0.x of LEMON. Here
12+
is the list of people who contributed to those versions.
13+
14+
* Mihaly Barasz <klao@cs.elte.hu>
15+
* Johanna Becker <beckerjc@cs.elte.hu>
16+
* Attila Bernath <athos@cs.elte.hu>
17+
* Balazs Dezso <deba@inf.elte.hu>
18+
* Peter Hegyi <hegyi@tmit.bme.hu>
19+
* Alpar Juttner <alpar@cs.elte.hu>
20+
* Peter Kovacs <kpeter@inf.elte.hu>
21+
* Akos Ladanyi <ladanyi@tmit.bme.hu>
22+
* Marton Makai <marci@cs.elte.hu>
23+
* Jacint Szabo <jacint@cs.elte.hu>
24+
25+
Again, please visit the history of the old LEMON repository for more
26+
details: http://lemon.cs.elte.hu/hg/lemon-0.x

0 commit comments

Comments
 (0)