86 Commits (5f4c43ddc3d0b67f3c4bf6f66cfc95227537c6b9)

Author SHA1 Message Date
  Gintas Grigelionis c3b91f90f0 More isEmpty() 8 years ago
  Gintas Grigelionis cda6c91cf8 Unwrap some logic; uniform checks of StringBuilder size 8 years ago
  Gintas Grigelionis 6656db28bb Let’s use doclint 8 years ago
  twogee 4422804db3 Normalise tabulation and line breaks 8 years ago
  Matt Benson b7d1e9bde4 java 5-8 9 years ago
  Matthew Jason Benson 3d706ab818 java 5 updates 13 years ago
  Nicolas Lalevee 4e97d0d888 Fix the test of the unless condition 13 years ago
  Nicolas Lalevee 9585ec663a Wrap the if/unless attribute evaluation by the PropertyHelper into the generic case via a Condition 13 years ago
  Nicolas Lalevee 1885612e5d Allow Condition as if and unless attributes of targets and extension points (Java API only) 13 years ago
  Jesse N. Glick e21405f8ee JDK 5. 14 years ago
  Antoine Levy-Lambert 4427f8c1ed PR 50716. Here is a case where optimizing a loop by using a variable for the upper bound of the loop breaks an existing test case RhinoTest. 15 years ago
  Stefan Bodewig 5f20b99140 microoptimizations. PR 50716 15 years ago
  Nicolas Lalevee 51fe5cb2d9 add some comment about some type parameter 15 years ago
  Stefan Bodewig df102bb3a3 Move "don't check conditions if the attribute hasn't been set at all" logic 16 years ago
  Stefan Bodewig c6b7ba94ce Make target's if/unless treat true/false strings as booleans 16 years ago
  Stefan Bodewig 50b49e76bc document that targets should have unique locations. PR 47640 16 years ago
  Stefan Bodewig 08bdfe8f1b allow target-group attribute to use a comma-separated list 17 years ago
  Stefan Bodewig 32c6ef39e4 add an <import> variant named <include> that matches EasyAnt's <use> 17 years ago
  Matthew Jason Benson 18681d7fc9 allow custom propertyhelpers to supply a Boolean for Target if/unless as an alternative to specifying a property NAME 17 years ago
  Matthew Jason Benson 05e90275ec ws 17 years ago
  Matthew Jason Benson 93af3c50df add local properties; bugzilla 23942 17 years ago
  Matthew Jason Benson f18d3adfa8 fmt/refac 18 years ago
  Stefan Bodewig 2e897819a8 copy2license.pl 19 years ago
  Peter Reilly 24d5b48eeb remove equals/hashcode from Target. Bugzilla report 40207. 19 years ago
  Stefan Bodewig dfaca18fce set target's name before the depends attribute - leads to more meaningful errors. PR 37655 20 years ago
  Stefan Bodewig 98bd187d46 2006 20 years ago
  Steve Loughran f26833969e flip tests as the IDE was complaining that we werent handing null tokens properly 20 years ago
  Peter Reilly 3d66f4ef91 Allways create qualified targets in imported build files 21 years ago
  Stefan Bodewig 2a291dca92 Various javadoc and code-style fixes by Kev Jackson 21 years ago
  Antoine Levy-Lambert 5d26c58ca0 Add @since tags to methods introduced in Ant 1.6.2 21 years ago
  Antoine Levy-Lambert 967dde65b1 Make compile 21 years ago
  Matthew Jason Benson c692a67a30 Try to get the dependency analysis right this time while preserving BC. 21 years ago
  Peter Reilly 698b90a7df always call fireTargetFinished to correspond to a fireTargetStarted 22 years ago
  Matthew Jason Benson 996bac3e36 Add getIf() and getUnless() to Target. 22 years ago
  Matthew Jason Benson 33ac6bc3ce Add a Location member to oata.Target, with the appropriate settor & gettor. 22 years ago
  Peter Reilly 72621f7207 stylecheck 22 years ago
  Peter Reilly c885f56836 remove authors from files 22 years ago
  Antoine Levy-Lambert 278781dcd6 Copyright owner is The Apache Software Foundation 22 years ago
  Antoine Levy-Lambert 66555ca10d Remove trailing spaces in all java files 22 years ago
  Antoine Levy-Lambert ca1513552f Switch to Apache Software License 2.0 22 years ago
  Peter Reilly fae3a853d3 add back removed description 22 years ago
  Peter Reilly 4d89b46d4d change implementation of handling importing files top-level tasks 22 years ago
  Stefan Bodewig 03d8b12829 Catch another simple to detect case of infinite antcall loops 22 years ago
  Stefan Bodewig 2590a640ce Remove unused fields 22 years ago
  Conor MacNeill 1f71acf427 Coding conventions 22 years ago
  Peter Reilly 7b6a46d131 get the tasks imported using <import> to be placed 22 years ago
  Peter Reilly baf4809c2c use for loop instead of iterator when walking the list 22 years ago
  Stefan Bodewig 46c40044e1 Move EmptyEnumeration to CollectionUtils 23 years ago
  Conor MacNeill e580392c2d More cleanup 23 years ago
  Stefan Bodewig 348ff7bdea Reduce memory consumption by using lazy initialization. 23 years ago