All Projects → MFCer → Autoupdate

MFCer / Autoupdate

Licence: apache-2.0
🆙 基于MFC实现的自动更新模块

Projects that are alternatives of or similar to Autoupdate

Corpus Christi
Church management suite, open source, fully internationalized
Stars: ✭ 29 (-43.14%)
Mutual labels:  i18n
Texterify
The localization management system.
Stars: ✭ 37 (-27.45%)
Mutual labels:  i18n
Icu
The new home of the ICU project source code.
Stars: ✭ 1,011 (+1882.35%)
Mutual labels:  i18n
Enkits
A permissively licensed C and C++ Task Scheduler for creating parallel programs. Requires C++11 support.
Stars: ✭ 962 (+1786.27%)
Mutual labels:  multithreading
Electron Create Menu
a default menu for your electron applications, with convenience functions for multiplatform use and i18n.
Stars: ✭ 35 (-31.37%)
Mutual labels:  i18n
Pixivcrawleriii
A python3 crawler for crawling Pixiv ranking top and any illustrator all artworks
Stars: ✭ 38 (-25.49%)
Mutual labels:  multithreading
Thread Loader
Runs the following loaders in a worker pool
Stars: ✭ 945 (+1752.94%)
Mutual labels:  multithreading
Kohei.dev
🌎 A Production-level Single Page App with Server Side Rendering
Stars: ✭ 50 (-1.96%)
Mutual labels:  i18n
Asynchronize
A declarative syntax for creating asynchronous methods.
Stars: ✭ 35 (-31.37%)
Mutual labels:  multithreading
Goloc
A flexible tool for application localization using Google Sheets.
Stars: ✭ 42 (-17.65%)
Mutual labels:  i18n
Parrot
Self-hosted Localization Management Platform built with Go and Angular
Stars: ✭ 967 (+1796.08%)
Mutual labels:  i18n
Ununiga
[은는이가] 한글 조사(助詞) 대응 I18n engine extension
Stars: ✭ 34 (-33.33%)
Mutual labels:  i18n
Veluxi Starter
Veluxi Vue.js Starter Project with Nuxt JS and Vuetify
Stars: ✭ 39 (-23.53%)
Mutual labels:  i18n
I18n.cr
Internationalization API ( i18n )
Stars: ✭ 31 (-39.22%)
Mutual labels:  i18n
Op rbf
Optimized Recursive Bilateral Filter
Stars: ✭ 47 (-7.84%)
Mutual labels:  multithreading
Zeus
A high performance, cross-platform Internet Communication Engine. Developed with native socket API. Aim at handling millions of concurrent connections.
Stars: ✭ 30 (-41.18%)
Mutual labels:  multithreading
Threadpool
Modern C++ Thread Pool
Stars: ✭ 38 (-25.49%)
Mutual labels:  multithreading
Eslint Plugin Vue I18n
🌐 ESLint plugin for Vue I18n
Stars: ✭ 50 (-1.96%)
Mutual labels:  i18n
Vite Plugin Vue I18n
🌐 Vite plugin for Vue I18n
Stars: ✭ 48 (-5.88%)
Mutual labels:  i18n
Geomandel
Fractal generator with lots of fancy stuff
Stars: ✭ 39 (-23.53%)
Mutual labels:  multithreading

AutoUpdate

本项目是一款基于MFC实现的自动更新模块

license Mentioned in Awesome Go

特点

  • 基于HTTP文件服务器,多线程下载
  • 提供配置工具
  • 支持多国语言(默认英文、简体中文、繁体中文)
  • 极简设计,仅气泡交互(更新进度和状态等)
  • 提供默认内嵌类,即插即用
  • 关于内部细节:
    • 支持全屏检测,默认无全屏应用工作时提示更新
    • 支持自动更新程序自更新
    • 支持文件版本、文件HASH、更新时间等多种检测维度
    • 支持执行、覆盖、注册、解压多种更新策略
    • 支持占用文件的解锁(unlocker项目赋能)

项目概览

AutoUpdateConfig

  • 自动更新配置程序:用于生成服务端配置供客户端拉取比对是否需要更新

AutoUpdate

  • 自动更新模块:主要完成下载和升级等核心功能,用于放置在软件安装包目录内,供宿主程序调用

AutoUpdateImplClass

  • 自动更新模块嵌入类:主要提供即插即用功能,放置到你自己的工程即可,该工程单独使用是无法直接译通过的

联系我们

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].