Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for SQLite.Interop/src/contrib/extension-functions.c
2024-06-05
| ||
00:52 | Add the 'compress' and 'zipfile' extensions to the interop assembly. file: [d483fcc7cf] check-in: [2353287b09] user: mistachkin branch: trunk, size: 52533 | |
2021-03-05
| ||
08:12 | Add support for math functions now provided by the SQLite core library. file: [4e8cbce506] check-in: [d9db7c6868] user: mistachkin branch: trunk, size: 52490 | |
2021-02-03
| ||
01:02 | Rename existing function to avoid a core library name conflict. file: [f2a63260fa] check-in: [e09c920304] user: mistachkin branch: trunk, size: 52234 | |
2016-03-24
| ||
00:27 | Merge updates from trunk. file: [cf472240cc] check-in: [bb297a629d] user: mistachkin branch: core312, size: 52230 | |
2016-03-22
| ||
22:33 | Fix compilation issues with Clang. file: [1a498f717e] check-in: [e700b1ba7a] user: mistachkin branch: trunk, size: 52124 | |
21:50 | Portability enhancements for the interop assembly. file: [d89ce34275] check-in: [8a3c530e99] user: mistachkin branch: trunk, size: 52262 | |
15:29 | Adapt to core library internal API changes and silence some compiler warnings. file: [3e6c63d452] check-in: [d64930a7c7] user: mistachkin branch: core312, size: 52242 | |
2015-02-09
| ||
21:20 | Change links to HTTPS, where applicable. file: [b6b0cd1b27] check-in: [192aebcb1d] user: mistachkin branch: httpsLinks, size: 52136 | |
2014-10-08
| ||
00:09 | Update SQLite core library to the latest trunk code. file: [4549402d04] check-in: [3c2212a03d] user: mistachkin branch: trunk, size: 52133 | |
2013-11-27
| ||
02:15 | Take into account the additional math functions available with MSVC 2013. file: [2f0db4d04e] check-in: [07ecc4ebfa] user: mistachkin branch: vs2013, size: 52032 | |
2013-09-12
| ||
21:30 | Update SQLite core library to the latest trunk code. file: [3c7fef54f1] check-in: [b5ae536a3d] user: mistachkin branch: trunk, size: 51929 | |
2013-02-20
| ||
05:52 | Support the HAVE_ERRNO_H preprocessor define. file: [eccac8e342] check-in: [0b58fb8de5] user: mistachkin branch: trunk, size: 51738 | |
2012-09-20
| ||
11:53 | Allow opened connections to skip adding the extension functions included in the interop assembly. Support loading of SQLite extensions. Add more notifications that use the new static Changed event. Miscellaneous comment cleanup. Cleanup usage of compile-time options for the .NET Framework version. Fix argument checking for the batch file tools. file: [0a2bcd521d] check-in: [5759e099be] user: mistachkin branch: trunk, size: 51707 | |
2011-02-26
| ||
10:21 | Renamed and modified SQLite.Interop/extension-functions.c → SQLite.Interop/src/contrib/extension-functions.c. Added interop project to streamlined build system. Updated SQLite to version 3.7.5. Fixed several warnings about unused local variables in extension-functions.c and interop.c. Group the source files by their origin (for clarity). Heavily revised the RC file for consistency and to centralize version information. Unfortunately, VS2008 / VS2010 use entirely different schemas for their property files; therefore, two sets of property files are required. Deleted the extraneous resource.h file. file: [137e14d986] check-in: [98361f4a6b] user: mistachkin branch: trunk, size: 51716 | |