31956cfd75 
 
						 
						
							
							
								
								
								fix: update dateparser patch  
							
							
							
							
						 
						
							2024-03-23 01:32:06 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	
	
		
			
		
	
	a3b3d3bc51 
 
						 
						
							
							
								
								
								chore: update quickjs to 2024-01-13  
							
							
							
							
						 
						
							2024-03-23 01:21:50 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	097f416516  
						 
						
							
							
								
								
								update crate description  
							
							
							
							
						 
						
							2023-02-05 22:37:18 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	77e93c66fa  
						 
						
							
							
								
								
								update README  
							
							
							
							
						 
						
							2023-02-05 22:34:56 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	ca9956fcf1  
						 
						
							
							
								
								
								rename crates  
							
							
							
							
						 
						
							2023-02-05 22:25:34 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	df3ec1d417  
						 
						
							
							
								
								
								added quickjs patch for dateparser  
							
							
							
							
						 
						
							2023-02-05 21:31:46 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	ddfaae50c2  
						 
						
							
							
								
								
								update dependencies  
							
							
							
							
						 
						
							2023-02-05 20:32:41 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	95c79348b2  
						 
						
							
							
								
								
								recreate bindings with latest bindgen  
							
							
							
							
						 
						
							2023-02-05 20:29:03 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	972114fae8  
						 
						
							
							
								
								
								upgrade rust edition  
							
							
							
							
						 
						
							2023-02-05 18:25:07 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	fbb192e4b3  
						 
						
							
							
								
								
								fix clippy lints  
							
							
							
							
						 
						
							2023-02-05 18:22:56 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	749be29936  
						 
						
							
							
								
								
								added date validation  
							
							
							
							
						 
						
							2022-08-13 18:07:09 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	333283c377  
						 
						
							
							
								
								
								fix more date formats, now passes all tests  
							
							
							
							
						 
						
							2022-08-13 15:02:04 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	ad17c000b6  
						 
						
							
							
								
								
								fix y2k issue  
							
							
							
							
						 
						
							2022-08-13 10:11:06 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	f52e54d69c  
						 
						
							
							
								
								
								2 small fixes  
							
							
							
							
						 
						
							2022-08-13 01:39:24 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	f13cc55ce2  
						 
						
							
							
								
								
								added better date parser  
							
							
							
							
						 
						
							2022-08-13 01:05:39 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christoph Herzog 
								
							 
						 
						
							
							
								
							
							
	
	
	070f20ae17 
 
						 
						
							
							
								
								
								Prepare -sy 0.10 release  
							
							
							
							
						 
						
							2021-08-09 15:49:37 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christoph Herzog 
								
							 
						 
						
							
							
								
							
							
	fb569edd84  
						 
						
							
							
								
								
								Update quickjs to 2021-03-27  
							
							
							
							
						 
						
							2021-06-08 21:24:47 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christoph Herzog 
								
							 
						 
						
							
							
								
							
							
	f32bb7165a  
						 
						
							
							
								
								
								Initial Bindings Refactor  
							
							... 
							
							
							
							
							This commit cleans up the bindings code and makes it a little more
structured and coherent.
It also removes sum direct usage of C code, or uses newly exported C
functions where appropriate.
The future goal of these changes is to export more functionality to
users and make the Owned* wrappers public.
* Manually export some additional helpers via static-helpers.c
* Rename Owned* types and move them to a subdirectory
* Add more convenience methods on Owned* types
* Add additional Owned wrappers for functions, bytecode, modules
* Move compile utils to bindings
* Move serializiation to subfile
TODO: The serialization code is also in need of a cleanup. 
							
						 
						
							2021-06-08 21:24:47 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christoph Herzog 
								
							 
						 
						
							
							
								
							
							
	92e68b9145  
						 
						
							
							
								
								
								Bump bindgen/cc versions  
							
							
							
							
						 
						
							2021-02-04 22:00:54 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christoph Herzog 
								
							 
						 
						
							
							
								
							
							
	7b8412d11c  
						 
						
							
							
								
								
								Bump versions (0.4.0)  
							
							
							
							
						 
						
							2021-02-04 21:57:03 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christoph Herzog 
								
							 
						 
						
							
							
								
							
							
	4cc491c257  
						 
						
							
							
								
								
								Prepare for new releases  
							
							
							
							
						 
						
							2021-02-04 21:52:25 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christoph Herzog 
								
							 
						 
						
							
							
								
							
							
	9fa5f9798a  
						 
						
							
							
								
								
								Stop canonicalizing paths in build.rs.  
							
							... 
							
							
							
							
							Fixes windows builds. 
							
						 
						
							2021-02-04 21:52:25 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christoph Herzog 
								
							 
						 
						
							
							
								
							
							
	03998e454c  
						 
						
							
							
								
								
								Fix up static wrapper logic  
							
							... 
							
							
							
							
							Compile with proper flags.
