Quick Search:

jump to detailed chart | hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

Changelog

3708 by jimi on 05 May 2007, 20:05:20 -0500 (18 months ago) Make Review Transport the C runtime for ANTLR to the new directory structure
Rename/Move: //depot/code/antlr/main/lib/C/AUTHORS To: //depot/code/antlr/main/runtime/C/AUTHORS
Rename/Move: //depot/code/antlr/main/l…

./antlr3.h 3708 history deleted

./antlr3baserecognizer.h 3708 history deleted

./antlr3basetree.h 3708 history deleted

./antlr3basetreeadaptor.h 3708 history deleted

./antlr3bitset.h 3708 history deleted

… 127 more files in changeset.
3697 by jimi on 05 May 2007, 12:14:30 -0500 (19 months ago) Make Review More fixes for warnings in AST codegen

./antlr3exception.h 3697 history download (+2 -0) diffs

… 2 more files in changeset.
3693 by jimi on 05 May 2007, 00:56:38 -0500 (19 months ago) Make Review Fix up warnings and types for gcc compilation

./antlr3collections.h 3693 history download (+1 -1) diffs

./antlr3rewritestreams.h 3693 history download (+2 -2) diffs

… 1 more file in changeset.
3687 by jimi on 04 May 2007, 20:19:45 -0500 (19 months ago) Make Review Bug fixes for tree to string, new AST rewrite streams, template catch ups.

./antlr3.h 3687 history download (+1 -0) diffs

./antlr3defs.h 3687 history download (+13 -0) diffs

./antlr3interfaces.h 3687 history download (+4 -2) diffs

./antlr3rewritestreams.h 3687 history download (+15 -12) diffs

… 4 more files in changeset.
3678 by jimi on 03 May 2007, 14:41:55 -0500 (19 months ago) Make Review Reimplement tree rewriting in C target language as per new Java version based on rewrite streams. This is stage one which is just to get het new runtime compiling and the templates semmingly up to dat…

./antlr3interfaces.h 3678 history download (+8 -1) diffs

./antlr3rewritestreams.h 3678 history download (+123) new

… 4 more files in changeset.
3654 by jimi on 29 April 2007, 19:33:54 -0500 (19 months ago) Make Review o Implement lexer rule change as per changelist 3508
o Remove spurious warnings from inline input code
o Ensure bitsets are always 64 bit even in 32 bit mode

./antlr3bitset.h 3654 history download (+1 -1) diffs

./antlr3defs.h 3654 history download (+10 -0) diffs

./antlr3lexer.h 3654 history download (+28 -14) diffs

… 4 more files in changeset.
3649 by jimi on 29 April 2007, 10:23:54 -0500 (19 months ago) Make Review Prepare for 64 bit support being optional for C runtime.

./antlr3defs.h 3649 history download (+9 -2) diffs

… 3 more files in changeset.
3646 by jimi on 27 April 2007, 20:52:16 -0500 (19 months ago) Make Review A few more optimizations for very large input files, to prevent continous asking of the input size via indirect function calls.

./antlr3intstream.h 3646 history download (+5 -0) diffs

… 2 more files in changeset.
3644 by jimi on 27 April 2007, 13:19:25 -0500 (19 months ago) Make Review Limit trie bit depth of memoizing to just the number of bits it needs based on input size.

./antlr3defs.h 3644 history download (+0 -0) diffs

… 1 more file in changeset.
3642 by jimi on 27 April 2007, 01:08:52 -0500 (19 months ago) Make Review Implement Elastic Bucket Patrica Trie for genreal programmer use but more importantly to use for memoize() and potentially other elements of the runtime. C runtime with memoize is now approx 2X the ja…

./antlr3baserecognizer.h 3642 history download (+1 -1) diffs

./antlr3collections.h 3642 history download (+64 -0) diffs

./antlr3defs.h 3642 history download (+1 -0) diffs

./antlr3interfaces.h 3642 history download (+1 -0) diffs

… 4 more files in changeset.
3637 by jimi on 25 April 2007, 16:43:30 -0500 (19 months ago) Make Review Do not free realloced memory of vector entries (special case).

./antlr3collections.h 3637 history download (+1 -1) diffs

… 4 more files in changeset.
3634 by jimi on 25 April 2007, 10:54:55 -0500 (19 months ago) Make Review Use Vectors and custom tracker for memoization (this needs debugging, wait for a fix after this changelist)

./antlr3baserecognizer.h 3634 history download (+4 -5) diffs

… 3 more files in changeset.
3630 by jimi on 24 April 2007, 21:19:54 -0500 (19 months ago) Make Review Allow inline data pointer access for LA(n) and CONSUME() in standard ANTLR3 INTSTREAMS, leaving indirect method calls for default and user supplied templates.

./antlr3baserecognizer.h 3630 history download (+0 -0) diffs

./antlr3collections.h 3630 history download (+10 -10) diffs

./antlr3defs.h 3630 history download (+5 -1) diffs

./antlr3string.h 3630 history download (+1 -1) diffs

… 6 more files in changeset.
3629 by jimi on 24 April 2007, 15:41:21 -0500 (19 months ago) Make Review Improvements for followstack performance and change ANTLR3_STACK to use vector rather than list.

./antlr3collections.h 3629 history download (+1 -1) diffs

… 2 more files in changeset.
3626 by jimi on 23 April 2007, 18:01:20 -0500 (19 months ago) Make Review Use vector for marks rather than List (again, at last)

