Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Forking the code to my own group id to be able to release it. | Trygve Laugstøl | 2013-01-26 | 29 | -25/+55 |
| | |||||
* | Small fix for windows it0023HEADmaster | Mark Donszelmann | 2010-11-07 | 1 | -0/+1 |
| | |||||
* | Added test for local aol.properties file | Mark Donszelmann | 2010-11-04 | 5 | -0/+121 |
| | |||||
* | Added test for NAR-158 but decided it would not work. Left the test. Native ↵ | Mark Donszelmann | 2010-10-26 | 4 | -0/+22 |
| | | | | tests will include javah generated directory | ||||
* | Fixed NAR-165 | Mark Donszelmann | 2010-10-26 | 9 | -44/+114 |
| | |||||
* | Partial FIX to NAR-155 | Mark Donszelmann | 2010-10-25 | 1 | -16/+14 |
| | |||||
* | Removed all warnings; extra imports; not used variables | Mark Donszelmann | 2010-10-25 | 14 | -25/+9 |
| | |||||
* | Fixed version for Maven 3 | Mark Donszelmann | 2010-10-19 | 1 | -1/+2 |
| | |||||
* | Corrected misleading javadoc. | Elliot Metsger | 2010-10-17 | 1 | -1/+1 |
| | |||||
* | Enhanced usage documentation a bit. | sthelen | 2010-10-17 | 1 | -3/+6 |
| | | | | | | As the plugin strips the part after the last dash of a classifier to interpret it as the library type it must be specified or else the classifier will be truncated at the wrong possition. - There is not check if the last part really is a type or part of the classifier. | ||||
* | Fixed ClassCastException in NarAssemblyMojo when specifying classifiers. | sthelen | 2010-05-17 | 2 | -8/+7 |
| | | | | | | The untyped List that was used before this commit lead to a ClassCastException when it was cast to a String array in the NarManager. The mojo parameter is changed to directly be a String array which solves the problem. | ||||
* | Fixe compat problem with jdk 1.4 | Mark Donszelmann | 2010-05-16 | 1 | -154/+159 |
| | |||||
* | Modifications to support unit testing for native projects | Andrew Johnson | 2010-05-14 | 10 | -80/+297 |
| | |||||
* | Fixing GNU autogen call in maven-nar-plugin. Current implementation causes ↵ | Andrew Johnson | 2010-05-14 | 1 | -5/+4 |
| | | | | "[ERROR] ./: ./: is a directory" when there is an autogen script present. | ||||
* | Added support for buildconf arguments. | Ernesto Novillo | 2010-05-14 | 1 | -8/+41 |
| | |||||
* | Missing var | Mark Donszelmann | 2010-05-14 | 1 | -0/+7 |
| | |||||
* | Fix for GNU configure arguments | Andrew Johnson | 2010-05-14 | 1 | -3/+25 |
| | |||||
* | Moved back to jdk 1.4 | Mark Donszelmann | 2010-05-13 | 1 | -1/+1 |
| | |||||
* | Unpack test-scoped dependencies as well as compile-scoped | Peter Janes | 2010-05-14 | 1 | -1/+9 |
| | |||||
* | Attempt to run buildconf if autogen.sh doesn't exist | Peter Janes | 2010-05-14 | 1 | -15/+29 |
| | |||||
* | Fixed a comment | sthelen | 2010-05-14 | 1 | -1/+2 |
| | | | | There was a comment in the file that was (by accident?) not marked as comment. | ||||
* | Fixed it0006 for NAR-144 | Mark Donszelmann | 2010-05-11 | 8 | -0/+0 |
| | |||||
* | Applied patch for NAR-145 | Mark Donszelmann | 2010-05-10 | 1 | -120/+120 |
| | |||||
* | removed -Wconversion from mac/g++ settings - too annoying with Objective-C. | Volker Schumacher | 2010-04-19 | 1 | -6/+6 |
| | |||||
* | Reverted change (commit 038bb84264e37025af60a70706c9253b75e802b9) that was ↵ | Vikas Rangarajan | 2010-03-22 | 1 | -1/+1 |
| | | | | accidentally overwritten during merge | ||||
* | Added mojo for vcproj generation - missed in last commit | Vikas Rangarajan | 2010-03-22 | 1 | -0/+333 |
| | |||||
* | Initial merge of local changes with master, main changes : | Vikas Rangarajan | 2010-03-22 | 10 | -362/+423 |
| | | | | | | | | - New mojo for vcproj generation - Fixed aol to be url-friendly for maven deployments (g++->gpp) - Fail build early if specified include paths do not exist - Only add "include" subdirs of sourcedirs if they exist, to the include path - Removed duplication of source dirs in source path | ||||
* | When using GNU make where projects have both executable and a libarary ↵ | Adrian Bienkowski | 2010-02-21 | 1 | -3/+3 |
| | | | | produced as the output, ie. target/nar/gnu/.../target/bin && .../lib the libs.binding in the properties file will be set to executable not static as specified in the pom.xml file. | ||||
* | Add the ability to controll arguments and environment variable when make ↵ | Adrian Bienkowski | 2010-02-21 | 1 | -4/+50 |
| | | | | runs; also option to skip make install step. | ||||
* | Removed --disable-cache option | Mark Donszelmann | 2010-02-20 | 1 | -1/+1 |
| | |||||
* | mac: process .so files with install_name_tool utility as well. | Volker Schumacher | 2010-02-21 | 1 | -1/+1 |
| | |||||
* | fixed loading of custom nar.properties | Volker Schumacher | 2010-01-28 | 2 | -15/+29 |
| | |||||
* | updated property name. | Volker Schumacher | 2010-01-28 | 1 | -1/+1 |
| | |||||
* | set maven properties nar.arch, nar.os, nar.linker, nar.aol (arch-os-linker), ↵ | Volker Schumacher | 2010-01-28 | 1 | -0/+11 |
| | | | | nar.aol.key (arch.os.linker). | ||||
* | fixed bug that caused the wrong library name being composed from nar info of ↵ | Volker Schumacher | 2010-01-17 | 1 | -1/+1 |
| | | | | snapshot dependency when linking. | ||||
* | added **/*.m[m] to -MacOSX-g++ default C[++] includes. | Volker Schumacher | 2010-01-17 | 1 | -6/+6 |
| | |||||
* | run install_name_tool after unpacking shared/jni libraries on mac. | Volker Schumacher | 2010-01-17 | 2 | -1/+99 |
| | |||||
* | Shortened most names | Mark Donszelmann | 2010-01-11 | 13 | -10/+10 |
| | |||||
* | Shortened artifact names | Mark Donszelmann | 2010-01-11 | 2 | -2/+2 |
| | |||||
* | Fixed more on NAR-128, NAR-129 | Mark Donszelmann | 2010-01-11 | 1 | -2/+2 |
| | |||||
* | Renamed some directories | Mark Donszelmann | 2010-01-11 | 5 | -1/+1 |
| | |||||
* | Removed dependency from unpack directory | Mark Donszelmann | 2010-01-08 | 1 | -2/+2 |
| | |||||
* | Added objective C test | Mark Donszelmann | 2010-01-08 | 4 | -0/+89 |
| | |||||
* | Readded classifier as parameter | Mark Donszelmann | 2010-01-08 | 1 | -11/+12 |
| | |||||
* | NarAssemblyMojo: when classifiers not specified, assume all available ↵ | Volker Schumacher | 2010-01-08 | 2 | -34/+56 |
| | | | | classifiers. | ||||
* | Fixed validation of fortran comopiler (NarValidateMojo); the cpp compiler ↵ | Volker Schumacher | 2010-01-08 | 1 | -1/+1 |
| | | | | was validated again instead. | ||||
* | added change which got forgotten in last commit. | Volker Schumacher | 2010-01-08 | 1 | -1/+1 |
| | |||||
* | implemented getUnpackDirectory in NarLayout20. | Volker Schumacher | 2010-01-08 | 1 | -0/+7 |
| | |||||
* | resolve dependencies from unpack dir instead of local repository. | Volker Schumacher | 2010-01-08 | 4 | -30/+52 |
| | |||||
* | Moved NarLayout properties up to AbstractNarMojo. | Volker Schumacher | 2010-01-08 | 2 | -24/+21 |
| |