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