summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move src/c/ to cheetah/c/ and update SetupConfig.py appropraitelyR. Tyler Ballance2009-08-145-829/+0
* Merge branch 'next' into performanceR. Tyler Ballance2009-08-1459-20059/+0
|\
| * Rename the root package to "cheetah" instead of "src" to follow more conventi...R. Tyler Ballance2009-07-1659-20600/+0
| * Prune the contrib package which should have been removed when the markdown mo...R. Tyler Ballance2009-07-162-6/+2
| * Add preliminary support for multiple inheritance via the #extends directiveR. Tyler Ballance2009-07-123-33/+74
| * Commit a broken test for multiple inheritance supportR. Tyler Ballance2009-06-271-0/+15
* | Merge commit 'abbeyj/performance' into performanceR. Tyler Ballance2009-08-143-33/+74
|\ \
| * | Add preliminary support for multiple inheritance via the #extends directiveR. Tyler Ballance2009-07-133-33/+74
* | | Merge commit 'abbeyj/performance' into performanceR. Tyler Ballance2009-06-283-28/+34
|\ \ \ | |/ /
| * | Fix VerifyType checks for useCache and keepRefToGeneratedCodeJames Abbatiello2009-06-281-24/+15
| * | Fix warnings when compiling _template.c on MSVCJames Abbatiello2009-06-281-4/+4
| * | Cleanup the Indenter class a bit, make it a wee bit faster to initializeR. Tyler Ballance2009-06-292-27/+13
| * | Add another LongCompile test that initializes and executes the template as wellR. Tyler Ballance2009-06-291-2/+11
| * | Correct the SIGSEGV I left in the valOrDefault implementationR. Tyler Ballance2009-06-291-1/+4
| * | Revert "Implement valorDefault in C"R. Tyler Ballance2009-06-291-5/+11
| * | Revert "Prune the unnecessary use of the Unspecified class"R. Tyler Ballance2009-06-293-32/+40
| * | Revert "Remove the "Unspecified" module"R. Tyler Ballance2009-06-291-0/+9
| * | Swap out list creation for tuple creation which is a little fasterR. Tyler Ballance2009-06-291-18/+18
| * | Add the VerifyType to the Test.py runnerR. Tyler Ballance2009-06-281-4/+2
| * | Implement valorDefault in CR. Tyler Ballance2009-06-282-16/+14
| * | Remove the "Unspecified" moduleR. Tyler Ballance2009-06-281-9/+0
| * | Prune the unnecessary use of the Unspecified classR. Tyler Ballance2009-06-283-40/+31
| * | _template.c should grow to include minor utility methods that benefit from mo...R. Tyler Ballance2009-06-281-0/+49
| * | Add two new tests to evaluate performance of Template.compile()R. Tyler Ballance2009-06-281-0/+52
| * | Commit erroneous import, causing the Python version to always be loadedR. Tyler Ballance2009-06-281-1/+1
| * | Commit a broken test for multiple inheritance supportR. Tyler Ballance2009-06-281-0/+15
* | | Cleanup the Indenter class a bit, make it a wee bit faster to initializeR. Tyler Ballance2009-06-272-27/+13
* | | Add another LongCompile test that initializes and executes the template as wellR. Tyler Ballance2009-06-271-2/+11
* | | Correct the SIGSEGV I left in the valOrDefault implementationR. Tyler Ballance2009-06-271-1/+4
* | | Revert "Implement valorDefault in C"R. Tyler Ballance2009-06-271-5/+11
* | | Revert "Prune the unnecessary use of the Unspecified class"R. Tyler Ballance2009-06-273-32/+40
* | | Revert "Remove the "Unspecified" module"R. Tyler Ballance2009-06-271-0/+9
* | | Swap out list creation for tuple creation which is a little fasterR. Tyler Ballance2009-06-271-18/+18
* | | Add the VerifyType to the Test.py runnerR. Tyler Ballance2009-06-271-4/+2
* | | Merge commit 'abbeyj/performance' into performanceR. Tyler Ballance2009-06-274-63/+170
|\ \ \ | |/ /
| * | Add more VerifyType tests and change _verifytype.c to passJames Abbatiello2009-06-272-3/+108
| * | Fix extension compile under MSVCJames Abbatiello2009-06-273-60/+62
* | | Implement valorDefault in CR. Tyler Ballance2009-06-272-16/+14
* | | Remove the "Unspecified" moduleR. Tyler Ballance2009-06-271-9/+0
* | | Prune the unnecessary use of the Unspecified classR. Tyler Ballance2009-06-273-40/+31
* | | _template.c should grow to include minor utility methods that benefit from mo...R. Tyler Ballance2009-06-271-0/+49
* | | Add two new tests to evaluate performance of Template.compile()R. Tyler Ballance2009-06-271-0/+52
* | | Commit erroneous import, causing the Python version to always be loadedR. Tyler Ballance2009-06-271-1/+1
* | | Merge branch 'next' of git@github.com:rtyler/cheetah into performanceR. Tyler Ballance2009-06-261-49/+46
|\ \ \ | |/ / |/| / | |/
| * Implement cross-platform compatible wrappers for asserting the execution of t...R. Tyler Ballance2009-06-261-49/+46
* | Merge branch 'next' of git@github.com:rtyler/cheetah into performanceR. Tyler Ballance2009-06-264-19/+30
|\ \ | |/
| * Use os.popen4 instead of popen2.Popen4 for Windows compatibilityJames Abbatiello2009-06-261-25/+10
| * Replace subprocess with popen2, which is Python 2.3 compatibleR. Tyler Ballance2009-06-261-17/+18
| * Remvoe the @skipIf decorator added in 5127caa1008896267b0f2349dbe3d10233e48a5fR. Tyler Ballance2009-06-251-14/+0
| * Expand glob command line arguments on WindowsJames Abbatiello2009-06-251-1/+13