Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-21Merge some build system changes that were made for cdecKenneth Heafield
2012-06-01Allow combination of --prefix and --gitBarry Haddow
2012-05-31move all executables into binHieu Hoang
2012-05-13Force shared linkage only for clang-linux.Tetsuo Kiso
bjam's support for clang on Linux is buggy. The support for clang on Darwin (Mac OS X) looks fine.
2012-05-10Force shared linkage with clang.Kenneth Heafield
2012-05-10Fix bjam from any directory. Add iostreams dependency to score for Hieu.Kenneth Heafield
2012-05-10Fix autodetection for non-bash usersKenneth Heafield
2012-05-10Added new --with-macports option for using MacPorts on Mac OS X; this falls ↵Christian Federmann
back to using /opt/local if no /path/to/macports is given and implicitly sets Boost parameters. Also note that this implies "using darwin ;" as compiler.
2012-05-08When given a relative install path, interpret it relative to pwd.Kenneth Heafield
2012-05-08Fix install-scriptsKenneth Heafield
2012-05-07Refactor Jamroot to separate Moses high-level and common low-level.Kenneth Heafield
2011-11-24Go back to unconfigured because OS X has weird gccKenneth Heafield
2011-11-23Locally configure bjam to use gcc.Kenneth Heafield
2011-11-21Jam: install executables in legacy paths and stop leaving a.out files everywhereKenneth Heafield
2011-11-21Jam: automatic boost linkage, install path argument, globsKenneth Heafield
2011-11-18bjam for people who don't have itKenneth Heafield