Directory SubSonic/CodeGeneration/

Directory Created:
2007-05-10 15:20
Directory Deleted:
2009-07-01 23:17
Total Files:
0
Deleted Files:
7
Lines of Code:
0

[root]/SubSonic/CodeGeneration
            Folder removed from repo Templates (0 files, 0 lines)

Lines of Code

SubSonic/CodeGeneration/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 94 (100.0%) 1795 (100.0%) 19.0
canofunk 65 (69.1%) 1676 (93.4%) 25.7
damieng 6 (6.4%) 69 (3.8%) 11.5
robconery 12 (12.8%) 34 (1.9%) 2.8
shawn.oster 4 (4.3%) 16 (0.9%) 4.0
robconery@gmail.com 7 (7.4%) 0 (0.0%) 0.0

Most Recent Commits

robconery@gmail.com 2009-07-01 23:17 Rev.: 525

moving 2.x source to 2.0 folder

0 lines of code changed in 7 files:

  • SubSonic/CodeGeneration: BuildProvider.cs (del), Builder.cs (del), CodeService.cs (del), CompileEngine.cs (del), ParseUtility.cs (del), ScaffoldCodeGenerator.cs (del), Template.cs (del)
canofunk 2009-04-21 18:33 Rev.: 521

FIXED: SqlQuery - ANSISqlGenerator added duplicate DISCTINCT values resulting in malformed queries.
FIXED: SubStage - Slow performance with mapped network drives. Excluded network drives from SubStage file navigator. This greatly improves performance for some users.
FIXED: Test Data - Updated scripts to correctly reflect object dependencies and prevent errors on execution.
ADDED: Re-added SubSonicCentral and SubStage projects.
ADDED: SubSonic.Tests - Added missing SouthwindRepository generated files.
UPDATED: ComponentFactory.Krypton.Toolkit.dll, MbUnit.Framework.dll, MySql.Data.dll, QuickGraph.dll, QuickGraph.Algorithms.dll, Refly.dll, TestFu.dll
UPDATED: Global - Assembly versions changed to 2.2.1.0
CHANGED: Global - AutoProperties now used where possible.
CHANGED: Global - Object initializers now used where possible.
REMOVED: Sandbox Project

42 lines of code changed in 3 files:

  • SubSonic/CodeGeneration: CodeService.cs (+25 -27), CompileEngine.cs (+7 -5), Template.cs (+10 -8)
canofunk 2008-07-01 14:32 Rev.: 469

CHANGED: Global code clean up and reformatting
CHANGED: Updated System.Data.SQLite.DLL to 1.0.51.0

35 lines of code changed in 4 files:

  • SubSonic/CodeGeneration: BuildProvider.cs (+1 -1), CodeService.cs (+15 -7), CompileEngine.cs (+2 -3), Template.cs (+17 -17)
canofunk 2008-06-05 18:30 Rev.: 450

CHANGED: Global update to many method signatures to improve automatic documentation.

3 lines of code changed in 1 file:

  • SubSonic/CodeGeneration: CodeService.cs (+3 -3)
canofunk 2008-06-04 17:46 Rev.: 446

FIXED: InvalidCastException When Using Nullable Boolean Types in MySql (Re-Opened). See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=11506
FIXED: Nullable INT Values Not Properly Converted With Oracle Provider. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16424
CHANGED: Global comment and code formatting changes.
NOTE: This revision will (probably) be SubSonic 2.1 RC 1

50 lines of code changed in 4 files:

  • SubSonic/CodeGeneration: BuildProvider.cs (+4 -5), CodeService.cs (+17 -24), CompileEngine.cs (+21 -22), Template.cs (+8 -15)
canofunk 2008-04-23 14:25 Rev.: 425

FIXED: VB_ClassTemplate.aspx Hasn't Been Updated to Reflect RepositoryRecord Changes. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16257
FIXED: Template Generated Code Wraps When "namespace" is Encountered Anywhere in Output. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16180

4 lines of code changed in 1 file:

  • SubSonic/CodeGeneration: CompileEngine.cs (+4 -2)
canofunk 2008-04-15 18:39 Rev.: 415

CHANGED: Miscellaneous code cleanup.

1 lines of code changed in 1 file:

  • SubSonic/CodeGeneration: CompileEngine.cs (+1 -1)
canofunk 2008-04-10 15:11 Rev.: 411

CHANGED: Eliminated a number of Release configuration compiler warnings; Added/updated documentation stubs.

4 lines of code changed in 1 file:

  • SubSonic/CodeGeneration: CodeService.cs (+4 -2)
robconery 2008-03-18 22:13 Rev.: 370

FIXED: ExecuteAsCollectio<> bug for Repository class - Repository now properly executes against generated classes
ADDED: Initial Migration build with tests. This is intial checkin only...
Regenerated Unit test DAL

7 lines of code changed in 1 file:

  • SubSonic/CodeGeneration: CompileEngine.cs (+7 -6)
canofunk 2008-03-17 11:00 Rev.: 360

