SHA256
1
0
forked from pool/nuspell
Commit Graph

14 Commits

Author SHA256 Message Date
andy great
48e7af438f - Update to version 4.2.0.
* Deprecate functions that allowed non-Unicode encoding. In 
    particular, Dictionary::imbue() and Dictionary::imbue_utf8().
  * Completely remove dependency on Boost. The CLI tools were 
    refactored to use ICU directly.

OBS-URL: https://build.opensuse.org/package/show/M17N/nuspell?expand=0&rev=18
2021-01-12 21:09:39 +00:00
andy great
63034b1343 OBS-URL: https://build.opensuse.org/package/show/M17N/nuspell?expand=0&rev=16 2020-11-26 08:51:26 +00:00
andy great
e36d12e08f - Update to version 4.1.0.
* Added: Add new API for finding dictionaries on the file-system. 
    It is a set of free functions located in the file finder.hxx.
  * Fixed: Improve searching for dictionaries on the file-system.
    Fix finding them on
    Fedora.
  * Deprecated: Deprecate the old API for finding dictionaries, 
    i.e. the class Finder in the file finder.hxx.
- Updates since 3.1.2.
  * Fix handling CRLF line endings in .dic. Fixes #89.
  * Fix CMake scripts for unusual install prefixes.
  * Improve hash-table insertion, avoid temporaries. This improves
    loading times.
  * Switch man-page generator from Ronn to Pandoc. This changes the
    dependencies for building. See the README.
  * Fix lifetime issue (segmentation fault) in ngram-based 
    suggestions.
  * Fix internal usage of std::codecvt in edge case in function 
    to_wide() and to_narrow()
  * Fix not propagating recursion depth in spell_break(), which 
    caused hangup.
  * Fix overwriting of PDB files when compiling with Visual Studio.
    This prevented debugging nuspell.dll.
  * Fix output of CLI tool to be more compatible to ispell and 
    hunspell.
  * Boost is no longer a dependency of the library at all. It is 
    still a dependency of the CLI tool. 
  * Use std::string_view in the public API instead of const 
    std::string&. Also use it internally at various places.
  * Build as shared library by default. Building as static is still

OBS-URL: https://build.opensuse.org/package/show/M17N/nuspell?expand=0&rev=15
2020-11-26 08:49:16 +00:00
andy great
6d73177a95 - Update to version 3.1.2.
* Fixed: Internal refactorings that reduce function templates in
    utils and finder.
  * Changed: File utils.hxx is not installed any more. It is a 
    private header.
  * Deprecated: Some functions for searching dictionaries in class
    Finder are deprecated as they were searching in directories that
    no longer contain dictionaries.

OBS-URL: https://build.opensuse.org/package/show/M17N/nuspell?expand=0&rev=13
2020-07-11 18:12:20 +00:00
andy great
1c96b8472d - Fix build for leap by enabling cmake rpath flag.
OBS-URL: https://build.opensuse.org/package/show/M17N/nuspell?expand=0&rev=12
2020-07-11 17:50:36 +00:00
andy great
092f9ef308 Accepting request 811555 from home:jengelh:branches:M17N
- Trim redundancies from description.
- Drop redundant (autodetected) pkgconfig require.

OBS-URL: https://build.opensuse.org/request/show/811555
OBS-URL: https://build.opensuse.org/package/show/M17N/nuspell?expand=0&rev=10
2020-06-04 22:02:17 +00:00
andy great
0f5f115d6e Accepting request 810382 from home:andythe_great
- Add doxygen dependency, and build documentation.

OBS-URL: https://build.opensuse.org/request/show/810382
OBS-URL: https://build.opensuse.org/package/show/M17N/nuspell?expand=0&rev=9
2020-05-30 16:40:07 +00:00
andy great
0895301c44 OBS-URL: https://build.opensuse.org/package/show/M17N/nuspell?expand=0&rev=8 2020-05-25 20:56:47 +00:00
andy great
e53fc19f24 Accepting request 808861 from home:andythe_great
- Add Catch2 dependeny for test.

OBS-URL: https://build.opensuse.org/request/show/808861
OBS-URL: https://build.opensuse.org/package/show/M17N/nuspell?expand=0&rev=6
2020-05-25 20:39:19 +00:00
andy great
decd27ba23 Accepting request 808814 from home:andythe_great
- Update to 3.1.1
- Enable testing and share library.

OBS-URL: https://build.opensuse.org/request/show/808814
OBS-URL: https://build.opensuse.org/package/show/M17N/nuspell?expand=0&rev=5
2020-05-25 14:39:40 +00:00
andy great
c80f2b3efa Accepting request 796571 from home:andythe_great
- Fix license file

OBS-URL: https://build.opensuse.org/request/show/796571
OBS-URL: https://build.opensuse.org/package/show/M17N/nuspell?expand=0&rev=4
2020-04-23 14:27:42 +00:00
andy great
dc7ab23e1a Accepting request 796363 from home:andythe_great
- Move man file to main package.

OBS-URL: https://build.opensuse.org/request/show/796363
OBS-URL: https://build.opensuse.org/package/show/M17N/nuspell?expand=0&rev=3
2020-04-22 22:48:26 +00:00
andy great
b8c55971b7 Accepting request 795414 from home:andythe_great
- Fix share lib naming.
- Fix ruby required dependency

OBS-URL: https://build.opensuse.org/request/show/795414
OBS-URL: https://build.opensuse.org/package/show/M17N/nuspell?expand=0&rev=2
2020-04-19 04:18:31 +00:00
Marguerite Su
c8d6f4cda1 Accepting request 793961 from home:andythe_great
Nuspell is a pure C++ re-implementation of Hunspell.

OBS-URL: https://build.opensuse.org/request/show/793961
OBS-URL: https://build.opensuse.org/package/show/M17N/nuspell?expand=0&rev=1
2020-04-16 04:37:19 +00:00