summaryrefslogtreecommitdiff
path: root/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Added mojo for vcproj generation - missed in last commitVikas Rangarajan2010-03-221-0/+333
|
* Initial merge of local changes with master, main changes :Vikas Rangarajan2010-03-2210-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 Bienkowski2010-02-211-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 Bienkowski2010-02-211-4/+50
| | | | runs; also option to skip make install step.
* Removed --disable-cache optionMark Donszelmann2010-02-201-1/+1
|
* mac: process .so files with install_name_tool utility as well.Volker Schumacher2010-02-211-1/+1
|
* fixed loading of custom nar.propertiesVolker Schumacher2010-01-282-15/+29
|
* updated property name.Volker Schumacher2010-01-281-1/+1
|
* set maven properties nar.arch, nar.os, nar.linker, nar.aol (arch-os-linker), ↵Volker Schumacher2010-01-281-0/+11
| | | | nar.aol.key (arch.os.linker).
* fixed bug that caused the wrong library name being composed from nar info of ↵Volker Schumacher2010-01-171-1/+1
| | | | snapshot dependency when linking.
* added **/*.m[m] to -MacOSX-g++ default C[++] includes.Volker Schumacher2010-01-171-6/+6
|
* run install_name_tool after unpacking shared/jni libraries on mac.Volker Schumacher2010-01-172-1/+99
|
* Renamed some directoriesMark Donszelmann2010-01-111-1/+1
|
* Removed dependency from unpack directoryMark Donszelmann2010-01-081-2/+2
|
* Readded classifier as parameterMark Donszelmann2010-01-081-11/+12
|
* NarAssemblyMojo: when classifiers not specified, assume all available ↵Volker Schumacher2010-01-082-34/+56
| | | | classifiers.
* Fixed validation of fortran comopiler (NarValidateMojo); the cpp compiler ↵Volker Schumacher2010-01-081-1/+1
| | | | was validated again instead.
* added change which got forgotten in last commit.Volker Schumacher2010-01-081-1/+1
|
* implemented getUnpackDirectory in NarLayout20.Volker Schumacher2010-01-081-0/+7
|
* resolve dependencies from unpack dir instead of local repository.Volker Schumacher2010-01-084-30/+52
|
* Moved NarLayout properties up to AbstractNarMojo.Volker Schumacher2010-01-082-24/+21
|
* getAttachedNarDependencies: when classifier is not specified, collect all ↵Volker Schumacher2010-01-081-5/+12
| | | | available nar artifacts.
* made linking of tests more similar to linking of main binaries.Volker Schumacher2010-01-081-13/+64
|
* don't link header-only libraries.Volker Schumacher2010-01-071-2/+2
|
* when lib-dir has subdirs called static or shared, look there for the ↵Volker Schumacher2010-01-071-0/+4
| | | | respective libs.
* changed fortran compiler to df for windows.iclVolker Schumacher2010-01-071-2/+2
|
* added AOL defaults for amd64.Linux.icpcVolker Schumacher2010-01-071-2/+33
|
* Added .exe to windows test nameMark Donszelmann2009-12-231-2/+4
|
* Fixed Windows separator in testMark Donszelmann2009-12-231-5/+10
|
* Better explanationMark Donszelmann2009-12-231-2/+2
|
* Skip running executable if it does not existMark Donszelmann2009-12-231-0/+4
|
* Skip non existing testMark Donszelmann2009-12-231-0/+4
|
* Removed extra codeMark Donszelmann2009-12-231-35/+0
|
* Fixed NAR-21Mark Donszelmann2009-12-196-37/+18
|
* Fixed NAR-121Mark Donszelmann2009-12-181-64/+0
|
* Fixed NAR-121Mark Donszelmann2009-12-186-15/+25
|
* Fixed NAR-119Mark Donszelmann2009-12-1611-44/+48
|
* Cleanup up; FIxed NAR-10Mark Donszelmann2009-12-165-23/+28
|
* Fixed NAR-90 and NAR-118Mark Donszelmann2009-12-1516-367/+644
|
* Progress on NAR-21Mark Donszelmann2009-12-103-18/+73
|
* Fixed debug statement:Mark Donszelmann2009-12-081-1/+0
|
* Fixed NAR-117Mark Donszelmann2009-12-082-0/+82
|
* Fixed NAR-84Mark Donszelmann2009-12-041-3/+40
|
* Fixed NAR-72Mark Donszelmann2009-12-032-4/+6
|
* Fixed NAR-12Mark Donszelmann2009-12-026-13/+51
|
* Fixed NAR-3 and NAR-114Mark Donszelmann2009-12-012-9/+106
|
* Fixed NAR-26Mark Donszelmann2009-12-013-1/+25
|
* Fixed compiler nameMark Donszelmann2009-12-011-2/+2
|
* Fixed NAR-13Mark Donszelmann2009-12-0117-161/+74
|
* Fixed NAR-16Mark Donszelmann2009-12-013-15/+54
|