Skip to content

v1.2.0

Compare
Choose a tag to compare
@ChenPi11 ChenPi11 released this 15 Apr 11:17
· 13 commits to main since this release

libplatform 1.2.0 release

News

  • 更新了GNU Make规则
  • 完善了README.md文档,添加了多种生成方式的说明和使用手册的链接
  • 添加了使用手册文档
  • 完善了Windows下make.cmd的生成方式
  • 将lparchs中__arch_xxx__和__arch__的值改为数字,方便预处理判断
  • 优化了lparchs宏的实现逻辑,避免某些编译器出错
  • 将lpcomps中的__has_acc__改为__has_acc_compiler__,统一命名
  • 删除lpstds的__has_c89__,因为它是世界上C语言的第一个标准,标准C语言都支持
  • 添加了Python版本的生成规则
  • 添加了MS-DOS下的生成方式

License

This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.

In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to <https://unlicense.org>