lp://staging/~greg-hellings/sword/cmake-work
- Get this branch:
- bzr branch lp://staging/~greg-hellings/sword/cmake-work
Branch merges
- Dimitri John Ledkov (community): Approve
-
Diff: 39 lines (+6/-19)1 file modifiedCMakeLists.txt (+6/-19)
Branch information
Recent revisions
- 2538. By Greg Hellings
-
Modified CMake to accept environment flags (and also prepped for better
building in Windows, when I get back around to that). - 2537. By Greg Hellings
-
Cleaned up some CMake problems.
I took out a bunch of extraneous CMake output messages and bound up
several messages into more standardized output formats.I also eliminated a configure problem where the bindings configure script
would be called even if the user had not selected bindings to be built.
This could cause configure to fail if SWIG was not found when the user did
not wish bindings to be built. - 2536. By Greg Hellings
-
Fixing install location of ICU resources.
I moved the install location of the ICU resources of SWORD into a subdir
of the ${libdir} so that the ICU was not directly cluttering up the libdir.
This makes CMake behavior identical to autotools in this regard and fixes
up an issue reported by the packaging team. - 2535. By mdbergmann
-
module names are stored as lower case string in SwordManagers module cache. -moduleForName: now als uses a lower case string to pull the module from the cache.
- 2534. By scribe
-
Slightly optimized returning of search results in jni stub
Fixed progress reporting in cli installmgr - 2533. By scribe
-
Added buffer capture feature to ftplib and use this to store directly to an SWBuf instead of a tmp file
Released local references to Java utf8 strings generated in the loop returning search results. This allows GC and keeps from overstepping out 512 object limit in a jni stack - 2530. By Greg Hellings
-
Added osis2mod to the list of utilities that CMake can build. Had missed
that one previously.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~sword-devel/sword/trunk