Commit Graph

690 Commits (7f74602b7e0e15048835e84eac088696978479ab)

Author SHA1 Message Date
Daniel Kolesa c004db42c6 refactor cs_value and related structures to contain state
this will allow us to intern strings inside cs_value
2021-03-17 01:26:30 +01:00
Daniel Kolesa 8c77724f88 return alias value by value 2021-03-17 00:32:25 +01:00
Daniel Kolesa 9a1b47196a require meson 0.50 2021-03-16 00:56:19 +01:00
Daniel Kolesa 5b104da85b more generic handling of warning args and default to debugoptimized 2021-03-16 00:52:23 +01:00
Daniel Kolesa 45b1535685 configure build for c++20 2021-03-16 00:50:16 +01:00
Daniel Kolesa dcae5b30b2 initial implementation of unique/interned string manager 2021-03-16 00:45:09 +01:00
T7g 6018f6b6c2
Merge pull request #1 from Croydon/readme
Update readme, .gitignore and add .gitattributes
2020-09-28 04:48:19 -04:00
Croydon 321b90937d Update .gitignore and add .gitattributes
.gitattributes is a portable solution to normalize line endings when working cross-platform
2020-09-28 07:20:23 +02:00
Croydon 4e7b7159a0 Update readme
It uses now Meson instead of a GNU Makefile
2020-09-28 07:15:04 +02:00
Daniel Kolesa 3224a33645 fix warnings 2020-09-11 23:41:09 +02:00
Daniel Kolesa d5158bdd47 switch license back to zlib 2020-04-27 14:13:38 +02:00
Daniel Kolesa 8c873d9788 meson: update pkg-config descr 2018-10-28 02:09:23 +01:00
Daniel Kolesa e58c69bc99 mesonize libcubescript 2018-10-28 02:56:00 +02:00
Daniel Kolesa a36144ead6 clarify readme 2018-04-28 22:25:03 +02:00
Daniel Kolesa 8805594bc2 style fixes 2018-04-27 23:53:55 +02:00
Daniel Kolesa fb78b4acdd initial support for "threads" 2018-04-26 19:23:11 +02:00
Daniel Kolesa bd008ffb46 introduce list_range 2018-04-26 00:20:23 +02:00
Daniel Kolesa 07666c7564 naming consistency 2018-04-25 01:49:58 +02:00
Daniel Kolesa d12e7f67ee gcc warning fixes 2017-11-06 01:07:53 +01:00
Daniel Kolesa efdc82324e fix includes 2017-06-20 21:21:39 +02:00
Daniel Kolesa ccb35eb1c4 fixes 2017-06-19 20:13:54 +02:00
Daniel Kolesa d01349886a remove slice_until 2017-06-15 20:44:09 +02:00
Daniel Kolesa 3744dec1f0 readme fix 2017-06-06 19:21:07 +02:00
Daniel Kolesa 8d62c09f88 fix build 2017-04-23 15:34:45 +02:00
Daniel Kolesa f0f6dc437f fix build 2017-04-17 17:13:14 +02:00
Daniel Kolesa d744c6b1c6 remove dependency on types.hh 2017-04-04 00:28:56 +02:00
Daniel Kolesa 5b1baafdb3 fixes 2017-04-01 01:06:36 +02:00
Daniel Kolesa 73d1b142d1 fixes 2017-03-31 03:34:09 +02:00
Daniel Kolesa 6b17c4594f remove slice_until 2017-03-31 03:18:26 +02:00
Daniel Kolesa 70ef1ff486 stuff 2017-03-31 03:10:36 +02:00
Daniel Kolesa 468bde3c68 update note 2017-03-26 03:53:50 +02:00
Daniel Kolesa 69b9042fdc ostd fixes 2017-03-10 20:16:20 +01:00
Daniel Kolesa 7294580ccf use range_put_all 2017-02-19 18:13:51 +01:00
Daniel Kolesa 5c2c441925 fix build 2017-02-19 16:44:16 +01:00
Daniel Kolesa 73699bd1cf use std::min, max, clamp 2017-02-18 17:49:01 +01:00
Daniel Kolesa e87b1b566c use appender_range directly 2017-02-18 17:28:43 +01:00
Daniel Kolesa 14436d6aa0 fix build 2017-02-16 20:51:03 +01:00
Daniel Kolesa c2a86f1625 build fix 2017-02-16 20:03:08 +01:00
Daniel Kolesa 8343979e03 fix build after style update 2017-02-16 19:07:22 +01:00
Daniel Kolesa 74edc2821d fix build 2017-02-15 19:41:12 +01:00
Daniel Kolesa 3c093ce8ad compile fix 2017-02-14 18:33:45 +01:00
Daniel Kolesa 9b4ea3e765 replace removed PointerRange 2017-02-14 17:41:15 +01:00
Daniel Kolesa efe4ee523a fix build 2017-02-13 23:32:15 +01:00
Daniel Kolesa 41eb8b211f begin naming scheme rework 2017-02-13 18:11:19 +01:00
Daniel Kolesa 140ccf08c6 add cs_internal_error exception and use it for unrecoverable unlikely errors 2017-02-12 22:52:43 +01:00
Daniel Kolesa 6e67ce8574 clean up pointerrange constructor 2017-02-09 22:54:09 +01:00
Daniel Kolesa fda734a868 ostd fixes 2017-02-09 21:27:57 +01:00
Daniel Kolesa 2536179500 use standard type traits 2017-02-09 20:59:14 +01:00
Daniel Kolesa 2241bcf4b8 use std math overloads 2017-02-08 01:14:15 +01:00
Daniel Kolesa 896ab4aba2 update according to ostd 2017-02-08 01:07:35 +01:00