Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | getAttachedNarDependencies: when classifier is not specified, collect all ↵ | Volker Schumacher | 2010-01-08 | 1 | -5/+12 |
| | | | | available nar artifacts. | ||||
* | made linking of tests more similar to linking of main binaries. | Volker Schumacher | 2010-01-08 | 1 | -13/+64 |
| | |||||
* | don't link header-only libraries. | Volker Schumacher | 2010-01-07 | 1 | -2/+2 |
| | |||||
* | when lib-dir has subdirs called static or shared, look there for the ↵ | Volker Schumacher | 2010-01-07 | 1 | -0/+4 |
| | | | | respective libs. | ||||
* | changed fortran compiler to df for windows.icl | Volker Schumacher | 2010-01-07 | 1 | -2/+2 |
| | |||||
* | added AOL defaults for amd64.Linux.icpc | Volker Schumacher | 2010-01-07 | 1 | -2/+33 |
| | |||||
* | Added .exe to windows test name | Mark Donszelmann | 2009-12-23 | 1 | -2/+4 |
| | |||||
* | Fixed Windows separator in test | Mark Donszelmann | 2009-12-23 | 1 | -5/+10 |
| | |||||
* | Better explanation | Mark Donszelmann | 2009-12-23 | 1 | -2/+2 |
| | |||||
* | Skip running executable if it does not exist | Mark Donszelmann | 2009-12-23 | 1 | -0/+4 |
| | |||||
* | Skip non existing test | Mark Donszelmann | 2009-12-23 | 1 | -0/+4 |
| | |||||
* | Removed extra code | Mark Donszelmann | 2009-12-23 | 1 | -35/+0 |
| | |||||
* | Fixed NAR-21 | Mark Donszelmann | 2009-12-19 | 6 | -37/+18 |
| | |||||
* | Fixed doc on NAR-121 | Mark Donszelmann | 2009-12-18 | 4 | -74/+33 |
| | |||||
* | Fixed NAR-121 | Mark Donszelmann | 2009-12-18 | 1 | -64/+0 |
| | |||||
* | Fixed NAR-121 | Mark Donszelmann | 2009-12-18 | 19 | -19/+74 |
| | |||||
* | Fixed NAR-87 | Mark Donszelmann | 2009-12-17 | 1 | -0/+18 |
| | |||||
* | Fixed NAR-119 | Mark Donszelmann | 2009-12-16 | 1 | -0/+1 |
| | |||||
* | Fixed NAR-119 | Mark Donszelmann | 2009-12-16 | 11 | -44/+48 |
| | |||||
* | Cleanup up; FIxed NAR-10 | Mark Donszelmann | 2009-12-16 | 5 | -23/+28 |
| | |||||
* | Fixed NAR-90 and NAR-118 | Mark Donszelmann | 2009-12-15 | 35 | -375/+1162 |
| | |||||
* | Progress on NAR-21 | Mark Donszelmann | 2009-12-10 | 4 | -18/+76 |
| | |||||
* | Fixed debug statement: | Mark Donszelmann | 2009-12-08 | 1 | -1/+0 |
| |