Branch: refs/heads/master
Home: https://github.com/jenkinsci/warnings-plugin
Commit: c5981a63343beb98f482c3ec502a30ae476723ed
https://github.com/jenkinsci/warnings-plugin/commit/c5981a63343beb98f482c3ec502a30ae476723ed
Author: Mat Cross <mathewc DOT ian DOT [email protected]>
Date: 2013-10-29 (Tue, 29 Oct 2013)
Changed paths:
M src/main/resources/hudson/plugins/warnings/parser/Messages.properties
M src/main/resources/hudson/plugins/warnings/parser/Messages_de.properties
Log Message:
-----------
Made some compiler names explicit in the associated Trend and Link Names.
Commit: f38c7c213cd263d16e06cd8e59a56c87234327ec
https://github.com/jenkinsci/warnings-plugin/commit/f38c7c213cd263d16e06cd8e59a56c87234327ec
Author: Mat Cross <mathewc DOT ian DOT [email protected]>
Date: 2013-10-29 (Tue, 29 Oct 2013)
Changed paths:
M src/main/java/hudson/plugins/warnings/parser/IntelCParser.java
M src/test/java/hudson/plugins/warnings/parser/IntelCParserTest.java
M src/test/resources/hudson/plugins/warnings/parser/intelc.txt
Log Message:
-----------
The IntelCParser also works for messages from the Fortran compiler (ifort);
added some test output and updates to commentary to show that.
Commit: 5b7a181242fc43b04f7f2971583d5d85a67ab6a1
https://github.com/jenkinsci/warnings-plugin/commit/5b7a181242fc43b04f7f2971583d5d85a67ab6a1
Author: Mat Cross <mathewc DOT ian DOT [email protected]>
Date: 2013-10-30 (Wed, 30 Oct 2013)
Changed paths:
M src/main/resources/hudson/plugins/warnings/parser/Messages.properties
M src/main/resources/hudson/plugins/warnings/parser/Messages_de.properties
Log Message:
-----------
Restored original text for Cobol Trend and Link Names.
Commit: 0172694fad6ec6ffbe0ef977476c12d5f3cbf209
https://github.com/jenkinsci/warnings-plugin/commit/0172694fad6ec6ffbe0ef977476c12d5f3cbf209
Author: Ulli Hafner <[email protected]>
Date: 2013-10-30 (Wed, 30 Oct 2013)
Changed paths:
M src/main/java/hudson/plugins/warnings/parser/MsBuildParser.java
M src/test/java/hudson/plugins/warnings/parser/MsBuildParserTest.java
A src/test/resources/hudson/plugins/warnings/parser/issue20154.txt
Log Message:
-----------
[FIXED JENKINS-20154] Improved regexp to catch Visual Studio messages.
Commit: c7f669cc7dd28abc608bd94ee599da926fc96301
https://github.com/jenkinsci/warnings-plugin/commit/c7f669cc7dd28abc608bd94ee599da926fc96301
Author: Ulli Hafner <[email protected]>
Date: 2013-10-30 (Wed, 30 Oct 2013)
Changed paths:
M src/main/java/hudson/plugins/warnings/parser/IntelCParser.java
M src/main/resources/hudson/plugins/warnings/parser/Messages.properties
M src/main/resources/hudson/plugins/warnings/parser/Messages_de.properties
M src/test/java/hudson/plugins/warnings/parser/IntelCParserTest.java
M src/test/resources/hudson/plugins/warnings/parser/intelc.txt
Log Message:
-----------
Merge pull request #29 from matcross/master
Made some compiler names explicit in the associated Trend and Link Names...
Commit: 37be15635e2270c26d0922207190965a1ef40c3d
https://github.com/jenkinsci/warnings-plugin/commit/37be15635e2270c26d0922207190965a1ef40c3d
Author: Ulli Hafner <[email protected]>
Date: 2013-10-30 (Wed, 30 Oct 2013)
Changed paths:
M src/main/java/hudson/plugins/warnings/parser/IntelCParser.java
M src/main/resources/hudson/plugins/warnings/parser/Messages.properties
M src/main/resources/hudson/plugins/warnings/parser/Messages_de.properties
M src/test/java/hudson/plugins/warnings/parser/IntelCParserTest.java
M src/test/resources/hudson/plugins/warnings/parser/intelc.txt
Log Message:
-----------
Merge branch 'master' of [email protected]:jenkinsci/warnings-plugin.git
Commit: 5df12254b454b1485403248ac94bee8ec5589a7e
https://github.com/jenkinsci/warnings-plugin/commit/5df12254b454b1485403248ac94bee8ec5589a7e
Author: Mat Cross <mathewc DOT ian DOT [email protected]>
Date: 2013-11-01 (Fri, 01 Nov 2013)
Changed paths:
R src/main/java/hudson/plugins/warnings/parser/IntelCParser.java
A src/main/java/hudson/plugins/warnings/parser/IntelParser.java
M src/main/java/hudson/plugins/warnings/parser/ParserRegistry.java
M src/main/resources/hudson/plugins/warnings/parser/Messages.properties
M src/main/resources/hudson/plugins/warnings/parser/Messages_de.properties
R src/test/java/hudson/plugins/warnings/parser/IntelCParserTest.java
A src/test/java/hudson/plugins/warnings/parser/IntelParserTest.java
M
src/test/java/hudson/plugins/warnings/parser/ParserRegistryIntegrationTest.java
Log Message:
-----------
Renamed IntelCParser to the more-general IntelParser and extended the
ParserRegistry
to instantiate a separate Intel Fortran parser.
Commit: b449ead8513446d95d3d6a6421fd25e681d267b2
https://github.com/jenkinsci/warnings-plugin/commit/b449ead8513446d95d3d6a6421fd25e681d267b2
Author: Mat Cross <mathewc DOT ian DOT [email protected]>
Date: 2013-11-06 (Wed, 06 Nov 2013)
Changed paths:
M src/main/java/hudson/plugins/warnings/parser/Gcc4CompilerParser.java
M src/main/java/hudson/plugins/warnings/parser/Gcc4LinkerParser.java
M src/main/java/hudson/plugins/warnings/parser/GccParser.java
A src/main/java/hudson/plugins/warnings/parser/GnuFortranParser.java
M src/main/resources/hudson/plugins/warnings/parser/Messages.properties
M src/main/resources/hudson/plugins/warnings/parser/Messages_de.properties
A src/test/java/hudson/plugins/warnings/parser/GnuFortranParserTest.java
M
src/test/java/hudson/plugins/warnings/parser/ParserRegistryIntegrationTest.java
A src/test/resources/hudson/plugins/warnings/parser/GnuFortran.txt
A src/test/resources/hudson/plugins/warnings/parser/GnuFortranError.txt
A src/test/resources/hudson/plugins/warnings/parser/GnuFortranFatalError.txt
A
src/test/resources/hudson/plugins/warnings/parser/GnuFortranInternalError.txt
A src/test/resources/hudson/plugins/warnings/parser/GnuFortranWarning.txt
Log Message:
-----------
A parser for (compile-time) messages from the GNU Fortran Compiler.
Commit: a2d06fb0d37255523bdc93424630a9b8651fbcc9
https://github.com/jenkinsci/warnings-plugin/commit/a2d06fb0d37255523bdc93424630a9b8651fbcc9
Author: Mat Cross <[email protected]>
Date: 2013-11-06 (Wed, 06 Nov 2013)
Changed paths:
M src/main/java/hudson/plugins/warnings/parser/Gcc4CompilerParser.java
M src/main/java/hudson/plugins/warnings/parser/Gcc4LinkerParser.java
M src/main/java/hudson/plugins/warnings/parser/GccParser.java
A src/main/java/hudson/plugins/warnings/parser/GnuFortranParser.java
M src/main/resources/hudson/plugins/warnings/parser/Messages.properties
M src/main/resources/hudson/plugins/warnings/parser/Messages_de.properties
A src/test/java/hudson/plugins/warnings/parser/GnuFortranParserTest.java
M
src/test/java/hudson/plugins/warnings/parser/ParserRegistryIntegrationTest.java
A src/test/resources/hudson/plugins/warnings/parser/GnuFortran.txt
A src/test/resources/hudson/plugins/warnings/parser/GnuFortranError.txt
A src/test/resources/hudson/plugins/warnings/parser/GnuFortranFatalError.txt
A
src/test/resources/hudson/plugins/warnings/parser/GnuFortranInternalError.txt
A src/test/resources/hudson/plugins/warnings/parser/GnuFortranWarning.txt
Log Message:
-----------
Merge pull request #1 from matcross/gfortran_parser
A parser for (compile-time) messages from the GNU Fortran Compiler.
Commit: bee9905e39d61d7587029059517aa5e8b291d0fd
https://github.com/jenkinsci/warnings-plugin/commit/bee9905e39d61d7587029059517aa5e8b291d0fd
Author: Mat Cross <mathewc DOT ian DOT [email protected]>
Date: 2013-11-07 (Thu, 07 Nov 2013)
Changed paths:
M src/main/java/hudson/plugins/warnings/parser/Gcc4CompilerParser.java
M src/main/java/hudson/plugins/warnings/parser/Gcc4LinkerParser.java
M src/main/java/hudson/plugins/warnings/parser/GccParser.java
Log Message:
-----------
Restored previous getId Strings for gcc.
Commit: b3a0f544523fd7a829eadb1bf89020c96bf11ff8
https://github.com/jenkinsci/warnings-plugin/commit/b3a0f544523fd7a829eadb1bf89020c96bf11ff8
Author: Mat Cross <mathewc DOT ian DOT [email protected]>
Date: 2013-11-07 (Thu, 07 Nov 2013)
Changed paths:
M src/main/java/hudson/plugins/warnings/parser/GnuFortranParser.java
Log Message:
-----------
getId not required for new gfortran parser.
Commit: 064be086ea015bd6ff24238c6e6d4cda108cb9df
https://github.com/jenkinsci/warnings-plugin/commit/064be086ea015bd6ff24238c6e6d4cda108cb9df
Author: Ulli Hafner <[email protected]>
Date: 2013-11-09 (Sat, 09 Nov 2013)
Changed paths:
M src/test/java/hudson/plugins/warnings/parser/GnuMakeGccParserTest.java
Log Message:
-----------
Correctly implemented template method.
Commit: b429fd3ba79adb78eb460dd3138408f1c7c0c720
https://github.com/jenkinsci/warnings-plugin/commit/b429fd3ba79adb78eb460dd3138408f1c7c0c720
Author: Ulli Hafner <[email protected]>
Date: 2013-11-09 (Sat, 09 Nov 2013)
Changed paths:
A src/main/java/hudson/plugins/warnings/parser/GnuFortranParser.java
R src/main/java/hudson/plugins/warnings/parser/IntelCParser.java
A src/main/java/hudson/plugins/warnings/parser/IntelParser.java
M src/main/java/hudson/plugins/warnings/parser/ParserRegistry.java
M src/main/resources/hudson/plugins/warnings/parser/Messages.properties
M src/main/resources/hudson/plugins/warnings/parser/Messages_de.properties
A src/test/java/hudson/plugins/warnings/parser/GnuFortranParserTest.java
R src/test/java/hudson/plugins/warnings/parser/IntelCParserTest.java
A src/test/java/hudson/plugins/warnings/parser/IntelParserTest.java
M
src/test/java/hudson/plugins/warnings/parser/ParserRegistryIntegrationTest.java
A src/test/resources/hudson/plugins/warnings/parser/GnuFortran.txt
A src/test/resources/hudson/plugins/warnings/parser/GnuFortranError.txt
A src/test/resources/hudson/plugins/warnings/parser/GnuFortranFatalError.txt
A
src/test/resources/hudson/plugins/warnings/parser/GnuFortranInternalError.txt
A src/test/resources/hudson/plugins/warnings/parser/GnuFortranWarning.txt
Log Message:
-----------
Merge pull request #31 from matcross/master
Renamed IntelCParser to the more-general IntelParser and extended the
ParserRegistry to instantiate a separate Intel Fortran parser. Added a parser
for the GNU Fortran Compiler.
Commit: 8f430719455e19c76464469184fbab62af656c32
https://github.com/jenkinsci/warnings-plugin/commit/8f430719455e19c76464469184fbab62af656c32
Author: Ulli Hafner <[email protected]>
Date: 2013-11-09 (Sat, 09 Nov 2013)
Changed paths:
A src/main/java/hudson/plugins/warnings/parser/GnuFortranParser.java
R src/main/java/hudson/plugins/warnings/parser/IntelCParser.java
A src/main/java/hudson/plugins/warnings/parser/IntelParser.java
M src/main/java/hudson/plugins/warnings/parser/ParserRegistry.java
M src/main/resources/hudson/plugins/warnings/parser/Messages.properties
M src/main/resources/hudson/plugins/warnings/parser/Messages_de.properties
A src/test/java/hudson/plugins/warnings/parser/GnuFortranParserTest.java
R src/test/java/hudson/plugins/warnings/parser/IntelCParserTest.java
A src/test/java/hudson/plugins/warnings/parser/IntelParserTest.java
M
src/test/java/hudson/plugins/warnings/parser/ParserRegistryIntegrationTest.java
A src/test/resources/hudson/plugins/warnings/parser/GnuFortran.txt
A src/test/resources/hudson/plugins/warnings/parser/GnuFortranError.txt
A src/test/resources/hudson/plugins/warnings/parser/GnuFortranFatalError.txt
A
src/test/resources/hudson/plugins/warnings/parser/GnuFortranInternalError.txt
A src/test/resources/hudson/plugins/warnings/parser/GnuFortranWarning.txt
Log Message:
-----------
Merge branch 'master' of [email protected]:jenkinsci/warnings-plugin.git
Commit: f4e7a55137fb9dd64e00d05c4190fe3f285ae3c9
https://github.com/jenkinsci/warnings-plugin/commit/f4e7a55137fb9dd64e00d05c4190fe3f285ae3c9
Author: Ulli Hafner <[email protected]>
Date: 2013-11-09 (Sat, 09 Nov 2013)
Changed paths:
M src/main/java/hudson/plugins/warnings/parser/Gcc4LinkerParser.java
Log Message:
-----------
Use gcc id.
Commit: d7138387c429650d0dfd13f711c9aa11af394bf2
https://github.com/jenkinsci/warnings-plugin/commit/d7138387c429650d0dfd13f711c9aa11af394bf2
Author: Ulli Hafner <[email protected]>
Date: 2013-11-09 (Sat, 09 Nov 2013)
Changed paths:
M src/main/java/hudson/plugins/warnings/parser/GnuFortranParser.java
M src/main/java/hudson/plugins/warnings/parser/IntelParser.java
Log Message:
-----------
Fixed some warnings.
Commit: 640292b945d4896a7a8f83ac0dd25e65eac1fafb
https://github.com/jenkinsci/warnings-plugin/commit/640292b945d4896a7a8f83ac0dd25e65eac1fafb
Author: Ulli Hafner <[email protected]>
Date: 2013-11-09 (Sat, 09 Nov 2013)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release warnings-4.36
Commit: a82c6219fbd2bf9dea4bcce38e252d773078d415
https://github.com/jenkinsci/warnings-plugin/commit/a82c6219fbd2bf9dea4bcce38e252d773078d415
Author: Ulli Hafner <[email protected]>
Date: 2013-11-09 (Sat, 09 Nov 2013)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Compare:
https://github.com/jenkinsci/warnings-plugin/compare/264a089f84ab...a82c6219fbd2
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.