CHANGED: Global - Minor code generation performance improvements.

68 lines of code changed in 4 files:

  • SubSonic/CodeGeneration: BuildProvider.cs (+2 -1), CodeService.cs (+27 -25), CompileEngine.cs (+3 -2), Template.cs (+36 -27)
canofunk 2008-03-10 18:29 Rev.: 349

CHANGED: RecordBase - Addressed potential thread concurrency issue.
FIXED: Destroy() Fails when Deleted or IsDeleted Columns are Present. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=15395
FIXED: NullReferenceException in SubCommander when generateODSControllers="false". See: http://www.codeplex.com/WorkItem/View.aspx?ProjectName=subsonic&WorkItemId=15509

6 lines of code changed in 1 file:

  • SubSonic/CodeGeneration: BuildProvider.cs (+6 -3)
shawn.oster 2008-02-29 05:18 Rev.: 345

CHANGED: Updated some general Exceptions to the more specific ArgumentException, ArgumentNullException and ArgumentOutOfRangeException.

7 lines of code changed in 1 file:

  • SubSonic/CodeGeneration: CodeService.cs (+7 -7)
shawn.oster 2008-02-29 03:36 Rev.: 344

ADDED: Some TODO comments for possible bugs.
FIXED: One instance of possible overflow.
FIXED: AddPrimaryKeyColumn(string columnName) wasn't actually using the columnName parameter.
CHANGED: Removed various unused local variables and private fields.
CHANGED: Removed some redundant null and false initializations.
CHANGED: Removed a few unused 'using' statements.

9 lines of code changed in 3 files:

  • SubSonic/CodeGeneration: CodeService.cs (+1), CompileEngine.cs (+3 -2), Template.cs (+5 -5)
canofunk 2008-01-24 18:27 Rev.: 290

FIXED: OracleDataProvider - GetSelectSql() in OracleDataProvider Generates Invalid SQL. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=14887
CHANGED: Eliminated SubSonic.CodeGenerator namespace.
CHANGED: Minor performance optimizations to code generation template cleaning methods.

25 lines of code changed in 4 files:

  • SubSonic/CodeGeneration: BuildProvider.cs (-1), CodeService.cs (-1), CompileEngine.cs (+24 -21), Template.cs (+1 -2)
canofunk 2008-01-24 15:58 Rev.: 289

ADDED: SubStage - Option to generate classes in VB.
ADDED: SubStage - Log window.
ADDED: SubStage - Description for provider properties.
FIXED: Issue with template generation in certain non-Western European language scenarios. See: http://forums.subsonicproject.com/forums/p/2506/10778.aspx#10778
CHANGED: Calendar Control - Potentially objectionable variable names.

5 lines of code changed in 1 file:

  • SubSonic/CodeGeneration: CodeService.cs (+5 -5)
canofunk 2008-01-23 18:31 Rev.: 288

FIXED: VB.NET Templates - Several issues that resulted non-compiling classes being generated.

4 lines of code changed in 1 file:

  • SubSonic/CodeGeneration: CompileEngine.cs (+4 -4)
canofunk 2008-01-18 09:31 Rev.: 276

CHANGED: SubStage - Refactored tree navigation code.
CHANGED: Multiple - Added comment stubs and headers to several new class files.
ADDED: SubStage - Connection string testing.
ADDED: SubSonicCentral - Base class configuration parameters to ConfigBuilder.

52 lines of code changed in 1 file:

  • SubSonic/CodeGeneration: CodeService.cs (+52 -1)
robconery 2008-01-10 23:07 Rev.: 253

Added Select() for In and NotIn
Segregated tests for clarity
Added From<> for typed expressions
Added Query factory methods to CS_Structs Template (need to update VB as well)
Fixed SP templates (VB and C#) to include schema names

1 lines of code changed in 1 file:

  • SubSonic/CodeGeneration: CompileEngine.cs (+1 -1)
canofunk 2007-12-06 20:17 Rev.: 218

CHANGED: Completed GhostDoc comment stubs for all classes, methods, and properties. More code formatting changes.
ADDED: Sandcastle Help File Builder project file and my active settings files for ReSharper and GhostDoc.
NOTE: Current documentation can be found at http://subsonichelp.com

379 lines of code changed in 4 files:

  • SubSonic/CodeGeneration: BuildProvider.cs (+3 -3), CodeService.cs (+175 -15), CompileEngine.cs (+86 -36), Template.cs (+115 -37)
canofunk 2007-12-06 13:05 Rev.: 217

CHANGED: Code reformatting and cleanup. MPL header added to all .cs files. See: http://monk.thelonio.us/archive/2007/12/06/Documentation-Its-my-Cilice.aspx
FIXED: ListComparer<>.Compare(x, y) causes null reference exception. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=14155

172 lines of code changed in 4 files:

  • SubSonic/CodeGeneration: BuildProvider.cs (+20 -14), CodeService.cs (+51 -59), CompileEngine.cs (+55 -43), Template.cs (+46 -31)

(21 more)

Generated by StatSVN 0.4.1