269 Commits (520c0c6de1a9c5551ffdf8c5b6936d2b1976c633)

Author SHA1 Message Date
  Gintas Grigelionis 520c0c6de1 Revert use of Java 6 7 years ago
  Gintas Grigelionis 4c03d7113c More foreach loops (cherry-pick 061d29b) 7 years ago
  Gintas Grigelionis 8c38eb4c61 Use foreach loops (cherry-pick 1c80d50) 7 years ago
  Gintas Grigelionis fd514f77c1 Shorten fully-qualified names (cherry-pick b4243b9) 7 years ago
  Gintas Grigelionis 5eef12a964 Checkstyle: whitespace, line continuation and modifier idiosyncrasies 8 years ago
  Gintas Grigelionis 67f29ce0c2 Let’s use doclint 8 years ago
  Stefan Bodewig 0715dda317 use better suited exceptions 9 years ago
  Stefan Bodewig 18877234f2 accept generic exceptions because of backwards compatibility 9 years ago
  Stefan Bodewig 4cecc03af6 there simply is no better logger around 9 years ago
  Vladislav Bauer f15c3de41b Prevent string concatenations as argument to "StringBuffer.append()" 10 years ago
  Jan Matrne 833af4b2b6 Java requires Java 1.5 since Ant 1.9.0 (07 March 2013) 10 years ago
  Jan Matrne ceb39e2a0a style 10 years ago
  Stefan Bodewig df33426bf2 whitespace 11 years ago
  Jan Matèrne 13f6d98c9d make it compile under Java5 (1.5.0_22-b03) 11 years ago
  Jan Matèrne 1b76f1b6da checkstyle 11 years ago
  Jan Matèrne bf6026a147 organize imports 11 years ago
  Matthew Jason Benson da5f3bfd25 java 5, continued 13 years ago
  Matthew Jason Benson 3d706ab818 java 5 updates 13 years ago
  Stefan Bodewig b0d9f8aa01 NPE in Project.setDefault. PR 49803 15 years ago
  Stefan Bodewig c767541c7d As Jesse points out, equalsIgnoreCase is not locale-sensitive 15 years ago
  Stefan Bodewig 58f0bb04db if user input is compared to fixed strings in a case insensitive manner we should use the default locale. Use Locale.ENGLISH consistently 15 years ago
  Stefan Bodewig d58f4d380b Change more List#contains() cases, most of the changes are unlikely to have a real performance impact since the lists usually are too small 15 years ago
  Stefan Bodewig 11b928d06e Avoid ConcurrentModificationException when iteratong over life-maps. PR 48310 16 years ago
  Jesse N. Glick efd287b871 More cleanup of pre-1.4 code and docs. 16 years ago
  Stefan Bodewig f00dea8ea7 fix NPE when logging an exception without message. PR 47623. 16 years ago
  Stefan Bodewig e04ff4d52c make all classes use the same AntClassLoader constructor 16 years ago
  Stefan Bodewig afb49574cf Don't use getReference in <isreference> unless really required. PR 44822. 17 years ago
  Stefan Bodewig 828a869a33 fireTaskFinished delegated to targetFinished 17 years ago
  Stefan Bodewig b8a829b11b make allowNativeBasedir work even when nested, PR 45711. fixes PR 30569 at the same time. 17 years ago
  Stefan Bodewig 1b5e862bcb whitespace 17 years ago
  Stefan Bodewig 195c8e773c whitespace 17 years ago
  Stefan Bodewig 3d554dec71 untabify 17 years ago
  Scokart Gilles 695ce2ed1c Enhance performance of Project.fireMessageLoggedEvent (PR 45651) 17 years ago
  Stefan Bodewig c1142173a2 new attribute allowNativeBasedir for <ant>. Not yet documented. Not yet complete (doesn't work when basedir is a user or inherited property). Work in progress. Needed for PR 30569. 17 years ago
  Stefan Bodewig 018b7a9ded whitespace changes 17 years ago
  Stefan Bodewig a7e2a93ee4 Remove synchronization around logging of messages in order to avoid potential deadlock - see PR 45194 17 years ago
  Stefan Bodewig a65cadb437 Add a separate lock for the BuildListener collection 17 years ago
  Stefan Bodewig ea41c72f7a finer grained synchronization of current Thread task handling, only lock the threads table but do so consistently 17 years ago
  Stefan Bodewig e03db74846 remove synchronization in addReference since getReferences hands out an un-synchronized table anyway 17 years ago
  Matthew Jason Benson b9a590f784 unused 17 years ago
  Stefan Bodewig fa52b460c1 Add a magic property that lists the targets that have been specified in order to run the current project. Based on patch by Colm Smyth (just like rev663051 was). PR 44980 17 years ago
  Stefan Bodewig 792a2f16f0 Add a new property to hold the current project's default target 17 years ago
  Stefan Bodewig 3f26f9a75c make ant.project.name a magic property 17 years ago
  Peter Reilly 32ccb517d0 remove resolution for references that are not resolved during normal runtime execution 18 years ago
  Peter Reilly 073153dd37 checkstyle 18 years ago
  Matthew Jason Benson 515ac84c17 fmt/refac/accommodate non-String props (convert) 18 years ago
  Matthew Jason Benson 1e599c6651 BZ 42736: PropertyHelper API changes 18 years ago
  Steve Loughran d6ec4ccf3c bugzilla bug 42263: ${ant.version} not set in <subant> 18 years ago
  Peter Reilly b29f5e1567 Bugzilla 42334: System properties may be none string objects 18 years ago
  Matthew Jason Benson d44807f593 move and publish public static Project getProject(Object) 19 years ago