265
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 23 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #140 from charleswhchan/master More... about 9 years ago
Update README.md More... about 9 years ago
Add build status badges More... about 9 years ago
Update release notes to reflect if/unless task fix More... about 9 years ago
Merge pull request #133 from rmboggs/conditional More... about 9 years ago
Merge pull request #137 from dguder/travis More... about 9 years ago
Fix #138 - added functionality to get any custom attribute from an assembly. More... about 9 years ago
use quotes also around $MCS shell export at make call More... about 9 years ago
use mcs to build mono 2.0 and 4.0 on travis-ci More... about 9 years ago
Merge pull request #136 from dguder/echotask-xsd-122 More... about 9 years ago
add release note for issue nant/nant#122 More... about 9 years ago
define EchoTask as mixed to avoid warning message in VS see nant/nant#122 More... about 9 years ago
Reverting superficial changes to the *.build files to keep pull request clean. As requested by @skolima. More... about 9 years ago
Add note about null property fix. More... about 9 years ago
Merge pull request #134 from rmboggs/null_properties More... about 9 years ago
Updated error message for null property to something that reads better. More... about 9 years ago
Update more element based classes that implement if/unless properties with new IConditional interface. More... about 9 years ago
Adjust comment in LoopTask.cs for clarity. More... over 9 years ago
Prevent PropertiesDictionary from accepting null values and prevent foreach task from adding properties with null values. More... over 9 years ago
build mono-2.0 and mono 4.0 targets More... over 9 years ago
Minor formatting changes/corrections. More... over 9 years ago
Update release notes to include last two pull requests. More... over 9 years ago
Removed unneeded Enabled property from DirectoryName class. Reworked new Test_UnlessAttribute to better check conditional operation handling. Misc spacing cleanup. More... over 9 years ago
Replaced ConditionalElement with IConditional interface. The subclass ConditionalConfigurator now resides as a private subclass in the element class. The element class now handles the conditional tasks based on element derived classes that implement IConditional. All element derived classes that required conditional steps now implement the IConditional interface. Also fixed build files for consistency. This is a cleaner approach that does not expose additional classes. More... over 9 years ago
Merge pull request #132 from rmboggs/exec_timeout More... over 9 years ago
Merge pull request #131 from rmboggs/escaped_dollar More... over 9 years ago
Notate SDK update for net-2.0 target in releasenotes.html. More... over 9 years ago
Merge branch 'escaped_dollar' of github.com:rmboggs/nant into escaped_dollar More... over 9 years ago
Merge branch 'exec_timeout' of github.com:rmboggs/nant into exec_timeout More... over 9 years ago
Update .gitignore to avoid *.swp files generated by vim. More... over 9 years ago