summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Use logging.info() instead of printing carelessly to stdoutR. Tyler Ballance2009-09-101-9/+6
* Remove the use of the verifyType and verifyTypeClass functions for speedJames Abbatiello2009-09-031-96/+121
* Remove the use of the valOrDefault function for speedJames Abbatiello2009-09-021-29/+24
* Merge branch 'next' of git@github.com:rtyler/cheetah into nextR. Tyler Ballance2009-09-013-3/+380
|\
| * Add the VerifyType tests to the runnerR. Tyler Ballance2009-09-013-3/+380
* | Only use entry_points if we're on Windows; hopefully this corrects kb@'s issuesR. Tyler Ballance2009-09-011-7/+10
* | Merge branch 'next' of git@github.com:rtyler/cheetah into nextR. Tyler Ballance2009-09-011-1/+1
|\ \ | |/
| * Correct some double encoding issues (regressed in Unicode.JBQ_UTF8_Test8)R. Tyler Ballance2009-09-011-1/+1
* | Merge commit 'origin/next' into nextR. Tyler Ballance2009-09-012-1/+40
|\ \ | |/
| * Fix SetupConfig to reflect the rename of the package directoryR. Tyler Ballance2009-09-011-1/+1
| * Add Cheps.py test moduleR. Tyler Ballance2009-08-311-0/+39
* | Merge branch 'next' of git@github.com:rtyler/cheetah into nextR. Tyler Ballance2009-08-314-6/+2
|\ \ | |/
| * Add the CHEP related test module in hereR. Tyler Ballance2009-08-281-0/+2
| * Remove cheetah.bat file now that setuptools will generate .exe filesJames Abbatiello2009-08-253-6/+0
| * Merge branch 'next' of git://github.com/rtyler/cheetah into nextJames Abbatiello2009-08-2415-104/+771
| |\
* | \ Merge commit 'abbeyj/next' into nextR. Tyler Ballance2009-08-244-6/+22
|\ \ \ | |/ / | | / | |/ |/|
| * Have setuptools generate .exe wrappers for scripts on WindowsJames Abbatiello2009-08-044-6/+22
* | Remove the VerifyType module from Test.py, I think I left this on another mac...R. Tyler Ballance2009-08-141-2/+0
* | Move src/c/ to cheetah/c/ and update SetupConfig.py appropraitelyR. Tyler Ballance2009-08-146-4/+4
* | Merge branch 'next' into performanceR. Tyler Ballance2009-08-1462-14/+14
|\ \ | |/
| * Add github extension for sphinxR. Tyler Ballance2009-07-161-2/+5
| * Rename the root package to "cheetah" instead of "src" to follow more conventi...R. Tyler Ballance2009-07-1661-5/+5
| * Prune the contrib package which should have been removed when the markdown mo...R. Tyler Ballance2009-07-163-7/+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-286-28/+39
|\ \ \ | |/ /
| * | Add cheetah.bat for WindowsJames Abbatiello2009-06-283-0/+5
| * | 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
| * | Minor tweak to SetupConfig formatR. Tyler Ballance2009-06-281-3/+5
| * | Add two new tests to evaluate performance of Template.compile()R. Tyler Ballance2009-06-281-0/+52
| * | Build all C-extensions by default, win32 be damned! (abbeyj@'s helping there)R. Tyler Ballance2009-06-281-14/+8
| * | 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