Branch: refs/heads/master
Home: https://github.com/jenkinsci/cmakebuilder-plugin
Commit: ec72704d3910ea1c4fe7071ece4c05186dbef4ac
https://github.com/jenkinsci/cmakebuilder-plugin/commit/ec72704d3910ea1c4fe7071ece4c05186dbef4ac
Author: 15knots <[email protected]>
Date: 2015-06-28 (Sun, 28 Jun 2015)
Changed paths:
M src/main/resources/hudson/plugins/cmake/CmakeBuilder/global.jelly
Log Message:
-----------
Unused since we now use standard ToolInstallation mechanism.
Commit: 112b887bfc5568a9bceb922103e16e20e4816514
https://github.com/jenkinsci/cmakebuilder-plugin/commit/112b887bfc5568a9bceb922103e16e20e4816514
Author: 15knots <[email protected]>
Date: 2015-06-29 (Mon, 29 Jun 2015)
Changed paths:
R
src/main/resources/hudson/plugins/cmake/CmakeBuilder/help-projectCmakePath.html
Log Message:
-----------
removed unused file
Commit: 2d6262df49d97abbe92d1d2169feb44f9459d5df
https://github.com/jenkinsci/cmakebuilder-plugin/commit/2d6262df49d97abbe92d1d2169feb44f9459d5df
Author: 15knots <[email protected]>
Date: 2015-06-29 (Mon, 29 Jun 2015)
Changed paths:
M src/main/resources/hudson/plugins/cmake/CmakeBuilder/help-buildDir.html
M src/main/resources/hudson/plugins/cmake/CmakeBuilder/help-buildType.html
M src/main/resources/hudson/plugins/cmake/CmakeBuilder/help-cleanBuild.html
M
src/main/resources/hudson/plugins/cmake/CmakeBuilder/help-cleanInstallDir.html
M src/main/resources/hudson/plugins/cmake/CmakeBuilder/help-cmakeArgs.html
M
src/main/resources/hudson/plugins/cmake/CmakeBuilder/help-preloadScript.html
M src/main/resources/hudson/plugins/cmake/CmakeBuilder/help-sourceDir.html
Log Message:
-----------
No longer waisting space in UI
Commit: 785506061a3e6919bc23076e15bfb4dc9e4cbfc6
https://github.com/jenkinsci/cmakebuilder-plugin/commit/785506061a3e6919bc23076e15bfb4dc9e4cbfc6
Author: 15knots <[email protected]>
Date: 2015-06-29 (Mon, 29 Jun 2015)
Changed paths:
M src/main/resources/hudson/plugins/cmake/CmakeBuilder/help-generator.html
A src/main/resources/hudson/plugins/cmake/CmakeBuilder/help.html
Log Message:
-----------
Documented CMAKE_BUILD_TOOLvariable
Commit: e1bf91dab10ff4709a8e7baf319b7826b275ea33
https://github.com/jenkinsci/cmakebuilder-plugin/commit/e1bf91dab10ff4709a8e7baf319b7826b275ea33
Author: 15knots <[email protected]>
Date: 2015-07-04 (Sat, 04 Jul 2015)
Changed paths:
A src/main/java/hudson/plugins/cmake/BuildToolStep.java
M src/main/java/hudson/plugins/cmake/CmakeBuilder.java
M src/main/java/hudson/plugins/cmake/CmakeTool.java
A src/main/resources/hudson/plugins/cmake/BuildToolStep/config.jelly
A src/main/resources/hudson/plugins/cmake/BuildToolStep/help-args.html
A src/main/resources/hudson/plugins/cmake/BuildToolStep/help-envVars.html
M src/main/resources/hudson/plugins/cmake/CmakeBuilder/config.jelly
M src/main/resources/hudson/plugins/cmake/CmakeBuilder/help-buildType.html
M src/main/resources/hudson/plugins/cmake/CmakeBuilder/help-cleanBuild.html
R
src/main/resources/hudson/plugins/cmake/CmakeBuilder/help-cleanInstallDir.html
M src/main/resources/hudson/plugins/cmake/CmakeBuilder/help-generator.html
R
src/main/resources/hudson/plugins/cmake/CmakeBuilder/help-installCommand.html
R src/main/resources/hudson/plugins/cmake/CmakeBuilder/help-installDir.html
R src/main/resources/hudson/plugins/cmake/CmakeBuilder/help-makeCommand.html
M
src/main/resources/hudson/plugins/cmake/CmakeBuilder/help-preloadScript.html
A src/main/resources/hudson/plugins/cmake/CmakeBuilder/help-runTool.html
M src/main/resources/hudson/plugins/cmake/CmakeBuilder/help-sourceDir.html
Log Message:
-----------
Allow to run the build tool multiple times with different targets.
Commit: 47cc21a2f5ab481ffaa76ceabddc141cb6e4d77f
https://github.com/jenkinsci/cmakebuilder-plugin/commit/47cc21a2f5ab481ffaa76ceabddc141cb6e4d77f
Author: 15knots <[email protected]>
Date: 2015-07-04 (Sat, 04 Jul 2015)
Changed paths:
M src/main/java/hudson/plugins/cmake/CmakeBuilder.java
M src/main/java/hudson/plugins/cmake/CmakeTool.java
Log Message:
-----------
eliminated warnings
Commit: 74ef02e4c52593f17c7205ae9753952f77e7dd7b
https://github.com/jenkinsci/cmakebuilder-plugin/commit/74ef02e4c52593f17c7205ae9753952f77e7dd7b
Author: 15knots <[email protected]>
Date: 2015-07-04 (Sat, 04 Jul 2015)
Changed paths:
M src/main/java/hudson/plugins/cmake/CmakeBuilder.java
R src/test/java/hudson/plugins/cmake/FieldValidationTest.java
M src/test/java/hudson/plugins/cmake/FormRoundTripTest.java
M src/test/java/hudson/plugins/cmake/JobBuildTest.java
Log Message:
-----------
fixed tests
Commit: f43b05c47f097c914364287d2df536886fdb710a
https://github.com/jenkinsci/cmakebuilder-plugin/commit/f43b05c47f097c914364287d2df536886fdb710a
Author: 15knots <[email protected]>
Date: 2015-07-04 (Sat, 04 Jul 2015)
Changed paths:
M pom.xml
Log Message:
-----------
removed cobertura from phase package
Commit: 4cf65e878c8ab4d79394ee245b5747c055f987ba
https://github.com/jenkinsci/cmakebuilder-plugin/commit/4cf65e878c8ab4d79394ee245b5747c055f987ba
Author: 15knots <[email protected]>
Date: 2015-07-04 (Sat, 04 Jul 2015)
Changed paths:
M pom.xml
Log Message:
-----------
package de.marw.cmake is under the EPL license
Compare:
https://github.com/jenkinsci/cmakebuilder-plugin/compare/1d0738f5b759...4cf65e878c8a
--
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/d/optout.