/
niceSOFT
/
swig
ОбзорДокументацияВойти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
swig/
Source/
..
CParse

Include stdint.h in parser.y so bison uses ptrdiff_t not long

10 дней назад
DOH

Replace all uses of sprintf with snprintf and poison sprintf

10 дней назад
Doxygen

Convert Doxygen comment markers to plain C comments in SWIG source

2 месяца назад
Include

C++17: skip class template argument deduction variables

2 месяца назад
Modules

[Python] Fix empty classes and imported bases in .pyi files

6 дней назад
Preprocessor

Beautify using swig specific .clang-format

5 месяцев назад
Swig

Tidy up the fix for a template argument scope being added twice

7 дней назад
.clang-format

Beautify using swig specific .clang-format

5 месяцев назад
.clang-format-ignore

Use clang-format instead of GNU indent for code formatting

5 месяцев назад
Makefile.am

C++20 concepts: add constraint tree data model and renderer

3 месяца назад
README

Remove details of long-removed directories

5 лет назад
README
SWIG Source directory
 
Source/DOH - A core set of basic datatypes including
strings, lists, hashes, and files. Used
extensively by the rest of SWIG.
 
Source/Swig - Swig core. Type-system, utility functions.
 
Source/Preprocessor - SWIG C Preprocessor
 
Source/CParse - SWIG C Parser (still messy)
 
Source/Modules - Language modules.
 
Source/Include - Include files.