Also: do not generate for system builds. 
							
						 
						
							2021-02-04 20:36:50 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christoph Herzog 
								
							 
						 
						
							
							
								
							
							
	eb28ee5826  
						 
						
							
							
								
								
								Re-generate bindings  
							
							
							
							
						 
						
							2021-02-04 20:05:18 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christoph Herzog 
								
							 
						 
						
							
							
								
							
							
	c3e33951f5  
						 
						
							
							
								
								
								Fix quickjs update instructions  
							
							
							
							
						 
						
							2021-02-04 19:13:30 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andries Hiemstra 
								
							 
						 
						
							
							
								
							
							
	bede50f636  
						 
						
							
							
								
								
								updated quickjs to 2020-11-08  
							
							
							
							
						 
						
							2020-11-26 15:40:15 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andries Hiemstra 
								
							 
						 
						
							
							
								
							
							
	d93ef40eb4  
						 
						
							
							
								
								
								added most static inline functions and moved to new file  
							
							
							
							
						 
						
							2020-11-26 10:16:45 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ivan Pavluk 
								
							 
						 
						
							
							
								
							
							
	93d0a2214a  
						 
						
							
							
								
								
								Hide possible build warnings on C side  
							
							
							
							
						 
						
							2020-11-26 10:16:13 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andries Hiemstra 
								
							 
						 
						
							
							
								
							
							
	dad76a5896  
						 
						
							
							
								
								
								clippy fixes 2  
							
							
							
							
						 
						
							2020-11-07 23:12:19 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andries Hiemstra 
								
							 
						 
						
							
							
								
							
							
	8d524ff371  
						 
						
							
							
								
								
								clippy fixes  
							
							
							
							
						 
						
							2020-11-07 23:12:19 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andries Hiemstra 
								
							 
						 
						
							
							
								
							
							
	8e7d1846b0  
						 
						
							
							
								
								
								added static inline functions to lib  
							
							... 
							
							
							
							
							JS_DupValue, JS_FreeValue, JS_NewInt32, JS_NewBool and JS_NewFloat64 
							
						 
						
							2020-11-07 23:12:19 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christoph Herzog 
								
							 
						 
						
							
							
								
							
							
	5f2e0c622e  
						 
						
							
							
								
								
								(cargo-release) version 0.8.0  
							
							
							
							
						 
						
							2020-09-29 16:00:46 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christoph Herzog 
								
							 
						 
						
							
							
								
							
							
	ca97d98407  
						 
						
							
							
								
								
								Bump libquickjs-sys version requirements  
							
							
							
							
						 
						
							2020-09-29 16:00:46 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christoph Herzog 
								
							 
						 
						
							
							
								
							
							
	ff6e5a5bc1  
						 
						
							
							
								
								
								sys: Upgrade quickjs to 2020-09-06 release  
							
							
							
							
						 
						
							2020-09-29 15:51:25 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christoph Herzog 
								
							 
						 
						
							
							
								
							
							
	752df5500e  
						 
						
							
							
								
								
								(cargo-release) version 0.7.0  
							
							
							
							
						 
						
							2020-07-09 01:56:23 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christoph Herzog 
								
							 
						 
						
							
							
								
							
							
	92a56d5c96  
						 
						
							
							
								
								
								Prepare releasing libquickjs-sys 0.7 and quickjs-0.3.4  
							
							
							
							
						 
						
							2020-07-09 01:51:17 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christoph Herzog 
								
							 
						 
						
							
							
								
							
							
	961b14414c  
						 
						
							
							
								
								
								Finish updating quickjs to 2020-07-05  
							
							
							
							
						 
						
							2020-07-09 01:41:31 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Graham Abbott 
								
							 
						 
						
							
							
								
							
							
	49626b4128  
						 
						
							
							
								
								
								upgrade quickjs lib to latest 2020-07-05  
							
							
							
							
						 
						
							2020-07-09 01:41:31 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christoph Herzog 
								
							 
						 
						
							
							
								
							
							
	f49a1a49bf  
						 
						
							
							
								
								
								Also add cargo-release config for sys crate  
							
							
							
							
						 
						
							2020-05-27 10:14:54 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng XU 
								
							 
						 
						
							
							
								
							
							
	7dc5d352e8  
						 
						
							
							
								
								
								libquickjs-sys: fix handling path on windows  
							
							
							
							
						 
						
							2020-05-27 09:53:46 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christoph Herzog 
								
							 
						 
						
							
							
								
							
							
	76f772e0b1  
						 
						
							
							
								
								
								Release 0.3.2  
							
							
							
							
						 
						
							2020-05-25 16:45:53 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christoph Herzog 
								
							 
						 
						
							
							
								
							
							
	6c144258b6  
						 
						
							
							
								
								
								sys: Ignore some more warnings during native compilation  
							
							
							
							
						 
						
							2020-05-25 14:40:36 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christoph Herzog 
								
							 
						 
						
							
							
								
							
							
	f01400a552  
						 
						
							
							
								
								
								sys: Don't build quickjs-libc.c  
							
							
							
							
						 
						
							2020-05-25 14:14:06 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Noah 
								
							 
						 
						
							
							
								
							
							
	81708528f8  
						 
						
							
							
								
								
								Update stack overflow patch  
							
							
							
							
						 
						
							2020-05-25 14:14:06 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Noah 
								
							 
						 
						
							
							
								
							
							
	387b3b53df  
						 
						
							
							
								
								
								Update quickjs to 2020-04-12  
							
							
							
							
						 
						
							2020-05-25 14:14:06 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christoph Herzog 
								
							 
						 
						
							
							
								
							
							
	ebf71e4653  
						 
						
							
							
								
								
								sys: Hardcode -O2 optimization level  
							
							
							
							
						 
						
							2020-05-25 13:26:53 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng XU 
								
							 
						 
						
							
							
								
							
							
	83cd850782  
						 
						
							
							
								
								
								libquickjs-sys: use cc to build quickjs directly  
							
							
							
							
						 
						
							2020-05-25 13:26:53 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Noah 
								
							 
						 
						
							
							
								
							
							
	
	
	1284f7b041 
 
						 
						
							
							
								
								
								Allow specifying the path to libquickjs.a ( #63 )  
							
							... 
							
							
							
							
							* Allow specifying the path to libquickjs.a 
							
						 
						
							2020-05-04 10:27:43 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Cheng XU 
								
							 
						 
						
							
							
								
							
							
	d705b7f85f  
						 
						
							
							
								
								
								libquickjs-sys: use cc to determine the proper compiler  
							
							... 
							
							
							
							
							This allows us to build quickjs for the following targets:
* `x86_64-unknown-linux-musl`
* `x86_64-pc-windows-gnu` (through cross-compilation) 
							
						 
						
							2020-04-13 11:54:10 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christoph Herzog 
								
							 
						 
						
							
							
								
							
							
	b0b54e73f9  
						 
						
							
							
								
								
								libquickjs-sys v0.5.0 release  
							
							
							
							
						 
						
							2020-03-24 23:20:08 +01:00