nar-maven-plugin-3.4.0
nar-maven-plugin-3.4.0
Tue Mar 22 22:11:01 2016 -0500
author and commits
Curtis Rueden - 7
Greg Domjan - 9
Grégory WILGA - 1
Kristof Moens - 1
dmitrykirsanov - 1
major commits
Curtis Rueden | [maven-release-plugin] prepare release nar-maven-plugin-3.4.0
Curtis Rueden | Merge pull request #209 from maven-nar/stringify-compiler
Curtis Rueden | Merge pull request #215 from gwilga/libNames
Greg Domjan | Merge pull request #214 from maven-nar/msvc
Greg Domjan | Will find the windows um libs
Greg Domjan | Merge remote-tracking branch 'origin/windows-10-sdk' into msvc
Greg Domjan | Code refactoring getArgumentCountPerInputFile for DRY
Greg Domjan | Make allowance for Windows deletion issues by retrying
Greg Domjan | Writes msvc compiler intermediate pdb/asm files to int dir
Greg Domjan | Writes MIDL compiler generated files to obj directory.
Greg Domjan | Writes Message compiler generated header files to obj directory.
Greg Domjan | Merge pull request #216 from dmitrykirsanov/Logger
dmitrykirsanov | Avoid compiler/linker double logging
Grégory WILGA | Implement libNames TODO. This features add the possibility to name the libraries that will be available within the nar package. Usefull for linking process with dependencies.
Curtis Rueden | Bump to next development cycle
Curtis Rueden | Compiler: implement toString to help debug issues
Curtis Rueden | NarUtil: add a helper method for toString impls
Kristof Moens | Change the algorithm to select the Windows SDK
Curtis Rueden | Msvc: fix formatting of comment
issues fixed
-Avoid compiler/linker double logging #216
-Implement libs.names TODO in pom.xml. #215
-MSVC Intermediate output files to AOL target folder #214
-Make Compiler implement the toString() method #209
-com.github.maven_nar.IncludePath should override toString. #204