./antlr3commontreenodestream.h 3626 history download (+1 -1) diffs

./antlr3input.h 3626 history download (+1 -1) diffs

… 2 more files in changeset.
3625 by jimi on 23 April 2007, 17:37:05 -0500 (19 months ago) Make Review Replace LIST construct with Vector construct for token set (at alst got around to this ;-).

./antlr3tokenstream.h 3625 history download (+3 -3) diffs

… 3 more files in changeset.
3624 by jimi on 23 April 2007, 14:37:42 -0500 (19 months ago) Make Review Change to use integer keys for lists, rather then hashing a string.

./antlr3collections.h 3624 history download (+28 -2) diffs

./antlr3input.h 3624 history download (+1 -1) diffs

… 4 more files in changeset.
3620 by jimi on 23 April 2007, 00:58:57 -0500 (19 months ago) Make Review Increase cyclic DFA elements to INT32 while I work on reducing most of them to UINT16 rather than INT16

./antlr3cyclicdfa.h 3620 history download (+7 -7) diffs

… 3 more files in changeset.
3597 by jimi on 19 April 2007, 14:25:09 -0500 (19 months ago) Make Review C target - Updates to improve managing island grammars from C and make error recovery bitsets static so there is no need to allocate them at runtime.

./antlr3defs.h 3597 history download (+3 -0) diffs

./antlr3intstream.h 3597 history download (+0 -4) diffs

./antlr3tokenstream.h 3597 history download (+7 -0) diffs

… 6 more files in changeset.
3580 by jimi on 18 April 2007, 18:24:18 -0500 (19 months ago) Make Review o Many updates to support filtering lexers
o Changed all the macros to upper case, time to stop trying to look like Java and look like C!! The java style macro names for use by grammar programmers wer…

./antlr3commontreenodestream.h 3580 history download (+1 -1) diffs

./antlr3input.h 3580 history download (+2 -2) diffs

./antlr3intstream.h 3580 history download (+1 -1) diffs

./antlr3lexer.h 3580 history download (+1 -1) diffs

./antlr3tokenstream.h 3580 history download (+1 -1) diffs

… 9 more files in changeset.
3571 by jimi on 17 April 2007, 23:19:28 -0500 (19 months ago) Make Review o Ensure that global dynamic scopes work correctly and provide some neat macros to refernce them in action code.
o Go back to popping followsets for now, oherwise while we don't have memoize working…

./antlr3collections.h 3571 history download (+1 -1) diffs

… 2 more files in changeset.
3566 by jimi on 17 April 2007, 16:01:19 -0500 (19 months ago) Make Review Predefine the HIDDEN channel for lexer generated tokens. Reserves channel 99 for this, as per the Java target

./antlr3commontoken.h 3566 history download (+5 -0) diffs

3198 by jimi on 05 November 2006, 17:01:44 -0600 (2 years ago) Make Review Catch up with JAva.stg in C.stg, bug fixes for cyclic DFA's thqat require special transition state functions. Ensure backtracking works for lexers.

./antlr3cyclicdfa.h 3198 history download (+5 -3) diffs

./antlr3defs.h 3198 history download (+3 -3) diffs

./antlr3intstream.h 3198 history download (+8 -0) diffs

… 7 more files in changeset.
3136 by jimi on 25 October 2006, 19:28:11 -0500 (2 years 1 month ago) Make Review Ensure ctype.h is includeed if required

./antlr3defs.h 3136 history download (+4 -0) diffs

… 2 more files in changeset.
3095 by jimi on 11 October 2006, 00:46:17 -0500 (2 years 1 month ago) Make Review Correctly handle negative integers in UCS 2 encoding toInt32 function

./antlr3string.h 3095 history download (+1 -1) diffs

… 1 more file in changeset.
3094 by jimi on 10 October 2006, 22:15:13 -0500 (2 years 1 month ago) Make Review Give in and track encoding type in strings ;-)

./antlr3defs.h 3094 history download (+5 -0) diffs

./antlr3string.h 3094 history download (+5 -0) diffs

… 1 more file in changeset.
3086 by jimi on 06 October 2006, 12:52:27 -0500 (2 years 1 month ago) Make Review New function to garner an 8 bit string from other types as this is sometimes useful.

./antlr3string.h 3086 history download (+8 -0) diffs

… 2 more files in changeset.
3083 by jimi on 05 October 2006, 17:07:01 -0500 (2 years 1 month ago) Make Review Remove MEMORY debug line - commented in AIX unfriendly terms anyway!

./antlr3defs.h 3083 history download (+0 -1) diffs

3077 by jimi on 03 October 2006, 17:38:07 -0500 (2 years 2 months ago) Make Review Remove various warings from various UNIX compliations

./antlr3defs.h 3077 history download (+5 -29) diffs

… 21 more files in changeset.
3060 by jimi on 02 October 2006, 16:44:52 -0500 (2 years 2 months ago) Make Review Track vectors in changelists according to whether they were factory made or not so that we don't try to release any that are in the factory then try and release them again at facotry close time.

./antlr3collections.h 3060 history download (+8 -1) diffs

… 2 more files in changeset.
earlier earlier | later later
Crucible: Open Source License registered to Atlassian.
Atlassian FishEye, Subversion, CVS & Perforce analysis. (Version:1.5.5 Build:build-dev18790 2008-08-11 ) - Administration - Page generated 2008-12-04 15:31 -0600