265
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
May 30, 2023 — May 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improved backward compatibility with older unzip implementations for <zip>. More... about 15 years ago
Document <move> task fix for move newer source files to existing destination files. More... about 15 years ago
Improve unit tests (eg. test overwriting existing destination files). More... about 15 years ago
* CopyTask.cs: Move creation of BuildException for source file that does not exist to separate CreateSourceFileNotFoundException method. * MoveTask.cs: Overwrite CreateSourceFileNotFoundException to customize build error. Always delete destination file if it exists. This fixes an error when moving a file that is never than the destination file. More... about 15 years ago
Added test for shorthand include/exclude. More... about 15 years ago
Added support for shorthand for full recursive match. Removed workaround for Mono bug #317092. More... about 15 years ago
Document overwrite parameter of unzip task, and newly introduced untar task. More... about 15 years ago
Added untar task. More... about 15 years ago
Refactor parts into ExpandBaseTask base class. Expose overwrite attribute to build authors. More... about 15 years ago
Add entry for fix for bug #2515816, and for expression identifier fix. More... over 15 years ago
Exclude **/vssver2.scc by default. Fixes bug #2515816. More... over 15 years ago
Fixed error message for NA1182. Removed obsolete entries. More... over 15 years ago
Added support for dot and backslash in keywords/identifiers. More... over 15 years ago
Added ExpressionTokenizerTest. More... over 15 years ago
Reorder imports. More... over 15 years ago
Update silverlight-2.0 node for RTM release, and have it use .NET 3.5 framework and SDK tools. More... over 15 years ago
Fixed IsUnix to return true on MacOSX (in .NET 3.5 SP1 or higher). Added internal methods to determine if NAnt is running in 32-bit or 64-bit mode. Deprecated IsWin32 in favor of newly introduced IsWindows. More... over 15 years ago
Documented new functions, and Windows SDK bug fix. More... over 15 years ago
Added overloads for commonly used framework functions. More... over 15 years ago
Added is-windows function, and deprecated is-win32 in favor of it. More... over 15 years ago
Added support for Windows SDK 6.1. More... over 15 years ago
Update license for NAntGraph. More... over 15 years ago
Added NAntGraph. More... over 15 years ago
Removed unused method. More... over 15 years ago
Added NAntScript. More... over 15 years ago
Added license header. Added FunctionArgument class. More... over 15 years ago
Added FunctionArgument to project file. More... over 15 years ago
Fixed typo. More... over 15 years ago
Removed unnecessary test (that use a - now - internal API). More... over 15 years ago
Use new scan-probing-paths overload to ensure we look for referenced assemblies in the build.dir. More... over 15 years ago