Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r21690: Test use of typedef /and/ struct name | Jelmer Vernooij | 2 | -2/+6 |
2007-10-10 | r21681: Fix bug in the parsing code that parsed "struct foo;" the same as | Jelmer Vernooij | 2 | -2/+22 |
2007-10-10 | r21654: Add simple test for print functions. | Jelmer Vernooij | 1 | -2/+22 |
2007-10-10 | r21584: Support for tagged types has landed! | Jelmer Vernooij | 3 | -4/+14 |
2007-10-10 | r21579: Use utility function to determine function names in ejs code. | Jelmer Vernooij | 1 | -2/+7 |
2007-10-10 | r21578: Use utility function for naming pull/push/print functions. | Jelmer Vernooij | 2 | -21/+27 |
2007-10-10 | r21575: Fix handling of is_scalar() for declares. | Jelmer Vernooij | 1 | -1/+3 |
2007-10-10 | r21574: Fix handling of DECLARE. | Jelmer Vernooij | 1 | -1/+7 |
2007-10-10 | r21573: Remove more code that assumed all types are typedefs. | Jelmer Vernooij | 2 | -3/+23 |
2007-10-10 | r21572: More work towards supporting tagged types. | Jelmer Vernooij | 3 | -6/+61 |
2007-10-10 | r21568: More tests. | Jelmer Vernooij | 1 | -3/+140 |
2007-10-10 | r21567: Add some more wireshark tests. | Jelmer Vernooij | 1 | -2/+67 |
2007-10-10 | r21559: More tests. | Jelmer Vernooij | 1 | -1/+70 |
2007-10-10 | r21555: Some tests for TYPE in wireshark conformance files. | Jelmer Vernooij | 1 | -2/+36 |
2007-10-10 | r21545: Fix pidl test. | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r21534: Add some more tests for wireshark. | Jelmer Vernooij | 1 | -2/+47 |
2007-10-10 | r21532: Add tests for StripPrefixes utility function. | Jelmer Vernooij | 1 | -2/+6 |
2007-10-10 | r21490: Add some tests for the EJS code | Jelmer Vernooij | 1 | -0/+42 |
2007-10-10 | r21484: Fix Needed* for nested datastructures. | Jelmer Vernooij | 1 | -16/+22 |
2007-10-10 | r21459: Remove name argument, more refactoring. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r21457: Cope with anonymous nested types in the NDR layer. This doesn't handled | Jelmer Vernooij | 1 | -15/+3 |
2007-10-10 | r21455: Fix a bug in our handling of conformant arrays. The conformant array was | Jelmer Vernooij | 1 | -2/+40 |
2007-10-10 | r21440: Support different variables in environments. | Jelmer Vernooij | 1 | -5/+12 |
2007-10-10 | r21437: Cherrypick typelib tests. | Jelmer Vernooij | 1 | -0/+59 |
2007-10-10 | r21433: Get rid of the COM support code - it's not used and unmaintained. We can | Jelmer Vernooij | 1 | -0/+48 |
2007-10-10 | r21431: More tests, work on support in wireshark for tagged types. | Jelmer Vernooij | 1 | -0/+15 |
2007-10-10 | r21430: Support tagged types without typedef. This means: | Jelmer Vernooij | 6 | -23/+16 |
2007-10-10 | r21428: Handle representation types in Needed(). | Jelmer Vernooij | 2 | -9/+53 |
2007-10-10 | r21427: Add tests for Needed*(), in preparation of refactoring. | Jelmer Vernooij | 1 | -2/+58 |
2007-10-10 | r21411: Add some simple tests for the wireshark NDR generator. | Jelmer Vernooij | 1 | -0/+23 |
2007-10-10 | r21338: Fix handling of top-level arrays for the Samba 3 client code. This do... | Jelmer Vernooij | 1 | -0/+56 |
2007-10-10 | r21332: Fix bug in pidl that prevented value(0) from working. Bug reported by... | Jelmer Vernooij | 1 | -2/+22 |
2007-10-10 | r21260: Fix regex. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r21254: Fix running the testsuite outside pidl/ | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r21253: Merge some pidl fixes: | Jelmer Vernooij | 3 | -2/+119 |
2007-10-10 | r21222: Merge a couple of pidl fixes: | Jelmer Vernooij | 3 | -2/+85 |
2007-10-10 | r20967: Allow pidl tests to work with gcov | Jelmer Vernooij | 4 | -26/+43 |
2007-10-10 | r20638: Check for NULL pointers (where possible) in print functions. Fixes #4... | Jelmer Vernooij | 1 | -8/+8 |
2007-10-10 | r20637: Don't check for NULL pointers when the pointer is guaranteed to not b... | Jelmer Vernooij | 1 | -0/+135 |
2007-10-10 | r20633: Add another test, fix warnings. | Jelmer Vernooij | 1 | -7/+44 |
2007-10-10 | r20631: Add some tests for the ndr parser. | Jelmer Vernooij | 1 | -0/+154 |
2007-10-10 | r20625: Fix couple of warnings. | Jelmer Vernooij | 2 | -2/+11 |
2007-10-10 | r20571: fix '' case | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r20567: Print proper errors with filename and line numbers in ParseExpr() | Jelmer Vernooij | 1 | -32/+36 |
2007-10-10 | r20563: Start using the new parser in ParseExpr(). It's now trivial to use this | Jelmer Vernooij | 1 | -14/+23 |
2007-10-10 | r20556: Add more tests to make sure nothing breaks when I replace the ParseEx... | Jelmer Vernooij | 1 | -1/+19 |
2007-10-10 | r20550: Use standard error mechanism in parser. | Jelmer Vernooij | 1 | -24/+39 |
2007-10-10 | r20548: Remove unnecessary "use lib", fix warnings. | Jelmer Vernooij | 11 | -14/+4 |
2007-10-10 | r20547: Add tests for expected errors/warnings. | Jelmer Vernooij | 3 | -1/+89 |
2007-10-10 | r20545: Fix is_constant(). | Jelmer Vernooij | 1 | -1/+5 |